EVENTS.CUSTOMER.CUSTOM_EVENT
event indicates that a custom event has occurred and it involved a customer.
When the event is used in an “Custom event” distribution webhook, the data
object always contains the following required objects:
event
,event_schema
,customer
,referral
,loyalty
.
- “Notify customers about promotion” sends also the following objects:
campaign
,promotion_tier
,
- “Send and publish unique codes from campaign” sends also the following objects:
campaign
,voucher
,publication
,
- “Send plain message to customers” sends only the basic objects listed above.
This page documents only the event. If you need more details about the webhook payload data that includes this event, go to Introduction to webhooks page.
Body
application/json
Event data object schema for customer.custom_event
.
Details about the custom event.
Simplified custom event data.
Simplified customer data.
Details about the referral.
Details about the loyalty activity.
Details about the campaign related to the distribution with a promotion or send voucher purpose.
Details about the voucher related to the distribution with a send voucher purpose.
Details about the publication related to the distribution with a send voucher purpose.
Details about the promotion tier related to the distribution with a promotion purpose.
Response
Webhook accepted