# 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.
# Example
- Webhook configuration

- Using the result later in the flow
