ShrFlow’s architecture is engineered to bypass standard volume constraints using a distributed, event-driven infrastructure.Documentation Index
Fetch the complete documentation index at: https://shrflow.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Asynchronous Dispatch Pipeline
When you dispatch a campaign to 1,000,000 users, the API does not process them synchronously.Cursor-Based Streaming
The API securely queries your audience segment using an
asyncpg server-side cursor, streaming contacts into memory in highly optimized batches to prevent OOM (Out of Memory) crashes on the server.Queue Injection
Contacts are mapped to compiled MJML payloads and injected into a RabbitMQ high-throughput message broker.