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 push it to targeted marketing campaigns using the Vector Native Webhook operation. It is useful for marketing automation workflows where high-intent website visitor data needs to be captured and sent to specific audiences for campaign targeting. For example, it can be used to automatically send visitor data to a marketing platform to trigger personalized campaigns based on visitor behavior.
Use Case Examples
- Automatically push high-intent website visitor data to a marketing campaign audience named 'Vector_Website_Visitors' for targeted follow-up.
- Use the node to send visitor data with custom query parameters to segment and filter leads before pushing to the campaign audience.
Properties
| Name | Meaning |
|---|---|
| Audience Name for Vector Native Webhook | Specifies the audience name in La Growth Machine to which the website visitor data will be pushed. Default is 'Vector_Website_Visitors'. |
| Query Parameters | Optional collection of query parameters to filter or specify details about the leads or visitors, such as company name, email, first name, last name, lead ID, limit, skip, and others. |
| Request Body | JSON formatted request body to send additional data with the webhook call. |
Output
JSON
json- The JSON response from the La Growth Machine API, which may include confirmation of data pushed, error messages, or other API response data.
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.
- Audience name is required for the Vector Native Webhook operation; missing this will throw an error.
- Invalid or malformed JSON in the request body will cause request failures; ensure the JSON is properly formatted.
- API errors from La Growth Machine will be returned with error messages; check the node error output for details.
Links
- La Growth Machine API Documentation - Official API documentation for La Growth Machine, useful for understanding available endpoints and request formats.