Skip to content

List the templating variables (and example values) available to this endpoint

GET
/webhook-endpoints/{id}/available-variables
id
required
string

Webhook endpoint ID

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