
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:

<pre><code class="language-json">{
    "prop1": "string",
    "prop2": [
        "value1",
        "value2"
    ],
    "prop3": {
        "key1": true,
        "key2": 15
    }
}</code></pre>


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](/docs/automation/integration/amazon-api-gateway/send-request). 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](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/integration/google-bigquery/upload-data-to-bigquery).

**Default retention**: 30 days

| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/integration/eagle-eye/create-coupon).

**Default retention**: 30 days


| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/integration/facebook/send-custom-event).

| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/integration/facebook/remove-profiles-from-custom-audience).

| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/integration/facebook/send-custom-audience).

| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/integration/facebook/send-offline-transactions).

| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/integration/facebook/send-online-transactions).

| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/integration/google-ads/google-ads-send-offline-conversions).

| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/integration/google-sheets/upload-data-to-spreadsheets).

| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/integration/microsoft-teams/send-message-to-teams-channel-v2).

| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/integration/google-cloud-pubsub/publish-message).

| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/integration/google-cloud-pubsub/publish-raw-messages).

| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/integration/salesforce-crm/get-lead).

**Default retention**: 30 days


| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/integration/salesforce-crm/create-lead).

**Default retention**: 30 days


| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/integration/salesforce-crm/update-lead).

**Default retention**: 30 days


| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/integration/slack/send-message-to-slack-channel).

**Default retention**: 30 days


| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/integration/trustmate/create-invitation).

**Default retention**: 30 days


| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/integration/trustmate/get-survey-link).

**Default retention**: 30 days


| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/integration/weatherapi/get-weather-information).

**Default retention**: 30 days


| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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](/docs/automation/actions/webhook-node) or a [reusable integration](/docs/automation/integration/outgoing-webhook). 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](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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.send

A WhatsApp message has been sent.   

The request was made by execution of the ["Send Template Message" node](/docs/automation/integration/whatsapp-partner-integration/send-template-message).

**Default retention**: 30 days


| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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`. <br> 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](/docs/automation/actions/sms-alert-node) or [Email](/docs/automation/actions/send-email-alert-node) Alert node. |
| sender | object | {"credentialId":"e1dc0920-76e7-4fb2-a692-6f16082da670"} | Credential ID of the sender account; can be used to [enrich the event](/docs/assets/events/adding-event-parameters#enriching-events-with-data-from-catalogs) 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](/docs/automation/integration/whatsapp-partner-integration/send-template-message).

**Default retention**: 30 days


| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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`. <br> 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](/docs/automation/actions/sms-alert-node) or [Email](/docs/automation/actions/send-email-alert-node) Alert node. |
| sender | object | {"credentialId":"e1dc0920-76e7-4fb2-a692-6f16082da670"} | Credential ID of the sender account; can be used to [enrich the event](/docs/assets/events/adding-event-parameters#enriching-events-with-data-from-catalogs) 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](/docs/automation/integration/whats-app/send-template-message).

**Default retention**: 30 days


| Parameter | Type | Example | Description |
| --- | --- | --- | --- |
| Base parameters | various | n/a | [Parameters that may exist in all events](/docs/assets/events/event-reference/common-parameters#base-parameters) |
| 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 |