Actions20
- Audience Actions
- Campaign Actions
- Identity Actions
- Inbox Actions
- Lead Actions
- Member Actions
- Website Visitor Actions
Overview
This node interacts with the La Growth Machine API to manage inbox webhooks among other resources. Specifically, for the 'Inbox' resource and 'List Inbox Webhooks' operation, it retrieves a list of all inbox webhooks currently configured in the user's workspace. This is useful for users who want to monitor or manage their real-time inbox event webhooks, such as those receiving LinkedIn and email messages.
Use Case Examples
- A marketing automation specialist uses this node to list all configured inbox webhooks to verify which webhooks are active and receiving real-time inbox events.
- A developer integrates this node in a workflow to fetch and display all inbox webhooks for auditing or troubleshooting purposes.
Properties
| Name | Meaning |
|---|---|
| Query Parameters | Optional filters to refine the list of inbox webhooks, including company name, email, lead ID, limit, and pagination controls like skip. |
Output
JSON
json- Array of inbox webhook objects representing the configured inbox webhooks in the workspace.
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 the webhook ID is required for other operations but missing, the node will throw an error; provide the necessary webhook ID.
- API rate limits or network issues may cause request failures; check connectivity and API usage limits.
Links
- La Growth Machine API Documentation - Official API documentation for La Growth Machine, including endpoints for managing inbox webhooks.