owner_id
: Can be any arbitrary string, it is used to group endpoints together. We recommend setting it some internal id in your systemevent_type
: The type of your event. e.g., customer.created
, customer.updated
.data
: The data being sent.custom_headers
: Any values included will be forwarded to the endpoints as HTTP header.idempotency_key
: An identifier that is used to deduplicate events.endpoint_id
: The id of the endpoint to send the event to.