Create a custom event to trigger flows with merchant-defined event names and properties.
Custom events allow merchants to trigger flows based on events from their own systems. Events can include custom properties that are accessible in email and SMS templates.
The API matches customers by email or phone number. At least one must be provided.
If no matching customer is found, the request will fail with a 404 error.
This endpoint is rate-limited to 100 requests per second per store.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Store ID
"64e5a8a1af49a89df37e4ee7"
Custom event to trigger flows with merchant-defined event names and properties.
The name of the custom event (e.g., 'user_registered', 'purchase_completed').
Customer email address (one of email or phone is required).
ISO 8601 timestamp when the event occurred. Defaults to current time if not provided.
Customer phone number (one of email or phone is required).
Custom properties for this event. Access in templates using dot notation (e.g., {{ properties.product_name }}).
Event created successfully