config
object and secret
object accept the same values, modeled after axios request configuration.
Parameter | Example | Description |
---|---|---|
url | "https://api.com/users" | url is the server URL that will be used for the request |
method | "POST" | method is the request method to be used when making the request |
headers | { "Authorization": "Basic abc123" } | headers are custom headers to be sent |
params | { "id": 123 } | params are the URL parameters to be sent with the request |
data | { "firstName": "fred" } | data is the data to be sent as the request body |
responseType | "json" | Allowed options are “json” and “text” |
config
and seceret
is that the secret
values:
DFInternalMessageSent
events, ensuring that sensitive information is not leaked to Dittofeed’s event store./dashboard/settings#webhook-channel
.
Tag Name | Description |
---|---|
workspaceId | The unique identifier for the workspace. |
runId | The identifier for the specific run or execution of a journey. |
messageId | The identifier for the individual message. |
userId | The identifier for the user receiving the message. |
templateId | The identifier for the template used to send the webhook. |
nodeId | The identifier for the node within the journey from which the message was sent. |
journeyId | The identifier for the journey within which the message was sent. |
Slack Webhook Template Code
WhatsApp Webhook Template Code