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 perform various operations related to marketing automation and lead management. Specifically, the 'Send A LinkedIn Message To A Lead' operation allows users to send LinkedIn text or voice messages to leads via connected identities. This is useful for automating outreach and engagement with potential clients or contacts on LinkedIn. Practical examples include sending personalized LinkedIn messages to leads filtered by company name, email, or LinkedIn URL, facilitating targeted communication in sales or marketing campaigns.
Use Case Examples
- Send a LinkedIn message to a lead identified by their LinkedIn URL to initiate contact.
- Automate sending follow-up LinkedIn messages to leads filtered by company name or email address.
Properties
| Name | Meaning |
|---|---|
| Query Parameters | Filters and pagination options to specify which leads to target for the LinkedIn message. Includes company name, company URL, email, first name, last name, lead ID, LinkedIn URL, limit, skip, and pagination controls (getLeadsAfter, getLeadsBefore). |
| Request Body | JSON object containing the message content and any additional parameters required to send the LinkedIn message. |
Output
JSON
json- The response from the La Growth Machine API, typically including the status and details of the sent LinkedIn message or any errors.
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 set in credentials.
- If required parameters like Campaign ID or Webhook ID are missing for certain operations, the node throws an error; verify all mandatory fields are provided.
- API request failures or unexpected responses are wrapped in NodeApiError with detailed messages; check the error message and stack trace for debugging.
Links
- La Growth Machine API Documentation - Official API documentation for La Growth Machine, detailing endpoints and usage.