Deploy custom event
Deploys a custom event with the specified configuration.
A custom event inherits supported_action_ids from its template’s current state, so it changes if the template does.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
organisation
template
configuration_properties
name
Response
organisation
template
configuration_properties
name
id
supportedTargetingParameters
supportedActions
supported_action_ids
Action IDs this event declares support for, used to decide which actions are offered for it.
- Field absent: no restriction is declared, so every action whose
required_event_output_parametersthe event emits is offered. - Empty array: a declaration in its own right, so no actions are offered.
- Non-empty list: intersected with the parameter check, so a listed action is offered only if the event also emits every parameter that action requires.
The list can only narrow what’s offered, never widen it.