Suppressions - Global Suppressions
Spam Reports are triggered when a recipient marks one of your emails as spam. Spam reports can only be gathered from Internet Service Providers (ISPs) that provide a feedback loop.
It is important that addresses that have marked your messages as spam be permanently removed from your send list, even if the recipients have previously opted into receiving your messages. Continuing to send to customers who have reported your email as spam can severely affect your deliverability rating.
You can also access your Spam Reports from the Suppressions settings menu in the Twilio SendGrid App.
For more information, please see our Spam Reports documentation.
Add recipient addresses to the global suppression group.
POST /v3/asm/suppressions/global
Base url: https://api.sendgrid.com
This endpoint allows you to add one or more email addresses to the global suppressions group.
Authentication
- API Key
Headers
Request Body
The array of email addresses to add or find.
{
"recipient_emails": [
"test1@example.com",
"test2@example.com"
]
}
Responses
The email addresses that are globally suppressed
Need some help?
We all do sometimes. Get help now from the Twilio SendGrid Support Team.
Running into a coding hurdle? Lean on the wisdom of the crowd by browsing the SendGrid tag on Stack Overflow or visiting Twilio's Stack Overflow Collective.