La Growth Machine icon

La Growth Machine

Use the La Growth Machine API

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

  1. Sending a custom email to a lead identified by their email or LinkedIn URL.
  2. 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

Discussion