Skip to main content
In addition to native connectors to third-party business applications, Stigg can notify any application about changes that take place on the platform in real time — customer, subscription, and entitlement changes all trigger events. Two delivery methods are available:

Webhooks

The default delivery method. Stigg calls an HTTP endpoint you configure with the event payload as soon as it happens. For setup steps, the full event catalog, and payload reference, see Webhooks in the API Reference.

Durable queues (SQS)

For customers who need greater reliability, durability, or support for higher event volumes, Stigg can publish the same events to a dedicated, durable AWS SQS queue instead of (or alongside) webhooks. This option is available as part of the Stigg Scale plan — contact Stigg Support to set it up. See Durable queues (SQS) for details.