Overview
This node acts as a trigger for KlickTipp events by listening to incoming webhook POST requests. When KlickTipp sends data to the configured webhook URL, this node captures the event and triggers the workflow with the received data. It is useful for automating workflows based on real-time KlickTipp activities such as new contacts, tag changes, or other outbound events.
Practical examples include:
- Automatically adding new KlickTipp contacts to a CRM system.
- Triggering follow-up emails when a contact subscribes or unsubscribes.
- Syncing KlickTipp event data with external databases or services.
Properties
| Name | Meaning |
|---|---|
| For more information on creating a webhook in KlickTipp, see the online Help | A notice providing a link to KlickTipp's official documentation on how to create and use webhooks. |
Output
The node outputs JSON data representing the body of the incoming webhook request from KlickTipp. The output structure is an array of objects, each corresponding to one webhook event payload received. This allows downstream nodes to process the KlickTipp event data directly.
No binary data output is produced by this node.
Dependencies
- Requires an API authentication token credential for KlickTipp to be configured in n8n.
- The user must set up a webhook in their KlickTipp account pointing to the URL provided by this node.
- No additional external dependencies are required beyond the webhook setup and API credentials.
Troubleshooting
- Webhook not triggering: Ensure that the webhook URL generated by n8n is correctly registered in KlickTipp’s outbound settings. Verify that KlickTipp is sending POST requests to the correct URL.
- Empty or missing data: Confirm that KlickTipp is sending the expected payload in the webhook. Check the webhook configuration in KlickTipp for correct event selection.
- Authentication errors: Make sure the API authentication token credential is valid and properly configured in n8n.
- Network issues: Verify that your n8n instance is accessible from the internet if using a self-hosted setup, so KlickTipp can reach the webhook endpoint.