Skip to main content

Bulk Trigger Examples

Basic Bulk Trigger

Send up to 100 events in a single request:

Chunking for Large Batches

For more than 100 events, chunk into groups:

cURL

Important Notes

  • Maximum 100 events per bulk request
  • Each event in the bulk request is independent — different workflows, subscribers, and payloads are allowed
  • Errors/Success responses are returned per-event, not for the entire batch
  • For very large sends (thousands+), consider using topic-based triggers instead