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 send an email message to a lead within the Inbox resource. It allows users to specify query parameters to identify the lead and provide a custom email message body. This node is useful for automating personalized email outreach to leads managed in La Growth Machine, enhancing lead engagement and campaign effectiveness.
Use Case Examples
- Sending a custom email to a lead identified by their email or LinkedIn URL.
- Automating follow-up emails to leads filtered by company name or lead ID.
Properties
| Name | Meaning |
|---|---|
| Query Parameters | Filters and identifies the lead to whom the email will be sent. Includes fields like company name, email, first name, last name, LinkedIn URL, lead ID, and pagination controls (limit, skip). |
| Request Body | JSON object containing the custom email message content to be sent to the lead. |
Output
JSON
json- The response from the La Growth Machine API, typically including details about the sent email or lead information.
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 will throw errors; provide all mandatory fields.
- Malformed JSON in the Request Body can cause request failures; ensure the JSON is valid.
- API endpoint errors or network issues will be reported as node errors; check connectivity and API status.
Links
- La Growth Machine API Documentation - Official API documentation for La Growth Machine, detailing endpoints and usage.