Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Integer

callback
optional

Validations:

  • Hash

callback[task_id]
optional

UUID of the task

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

callback[step_id]
optional

The ID of the step inside the execution plan to send the event to

Validations:

  • String

data
optional

Data to be sent to the action

Validations:

  • Hash

callbacks
optional

Validations:

  • Must be an Array of nested elements

callbacks[callback]
optional

Validations:

  • Hash

callbacks[callback][task_id]
optional

UUID of the task

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

callbacks[callback][step_id]
optional

The ID of the step inside the execution plan to send the event to

Validations:

  • String

callbacks[data]
optional

Data to be sent to the action

Validations:

  • Hash