La Growth Machine icon

La Growth Machine

Use the La Growth Machine API

Overview

This node integrates with the La Growth Machine API to manage leads, specifically allowing the removal of a lead from audiences. It is useful in scenarios where you need to update lead audience memberships dynamically, such as cleaning up marketing lists or managing campaign targets. For example, if a lead should no longer receive communications from certain audiences, this node can remove them accordingly.

Use Case Examples

  1. Removing a lead from specific marketing audiences based on updated lead information.
  2. Automating lead audience management in a CRM workflow to ensure accurate targeting.

Properties

Name Meaning
Query Parameters Filters and parameters to identify the lead(s) to remove from audiences, such as company name, email, lead ID, and pagination controls.
Request Body JSON formatted body containing details for the removal operation, such as audience IDs or other relevant data.

Output

JSON

  • Status Code - HTTP status code indicating the result of the operation, e.g., '204 No Content' for successful removal with no content returned.
  • json - Parsed JSON response from the API containing details about the removal operation or error messages.

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 configured in credentials.
  • If required parameters like Lead ID or Audience Name are missing, the node will throw errors; verify all mandatory inputs are provided.
  • API errors from La Growth Machine are wrapped and presented with detailed messages; check the error description for troubleshooting.

Discussion