# Webhooks

Configure webhooks under Integrations → Webhooks. With the exception of Context Name and Method, every field accepts template syntax, letting you pass context data to external services or insert response data back into the chat.

Field Templating Supported?
URL
Headers
Body
Context Name ✖ (plain text)
Method ✖ (plain text)

The Context Name acts as the key under which a successful (HTTP 2xx) response body is stored. Afterwards you can reference it anywhere with dot notation—just like any other context variable.

Your order id is: {{webhookResponse.order_id}}

# Example

  1. Webhook configuration

Webhook context name example

  1. Using the result later in the flow

Webhook response usage example