List the templating variables (and example values) available to this endpoint
GET
/webhook-endpoints/{id}/available-variables
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Webhook endpoint ID
Responses
Section titled “ Responses ”object
eventTypes
required
Event types whose intersection determined the available variables.
Array<string>
variables
required
Available templating variables, envelope (event.) paths first then data..
Array<object>
object
path
required
Dotted variable path, e.g. event.id or data.run_id.
string
example
required
Short example value from the canonical sample (objects/arrays compacted to JSON, long strings truncated).
string
Endpoint not found