Campaign Rejected Event


Triggered when a campaign is identified as abusive and rejected without sending emails to recipients.

Permissions
Access Verticals by Automations
Set Up Automations
Manage Email Marketing
Read Email Marketing
Learn more about app permissions.
Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
idstring

Unique event ID. Allows clients to ignore duplicate webhooks.


entityFqdnstring

Fully qualified domain name of the entity associated with the event. Expected wix.email_marketing.v1.campaign.


slugstring

Event name. Expected campaign_rejected_event.


entityIdstring

ID of the entity associated with the event.


eventTimestringformat date-time

Event timestamp.


triggeredByAnonymizeRequestboolean

Whether the event was triggered as a result of a privacy regulation application (for example, GDPR).


originatedFromstring

If present, indicates the action that triggered the event.


actionEventActionEvent

Event information.

Event Body

The data payload will include the following as an encoded JWT:

JSON

Rejected
JSON
Did this help?