Use this endpoint to ingest custom events.
IngestEventData
Required. Name of the event. Must be one of: contact.saved, contact.unsubscribed, lead.created, sale.created
contact.saved, contact.unsubscribed, lead.created, sale.created Optional. Timestamp when the event occurred. Format: Y-m-d H:i:s (e.g., "2024-01-15 14:30:00")
Optional. Unique idempotency key to prevent duplicate events. Must be a valid UUID. For lead.created and sale.created events, this should strictly be the tracking_id value
Optional. Email address associated with the event. Required if idempotency_key is not provided
Optional. Additional payload data associated with the event. For sale.created events, it's recommended to include an "amount" key for conversion amount