Actions20
- Audience Actions
- Campaign Actions
- Identity Actions
- Inbox Actions
- Lead Actions
- Member Actions
- Website Visitor Actions
Overview
This node integrates with the La Growth Machine API to manage website visitor data and other marketing-related resources. Specifically, the 'RB2B Native Webhook' operation under the 'Website Visitor' resource sends website visitor data to La Growth Machine for audience segmentation. This node is useful for marketing automation workflows where you want to segment website visitors into audiences based on their behavior or attributes, enabling targeted marketing campaigns. For example, it can be used to automatically add visitors to a specific audience in La Growth Machine when they visit a website, facilitating personalized outreach.
Use Case Examples
- Automatically segment website visitors into marketing audiences for targeted campaigns.
- Send visitor data from a website to La Growth Machine to enrich lead profiles.
- Use visitor data to trigger follow-up actions in marketing automation workflows.
Properties
| Name | Meaning |
|---|---|
| Audience Name for RB2B Native Webhook | Specifies the audience name in La Growth Machine to which the website visitor data will be sent for segmentation. |
| Query Parameters | Collection of optional query parameters to filter or specify lead details such as company name, email, first name, last name, lead ID, limit, skip, and others to refine the API request. |
| Request Body | JSON formatted request body to send with the API call, used for operations that require data submission such as creating or updating leads. |
Output
JSON
json- The JSON response from the La Growth Machine API, which may include audience segmentation results, lead data, or status messages depending on the operation.
Dependencies
- Requires an API key credential for La Growth Machine API authentication.
Troubleshooting
- Missing or invalid API key will cause authentication errors; ensure the API key is correctly configured in the node credentials.
- Required parameters such as Audience Name for the RB2B Native Webhook operation must be provided; missing these will throw errors.
- API request failures may occur due to network issues or invalid query parameters; verify parameters and network connectivity.
- Error messages from the API are wrapped and presented as node errors; check the error message and stack trace for debugging.
Links
- La Growth Machine API Documentation - Official API documentation for La Growth Machine, useful for understanding available endpoints and parameters.