Send an event
loops_send_eventSends an event to Loops for a contact — TRIGGERS any automations/loops subscribed to this event. Loops API: POST /v1/events/send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Contact email (supply email or userId). | ||
| userId | No | Contact userId (supply email or userId). | |
| eventName | Yes | The event name to send (required). | |
| mailingLists | No | Map of mailing-list id -> subscribed boolean. | |
| eventProperties | No | Properties attached to this event. | |
| contactProperties | No | Contact properties to update alongside the event. |