Skip to main content
Triggers define which webhook events your MiniApp can react to. They appear in the Automation Builder as available trigger nodes. When a matching webhook arrives, automations that use the corresponding trigger are executed.
Trigger fields: Event name convention: Use the exact event string your provider sends in webhooks. The platform matches the extracted event name (from webhook.eventExtraction) against trigger event values directly — no mapping layer. Composite events: If your provider uses a combination of fields to identify an event (e.g., GitHub uses the X-GitHub-Event header + the action body field), use the compositeStrategy in webhook.eventExtraction (see the Webhooks guide) and name your trigger events accordingly:
Last modified on August 8, 2026