Integration events

This section contains events which are generated in response to a request to the external endpoint. You can find these events on the activity list of profiles for whom the request was made. Each event contains a body object whose structure you can see below:

Response body properties example

For the following response body:

{
    "prop1": "string",
    "prop2": [
        "value1",
        "value2"
    ],
    "prop3": {
        "key1": true,
        "key2": 15
    }
}

The following event params are generated:

Name Value
body.prop1 string
body.prop2[0].someKey 123
body.prop2[1].someKey 456
body.prop3.key1 true
body.prop3.key2 15

amazonApiGateway.sendRequest

A response from Amazon API Gateway has been received.
The action name of this event defaults to amazonApiGateway.sendRequest. We recommend using your own, custom name instead - you can enter it in the Response action field when configuring the "Send Request" node. This will make it easier to differentiate between events from different automations.

Default retention: 30 days

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
req.url string https://example.com/hook URL of the request
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
status integer 200 HTTP code of the request status
blockName string Assign a customer to a variant Name of the node, defined by the user
diagramName string Abandoned cart emails Name of the workflow
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
name string AmazonApiGateway Name of the integration
statusDescription string OK Status of the request
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.

bigQuery.uploadData

A response from Google BigQuery was received.

The request was made by execution of the "Upload Data to Table" node.

Default retention: 30 days

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
actionId string 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 The identifier of the action performed by the node.
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
blockName string Assign a customer to a variant Name of the node, defined by the user
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
diagramName string Abandoned cart emails Name of the workflow
journeyId string db0a9db2-8849-5c58-9871-e07d45d64bd7 Unique ID of the workflow that caused this event (if applicable). If the Profile has a workflow in progress and enters it again, journeyId is the same, because it's the same workflow.
pathId number 1 ID of the path on which the activated node is placed
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status

eagleEye.couponCreated

A response from Eagle Eye was received.

The request was made by execution of the "Create Coupon" node.

Default retention: 30 days

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
actionId string 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 The identifier of the action performed by the node.
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
blockName string Assign a customer to a variant Name of the node, defined by the user
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
diagramName string Abandoned cart emails Name of the workflow
journeyId string db0a9db2-8849-5c58-9871-e07d45d64bd7 Unique ID of the workflow that caused this event (if applicable). If the Profile has a workflow in progress and enters it again, journeyId is the same, because it's the same workflow.
name string EagleEye Name of the integration
pathId number 1 ID of the path on which the activated node is placed
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status

facebook.sendCustomEvent

A response from Facebook was received.

The request was made by execution of the "Send Custom Event" node.

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
actionId string 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 The identifier of the action performed by the node.
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
blockName string Assign a customer to a variant Name of the node, defined by the user
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
diagramName string Abandoned cart emails Name of the workflow
journeyId string db0a9db2-8849-5c58-9871-e07d45d64bd7 Unique ID of the workflow that caused this event (if applicable). If the Profile has a workflow in progress and enters it again, journeyId is the same, because it's the same workflow.
name string Facebook Name of the integration
pathId number 1 ID of the path on which the activated node is placed
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status

facebook.removeFromAudience

A response from Facebook was received.

The request was made by execution of the "Remove Profiles from Custom Audience" node.

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
actionId string 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 The identifier of the action performed by the node.
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
blockName string Assign a customer to a variant Name of the node, defined by the user
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
diagramName string Abandoned cart emails Name of the workflow
journeyId string db0a9db2-8849-5c58-9871-e07d45d64bd7 Unique ID of the workflow that caused this event (if applicable). If the Profile has a workflow in progress and enters it again, journeyId is the same, because it's the same workflow.
pathId number 1 ID of the path on which the activated node is placed
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status

facebook.sendAudience

A response from Facebook was received.

The request was made by execution of the "Add Profiles to Custom Audience" node.

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
actionId string 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 The identifier of the action performed by the node.
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
blockName string Assign a customer to a variant Name of the node, defined by the user
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
diagramName string Abandoned cart emails Name of the workflow
journeyId string db0a9db2-8849-5c58-9871-e07d45d64bd7 Unique ID of the workflow that caused this event (if applicable). If the Profile has a workflow in progress and enters it again, journeyId is the same, because it's the same workflow.
name string Facebook Name of the integration
pathId number 1 ID of the path on which the activated node is placed
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status

facebook.sendOfflineTransaction

A response from Facebook was received.

The request was made by execution of the "Send Offline Transactions" node.

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
actionId string 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 The identifier of the action performed by the node.
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
blockName string Assign a customer to a variant Name of the node, defined by the user
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
diagramName string Abandoned cart emails Name of the workflow
journeyId string db0a9db2-8849-5c58-9871-e07d45d64bd7 Unique ID of the workflow that caused this event (if applicable). If the Profile has a workflow in progress and enters it again, journeyId is the same, because it's the same workflow.
name string Facebook Name of the integration
pathId number 1 ID of the path on which the activated node is placed
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status

facebook.sendOnlineTransaction

A response from Facebook was received.

The request was made by execution of the "Send Online Transactions" node.

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
actionId string 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 The identifier of the action performed by the node.
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
blockName string Assign a customer to a variant Name of the node, defined by the user
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
diagramName string Abandoned cart emails Name of the workflow
journeyId string db0a9db2-8849-5c58-9871-e07d45d64bd7 Unique ID of the workflow that caused this event (if applicable). If the Profile has a workflow in progress and enters it again, journeyId is the same, because it's the same workflow.
pathId number 1 ID of the path on which the activated node is placed
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status

googleAds.sendOfflineConversion

A response from Google Ads was received.

The request was made by execution of the "Send Offline Conversion" node.

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
name string GoogleAds Name of the integration
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status

googleSheets.uploadData

A response from Google Sheets was received.

The request was made by execution of the "Upload Data to Spreadsheet" node.

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
actionId string 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 The identifier of the action performed by the node.
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
blockName string Assign a customer to a variant Name of the node, defined by the user
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
diagramName string Abandoned cart emails Name of the workflow
journeyId string db0a9db2-8849-5c58-9871-e07d45d64bd7 Unique ID of the workflow that caused this event (if applicable). If the Profile has a workflow in progress and enters it again, journeyId is the same, because it's the same workflow.
name string GoogleSheets Name of the integration
pathId number 1 ID of the path on which the activated node is placed
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status

MSteams.sendChannelMessage

A response from Microsoft Teams was received.

The request was made by execution of the "Send Channel Message" node.

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
actionId string 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 The identifier of the action performed by the node.
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
blockName string Assign a customer to a variant Name of the node, defined by the user
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
diagramName string Abandoned cart emails Name of the workflow
journeyId string db0a9db2-8849-5c58-9871-e07d45d64bd7 Unique ID of the workflow that caused this event (if applicable). If the Profile has a workflow in progress and enters it again, journeyId is the same, because it's the same workflow.
pathId number 1 ID of the path on which the activated node is placed
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status

pubSub.publishMessage

A response from Google Cloud Pub/Sub was received.

The request was made by execution of the "Publish Message" node.

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
actionId string 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 The identifier of the action performed by the node.
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
blockName string Assign a customer to a variant Name of the node, defined by the user
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
diagramName string Abandoned cart emails Name of the workflow
journeyId string db0a9db2-8849-5c58-9871-e07d45d64bd7 Unique ID of the workflow that caused this event (if applicable). If the Profile has a workflow in progress and enters it again, journeyId is the same, because it's the same workflow.
pathId number 1 ID of the path on which the activated node is placed
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status

pubSub.publishRawMessages

A response from Google Cloud Pub/Sub was received.

The request was made by execution of the "Publish Raw Message" node.

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
actionId string 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 The identifier of the action performed by the node.
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
blockName string Assign a customer to a variant Name of the node, defined by the user
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
diagramName string Abandoned cart emails Name of the workflow
journeyId string db0a9db2-8849-5c58-9871-e07d45d64bd7 Unique ID of the workflow that caused this event (if applicable). If the Profile has a workflow in progress and enters it again, journeyId is the same, because it's the same workflow.
name string GooglePubSub Name of the integration
pathId number 1 ID of the path on which the activated node is placed
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status

salesforce.getLead

A response for a request to retrieve a lead information from Salesforce CRM was received.

The request was made by execution of the "Get a Lead" node.

Default retention: 30 days

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
actionId string 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 The identifier of the action performed by the node.
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
blockName string Assign a customer to a variant Name of the node, defined by the user
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
diagramName string Abandoned cart emails Name of the workflow
journeyId string db0a9db2-8849-5c58-9871-e07d45d64bd7 Unique ID of the workflow that caused this event (if applicable). If the Profile has a workflow in progress and enters it again, journeyId is the same, because it's the same workflow.
name string SalesforceCRM Name of the integration - predefined
pathId number 1 ID of the path on which the activated node is placed
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status

salesforce.leadCreated

A response for creating a lead in Salesforce CRM was received.

The request was made by execution of the "Create a Lead" node.

Default retention: 30 days

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
actionId string 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 The identifier of the action performed by the node.
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
blockName string Assign a customer to a variant Name of the node, defined by the user
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
diagramName string Abandoned cart emails Name of the workflow
journeyId string db0a9db2-8849-5c58-9871-e07d45d64bd7 Unique ID of the workflow that caused this event (if applicable). If the Profile has a workflow in progress and enters it again, journeyId is the same, because it's the same workflow.
name string SalesforceCRM Name of the integration - predefined
pathId number 1 ID of the path on which the activated node is placed
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status

salesforce.leadUpdated

A response for updating lead information in Salesforce CRM was received.

The request was made by execution of the "Update a Lead" node.

Default retention: 30 days

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
actionId string 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 The identifier of the action performed by the node.
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
blockName string Assign a customer to a variant Name of the node, defined by the user
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
diagramName string Abandoned cart emails Name of the workflow
journeyId string db0a9db2-8849-5c58-9871-e07d45d64bd7 Unique ID of the workflow that caused this event (if applicable). If the Profile has a workflow in progress and enters it again, journeyId is the same, because it's the same workflow.
name string SalesforceCRM Name of the integration - predefined
pathId number 1 ID of the path on which the activated node is placed
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status

slack.sendChannelMessage

A response from Slack was received.

The request was made by execution of the "Send Channel Message" node.

Default retention: 30 days

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
actionId string 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 The identifier of the action performed by the node.
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
blockName string Assign a customer to a variant Name of the node, defined by the user
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
diagramName string Abandoned cart emails Name of the workflow
journeyId string db0a9db2-8849-5c58-9871-e07d45d64bd7 Unique ID of the workflow that caused this event (if applicable). If the Profile has a workflow in progress and enters it again, journeyId is the same, because it's the same workflow.
name string Slack Name of the integration - predefined
pathId number 1 ID of the path on which the activated node is placed
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status

trustmate.createInvitation

A response for creating an invitation for a product review in TrustMate was received.

The request was made by execution of the "Create Invitation" node.

Default retention: 30 days

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
actionId string 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 The identifier of the action performed by the node.
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
blockName string Assign a customer to a variant Name of the node, defined by the user
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
diagramName string Abandoned cart emails Name of the workflow
journeyId string db0a9db2-8849-5c58-9871-e07d45d64bd7 Unique ID of the workflow that caused this event (if applicable). If the Profile has a workflow in progress and enters it again, journeyId is the same, because it's the same workflow.
name string TrustMate Name of the integration - predefined
pathId number 1 ID of the path on which the activated node is placed
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status

A response for creating an invitation for a product review in TrustMate was received.

The request was made by execution of the "Get Survey Link (Single Product)" node.

Default retention: 30 days

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
actionId string 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 The identifier of the action performed by the node.
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
blockName string Assign a customer to a variant Name of the node, defined by the user
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
diagramName string Abandoned cart emails Name of the workflow
journeyId string db0a9db2-8849-5c58-9871-e07d45d64bd7 Unique ID of the workflow that caused this event (if applicable). If the Profile has a workflow in progress and enters it again, journeyId is the same, because it's the same workflow.
name string trustmateOI Name of the integration - predefined
pathId number 1 ID of the path on which the activated node is placed
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status

weatherapi.getWeatherInfo

A response from Weather API was received.

The request was made by execution of the "Get Weather Information" node.

Default retention: 30 days

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
actionId string 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 The identifier of the action performed by the node.
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
blockName string Assign a customer to a variant Name of the node, defined by the user
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
diagramName string Abandoned cart emails Name of the workflow
journeyId string db0a9db2-8849-5c58-9871-e07d45d64bd7 Unique ID of the workflow that caused this event (if applicable). If the Profile has a workflow in progress and enters it again, journeyId is the same, because it's the same workflow.
name string WeatherAPI Name of the integration - predefined
pathId number 1 ID of the path on which the activated node is placed
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status

webhook.response (and custom webhook response names)

An outgoing webhook from Automation Hub returned a response.

The action name of this event defaults to webhook.response. We recommend using your own, custom name instead - you can enter it in the Webhook event name field when configuring the “Outgoing Integration” node or a reusable integration. This will make it easier to differentiate between events from different automations.

Default retention: 30 days

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
diagramName string Abandoned cart emails Name of the workflow
blockName string Assign a customer to a variant Name of the node, defined by the user
req.url string https://example.com/hook URL of the request
name string Pull data Name of the webhook
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.

whatsApp.sendTemplateMessage

A response from WhatsApp was received.

The request was made by execution of the "Send Template Message" node.

Default retention: 30 days

Parameter Type Example Description
Base parameters various n/a Parameters that may exist in all events
actionId string 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 The identifier of the action performed by the node.
blockId string a920849d-3e72-593d-b791-86fcecd0b873 Unique ID of the node on the canvas
blockName string Assign a customer to a variant Name of the node, defined by the user
body.<keyPath> string exampleValue Data from the response body. Each property of the response body is saved as a separate parameter named after the dot notation path of the corresponding key.
diagramId string c819738e-2d61-482c-a680-75ebdbc9a762 Unique ID of the workflow that caused this event (if applicable)
diagramName string Abandoned cart emails Name of the workflow
journeyId string db0a9db2-8849-5c58-9871-e07d45d64bd7 Unique ID of the workflow that caused this event (if applicable). If the Profile has a workflow in progress and enters it again, journeyId is the same, because it's the same workflow.
name string WhatsApp Name of the integration - predefined
pathId number 1 ID of the path on which the activated node is placed
req.url string https://example.com/hook URL of the request
statusDescription string OK Status of the request
status integer 200 HTTP code of the request status
😕

We are sorry to hear that

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

😉

Awesome!

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

Close modal icon Placeholder alt for modal to satisfy link checker