Update one webhook template by id

Update one webhook template by id. The webhook allows dynamic content using the Liquid templating language.

Some parts of the webhook (url, reqHeaders, reqBody, reqQueryParams) support Liquid syntax.

You can use the following variables in the template:

  • customer.<fieldName>: Custom fields from the customer (e.g. {{customer.email}})
  • context.<key>: Contextual information passed to the journey (e.g. {{context.language}})
  • Reserved variables:
    • customerId: Customer external code
    • journeyId: Current journey ID
    • stateId: Current state ID
Language
Credentials
Header
Click Try It! to start a request and see the response here!