Growth-X Trigger icon

Growth-X Trigger

Starts the workflow when Growth-x events occur

Overview

This node is a trigger for Growth-X events. It starts an n8n workflow whenever specific events occur in the Growth-X platform, such as when connections or messages are created or updated, or when tags are attached or detached. This is useful for automating workflows that depend on real-time updates from Growth-X, like syncing data, sending notifications, or updating CRM systems.

For example, you could use this node to:

  • Trigger a workflow when a new connection is created to automatically send a welcome email.
  • Start a process when a message is created to log communication history.
  • React to tag changes on contacts to update segmentation in marketing tools.

Properties

Name Meaning
Trigger On Select one or more event types to trigger the workflow on. Options:
- Connection Created
- Connection Updated
- Message Created
- Tag Attached
- Tag Detached

Output

The node outputs JSON data representing the event payload received from Growth-X. The output contains the full event details as provided by the webhook, allowing subsequent nodes in the workflow to access all relevant information about the triggered event.

No binary data output is produced by this node.

Dependencies

  • Requires an API key credential for Growth-X to register and manage webhooks.
  • The node uses Growth-X's webhook API to create, check, and delete webhooks dynamically.
  • The workflow must be accessible via a public URL to receive webhook calls from Growth-X.

Troubleshooting

  • Webhook registration failure: Ensure the provided API key has permissions to manage webhooks in Growth-X. Also, verify that the webhook URL is publicly accessible.
  • No triggers firing: Confirm that the selected event types match those sent by Growth-X and that the webhook is correctly registered.
  • Invalid JSON payload: If the incoming webhook payload cannot be parsed, check if Growth-X is sending valid JSON and that no middleware modifies the request body.
  • Multiple event selection issues: When selecting multiple events, ensure all are supported and properly configured in Growth-X.

Links and References

Discussion