suppression.created
Spouští se při vytvoření nového záznamu potlačení.
{
"event_id": "evt_2bH7kNwP5mQaV1sXgIdKe6pZr",
"type": "suppression.created",
"data": {
"object": {
"id": "sup_4yM2nTvR8oPcX3uZiKeLg7sB",
"object": "suppression",
"email": "unsubscribed@example.com",
"type": "bounced",
"reason": "Delivery bounced",
"created_at": "2025-12-24T09:00:00.000000Z",
"keep_until": null
}
}
}
Pole
id
string
Jedinečný identifikátor potlačení.
object
string
Vždy suppression.
email
string
Potlačená e-mailová adresa.
type
string
Typ potlačení (např. bounced, complained, manual).
reason
string
Důvod potlačení.
created_at
string
Časové razítko ve formátu ISO 8601.
keep_until
string | null
Časové razítko ve formátu ISO 8601 do kdy se potlačení uchovává.
suppression.updated
Spouští se při aktualizaci záznamu potlačení.
{
"event_id": "evt_2bH7kNwP5mQaV1sXgIdKe6pZr",
"type": "suppression.updated",
"data": {
"object": {
"id": "sup_4yM2nTvR8oPcX3uZiKeLg7sB",
"object": "suppression",
"email": "unsubscribed@example.com",
"type": "bounced",
"reason": "Delivery bounced",
"keep_until": null,
"created_at": "2025-12-24T09:00:00.000000Z"
}
}
}
Pole
id
string
Jedinečný identifikátor potlačení.
object
string
Vždy suppression.
email
string
Potlačená e-mailová adresa.
type
string
Typ potlačení (např. bounced, complained, manual).
reason
string
Důvod potlačení.
keep_until
string | null
Časová značka ISO 8601 do kdy je potlačení zachováno.
created_at
string
Časová značka ISO 8601.
suppression.deleted
Spouští se při odstranění záznamu o potlačení.
{
"event_id": "evt_2bH7kNwP5mQaV1sXgIdKe6pZr",
"type": "suppression.deleted",
"data": {
"object": {
"id": "sup_4yM2nTvR8oPcX3uZiKeLg7sB",
"object": "suppression",
"email": "unsubscribed@example.com",
"type": "bounced",
"reason": "Delivery bounced",
"created_at": "2025-12-24T09:00:00.000000Z",
"keep_until": null
}
}
}
Pole
id
string
Jedinečný identifikátor potlačení.
object
string
Vždy suppression.
email
string
Potlačená e-mailová adresa.
type
string
Typ potlačení (např. bounced, complained, manual).
reason
string
Důvod potlačení.
created_at
string
Časové razítko ve formátu ISO 8601.
keep_until
string | null
Časové razítko ve formátu ISO 8601 do kdy je potlačení zachováno.