The headers to add to the request. Each header can be a {{ mustache }}
template that can use keys from the
context. There is a special {{ context }}
key that can be used to serialize the whole context as JSON.
The body defaults to the context as JSON, which is equivalent to '{{{context}}}'
The headers to add to the request. Each header can be a {{ mustache }}
template that can use keys from the
context. You will highly likely need the triple ({{{ }}}
) mustache to prevent HTML entity escaping
The type of method to perform on the endpoint. Defaults to POST
An optional redirect that will override the link of the next formation. This is really useful when a formation needs to be injected into a conversation flow.
The URL endpoint to perform the request to
A readonly variant of the interface