New fields added in PATCH /v3/user/webhooks/event/settings/{id} (EventWebhookUnsignedResponse): [processed, oauth_token_url, group_resubscribe, group_unsubscrib…
New fields added in PATCH /v3/user/webhooks/event/settings/{id} (EventWebhookUnsignedResponse): [processed, oauth_token_url, group_resubscribe, group_unsubscribe, enabled, open, friendly_name, delivered, bounce, created_date, click, oauth_client_id, updated_date, deferred, spam_report, unsubscribe, id, dropped, url, account_status_change]
- Affected surface
- PATCH /v3/user/webhooks/event/settings/{id}
- Affected field
- EventWebhookUnsignedResponse
What changed
New fields added in PATCH /v3/user/webhooks/event/settings/{id} (EventWebhookUnsignedResponse): [processed, oauth_token_url, group_resubscribe, group_unsubscribe, enabled, open, friendly_name, delivered, bounce, created_date, click, oauth_client_id, updated_date, deferred, spam_report, unsubscribe, id, dropped, url, account_status_change] Affected surface: PATCH /v3/user/webhooks/event/settings/{id}. Root cause: schema `EventWebhookUnsignedResponse`. Detected at Thu, 20 Jun 2024 14:42:14 UTC UTC.
Diff
{
"added_fields": [
"processed",
"oauth_token_url",
"group_resubscribe",
"group_unsubscribe",
"enabled",
"open",
"friendly_name",
"delivered",
"bounce",
"created_date",
"click",
"oauth_client_id",
"updated_date",
"deferred",
"spam_report",
"unsubscribe",
"id",
"dropped",
"url",
"account_status_change"
],
"path": "PATCH /v3/user/webhooks/event/settings/{id}",
"schema_path": "schema EventWebhookUnsignedResponse"
}Likely impact
This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.
Recommended action
Diff your serializers against the new schema. The diff above shows what moved.
Related changes
Other endpoints affected by the same root cause.
Catch changes like this on every API you depend on.
Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.
