Customer Subuser Event Notification URL
Manage Customer Subusers' event notification URLs.
URI Parameter |
Required |
Requirements |
Description |
task |
Yes |
Must be set to get |
This will allow you to retrieve the event notification URL for the specified customer subuser |
user |
Yes |
Customer subuser must be registered under your account |
The username of the customer subuser |
method |
Yes |
Must be set to eventposturl |
Allows you to access post event URL functionality |
POST |
https://api.sendgrid.com/apiv2/reseller.subuserManage.json |
POST Data |
api_user=your_sendgrid_username&api_key=your_sendgrid_password&task=get&user=example@example.com&method=eventposturl |
{
"url": "http://www.SubUserPostUrlHere.com"
}
POST |
https://api.sendgrid.com/apiv2/reseller.subuserManage.xml |
POST Data |
api_user=your_sendgrid_username&api_key=your_sendgrid_password&task=get&user=example@example.com&method=eventposturl |
<url>http://www.SubUserPostUrlHere.com</url>
URI Parameter |
Required |
Requirements |
Description |
task |
Yes |
Must be set to set |
This will allow you to set the event notification URL for the specified customer subuser |
user |
Yes |
Customer subuser must be registered under your account |
The name of the customer subuser |
url |
Yes |
The notification URL |
This is the new event notification URL |
method |
Yes |
Must be set to eventposturl |
Allows you to access post event URL functionality |
POST |
https://api.sendgrid.com/apiv2/reseller.subuserManage.json |
POST Data |
api_user=your_sendgrid_username&api_key=your_sendgrid_password&task=set&user=example@example.com&url=http://www.SubUserPostUrlHere.com&method=eventposturl |
POST |
https://api.sendgrid.com/apiv2/reseller.subuserManage.xml |
POST Data |
api_user=your_sendgrid_username&api_key=your_sendgrid_password&task=set&user=example@example.com&url=http://www.SubUserPostUrlHere.com&method=eventposturl |
<result>
<message>success</message>
</result>
URI Parameter |
Required |
Requirements |
Description |
task |
Yes |
Must be set to delete |
This will allow you to delete the event notification URL for the specified customer subuser |
user |
Yes |
Customer subuser must be registered under your account |
The name of the customer subuser |
method |
Yes |
Must be set to eventposturl |
Allows you to access post event URL functionality |
POST |
https://api.sendgrid.com/apiv2/reseller.subuserManage.json |
POST Data |
api_user=your_sendgrid_username&api_key=your_sendgrid_password&task=delete&user=example@example.com&method=eventposturl |
POST |
https://api.sendgrid.com/apiv2/reseller.subuserManage.xml |
POST Data |
api_user=your_sendgrid_username&api_key=your_sendgrid_password&task=delete&user=example@example.com&method=eventposturl |
<result>
<message>success</message>
</result>
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd browsing the SendGrid tag on Stack Overflow.