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 webhooks, specifically allowing users to delete existing inbox webhooks. It is useful in scenarios where users want to programmatically remove webhook configurations that receive real-time inbox events such as LinkedIn and email messages. For example, a user can automate the cleanup of outdated or unnecessary webhook subscriptions to maintain an organized webhook setup.

Use Case Examples

  1. Deleting an inbox webhook by specifying its webhook ID to stop receiving real-time inbox event notifications.
  2. Automating webhook management in a marketing or sales automation workflow to ensure only active webhooks are maintained.

Properties

Name Meaning
Webhook ID The unique identifier of the inbox webhook to be deleted.
Query Parameters Optional parameters to filter or specify additional details for the request, such as company name, email, lead ID, limit, and pagination controls.

Output

JSON

  • Status Code - HTTP status code indicating the result of the delete operation, e.g., '204 No Content' for successful deletion with no content returned.

Dependencies

  • La Growth Machine API key credential required for authentication.

Troubleshooting

  • Missing or invalid API key will cause authentication errors; ensure the API key credential is correctly configured.
  • If the Webhook ID is not provided, the node throws an error indicating that the Webhook ID is required.
  • API errors from La Growth Machine are caught and rethrown with descriptive messages to help diagnose issues.

Links

Discussion