Zender Trigger icon

Zender Trigger

Gerenciar eventos do Zender via webhooks

Overview

This node acts as a trigger for workflows in n8n, specifically designed to work with the Zender service. It listens for events or data from Zender and initiates workflows when such events occur. This is useful for automating processes based on real-time data or actions from Zender, such as receiving notifications or updates.

Use Case Examples

  1. Trigger a workflow when a new message or event is received from Zender.
  2. Start a process automatically when a specific Zender event occurs, like a status update or alert.

Output

JSON

  • eventData - Data received from the Zender event that triggered the workflow
  • eventType - Type of event received from Zender

Dependencies

  • Requires an API key credential or authentication token to connect to the Zender service.

Troubleshooting

  • Ensure the API key or authentication token is correctly configured and has the necessary permissions.
  • Check network connectivity to the Zender service to avoid trigger failures.
  • Verify that the Zender service is sending events in the expected format.

Links

  • Zender API Documentation - Official documentation for the Zender service, useful for understanding event types and data formats.

Discussion