Actions20
- Audience Actions
- Campaign Actions
- Identity Actions
- Inbox Actions
- Lead Actions
- Member Actions
- Website Visitor Actions
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
- Automatically trigger a workflow when a new LinkedIn message is received by creating an inbox event webhook.
- 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
- La Growth Machine API Documentation - Official API documentation for La Growth Machine, useful for understanding available endpoints and request formats.