EventsEvent Forwarding

Event Forwarding

Route events in real-time to downstream analytics and marketing tools.

Overview

Event forwarding sends events to external destinations as they arrive. Configure rules to filter which events go where, map properties to match destination schemas, and monitor delivery status.

Creating a Forwarding Rule

  1. Navigate to Events > Forwarding
  2. Click Create Forwarding Rule
  3. Select a destination (e.g., Amplitude, Mixpanel, Segment)
  4. Configure event filters:
    • All events — Forward everything
    • Specific events — Select event names to forward
    • Condition-based — Forward events matching property conditions
  5. Map event properties to destination fields if needed
  6. Click Save

Configuration

FieldTypeRequiredDescription
namestringYesRule name
destination_idstringYesTarget destination
event_filterobjectNoWhich events to forward
property_mappingobjectNoProperty name transformations
enabledbooleanYesWhether the rule is active

Delivery Monitoring

View delivery status for each forwarding rule:

  1. Open the forwarding rule detail page
  2. Check the Deliveries tab
  3. See success/failure counts, latency, and error details

Retry Logic

Failed deliveries are retried automatically:

  • 3 retry attempts with exponential backoff
  • Dead letter queue for events that fail all retries
  • View failed events in the delivery log

API Reference

See Events API for endpoint details.