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 leads, specifically allowing users to create or update lead information. It is useful in scenarios where businesses want to automate lead management by adding or updating lead details such as company name, email, LinkedIn URL, and other personal information. For example, a marketing automation workflow can use this node to update lead records based on new data collected from various sources.
Use Case Examples
- Creating a new lead with detailed information like company name, email, and LinkedIn URL.
- Updating an existing lead's information based on lead ID or email.
Properties
| Name | Meaning |
|---|---|
| Query Parameters | Parameters to filter or specify lead details such as company name, email, first name, last name, LinkedIn URL, lead ID, and pagination controls like limit and skip. |
| Request Body | JSON formatted body containing the lead data to create or update. |
Output
JSON
json- The JSON response from the La Growth Machine API representing the created or updated lead data 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 provided in credentials.
- If required parameters like Campaign ID or Webhook ID are missing for certain operations, the node throws errors; provide all mandatory parameters.
- Malformed JSON in the request body can cause API request failures; ensure the JSON is valid.
- API rate limits or network issues may cause request failures; check connectivity and API usage limits.
Links
- La Growth Machine API Documentation - Official API documentation for La Growth Machine, useful for understanding available endpoints and data formats.