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 update the status of a lead within a campaign. It allows users to specify query parameters to identify the lead and send a JSON request body to update the lead's status. This is useful for managing lead workflows and tracking lead progress in marketing or sales campaigns.
Use Case Examples
- Updating the status of a lead identified by email and campaign ID to 'Contacted'.
- Changing the lead status for a specific lead ID within a campaign to reflect a new stage in the sales funnel.
Properties
| Name | Meaning |
|---|---|
| Query Parameters | Filters and identifies the lead to update, including company name, email, lead ID, LinkedIn URL, and pagination controls like limit and skip. |
| Request Body | JSON formatted data containing the new status and any other relevant information to update the lead's status in the campaign. |
Output
JSON
json- The response from the La Growth Machine API, typically including the updated lead status or confirmation of the update.
Dependencies
- Requires an API key credential for La Growth Machine API authentication.
Troubleshooting
- Ensure the API key is provided and valid; missing or invalid keys will cause authentication errors.
- Verify that required parameters like campaign ID and lead identification fields are provided; missing these will cause errors.
- Check the JSON format of the request body; invalid JSON will cause request failures.
- API rate limits or network issues may cause request failures; retry or check connectivity if errors occur.
Links
- La Growth Machine API Documentation - Official API documentation for detailed endpoint and parameter information.