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 inbox-related operations, specifically allowing users to create inbox event webhooks. It registers new webhooks that receive real-time inbox events such as LinkedIn and email messages. This is useful for automating workflows that respond to incoming messages or events in a sales or marketing context, enabling real-time notifications or actions based on inbox activity.

Use Case Examples

  1. Automatically trigger a workflow when a new LinkedIn message is received by creating an inbox event webhook.
  2. Set up a webhook to monitor email messages in real-time and update CRM records accordingly.

Properties

Name Meaning
Query Parameters Optional filters and parameters to refine the webhook creation request, such as company name, email, lead ID, limit, and pagination controls.
Request Body JSON formatted body content for the webhook creation request, allowing detailed configuration of the webhook.

Output

JSON

  • json - The JSON response from the La Growth Machine API representing the created webhook or related data.

Dependencies

  • La Growth Machine API key credential

Troubleshooting

  • Ensure the API key credential is correctly configured; missing API key will cause an error.
  • Verify that required parameters such as webhook ID (for deletion) or campaign ID (for campaign operations) are provided when needed.
  • Check the JSON format of the request body to avoid parsing errors.
  • Common error messages include missing required parameters or invalid API key, which can be resolved by providing the correct values.

Links

Discussion