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 |
trustMate.getSurveyLinks
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. |
webhook.timeout
An Outgoing Integration node timed out.
This event is produced only by nodes where the Produce timeout event option is enabled (by default, it's disabled).
The timeout value is influenced by a number of factors and may change over time. The current value is returned in timeoutMs.
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 |
| actionId | string | 3bbcee75-cecc-5b56-8031-b6641c1ed1f1 |
The identifier of the action performed by the node. |
| timeoutMs | number | 7000 |
Timeout value in milliseconds |
| pathId | number | 1 |
ID of the path on which the activated node is placed |
| 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 | DelayedWebhook |
Name of the webhook |
| statusDescription | string | OK |
Status of the request |
| 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. |
whatsApp.click
A button or link in the message has been clicked.
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 |
| diagramId | string | c819738e-2d61-482c-a680-75ebdbc9a762 |
Unique ID of the workflow that caused this event (if applicable) |
| 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. |
| snrs_whatsapp_template | string | Promotion template |
Name of the Meta (WhatsApp Business) template containing the button that was clicked |
| testDelivery | boolean | true |
Informs if the message was sent as a communication test. |
whatsApp.send
A WhatsApp message has been sent.
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 |
| 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. |
| messageOrigin | string | AUTOMATION |
For whatsApp.send/notSent events, this parameter is always set to AUTOMATION. Informs if the the message was caused by a workflow in Automation Hub or by Experience Hub. |
| id | string | 44a5938a-098c-4bd3-b7dd-cda405ee76a1 |
Unique ID of the message |
| ignoreCapping | boolean | true |
Informs if the communication was configured to ignore capping. |
| templateName | string | shop_now |
The name of the template |
| isAlert | boolean | true |
Only added when the message was caused by a workflow. When true, it was caused by an SMS or Email Alert node. |
| sender | object | {"credentialId":"e1dc0920-76e7-4fb2-a692-6f16082da670"} | Credential ID of the sender account; can be used to enrich the event with sender details, such as the name. |
| testDelivery | boolean | true |
Informs if the message was sent as a communication test. |
| diagramId | string | c819738e-2d61-482c-a680-75ebdbc9a762 |
Unique ID of the workflow that caused this event (if applicable) |
whatsApp.notSent
A WhatsApp message was not sent. Check the parameters to locate the reason.
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 |
| 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. |
| messageOrigin | string | AUTOMATION |
For whatsApp.send/notSent events, this parameter is always set to AUTOMATION. Informs if the the message was caused by a workflow in Automation Hub or by Experience Hub. |
| id | string | 44a5938a-098c-4bd3-b7dd-cda405ee76a1 |
Unique ID of the message |
| ignoreCapping | boolean | true |
Informs if the communication was configured to ignore capping. |
| templateName | string | shop_now |
The name of the template |
| isAlert | boolean | true |
Only added when the message was caused by a workflow. When true, it was caused by an SMS or Email Alert node. |
| sender | object | {"credentialId":"e1dc0920-76e7-4fb2-a692-6f16082da670"} | Credential ID of the sender account; can be used to enrich the event with sender details, such as the name. |
| testDelivery | boolean | true |
Informs if the message was sent as a communication test. |
| diagramId | string | c819738e-2d61-482c-a680-75ebdbc9a762 |
Unique ID of the workflow that caused this event (if applicable) |
| info | string | Infobip API error 400 Bad Request: {"requestError":{"serviceException":{"messageId":"BAD_REQUEST","text":"Error while parsing request body. Please check your syntax."}}} |
Cause of the error that prevented message sending |
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 |