Skip to main content
Guide: Events & Webhooks

A quick guide on how events and webhooks work at Gigs. See developer documentation for more details.

Updated over a week ago

Events in the Gigs Dashboard

Events are used to track different actions or updates that happen programmatically or manually in the Gigs system. All events can be accessed in the events tab in the Gigs dashboard.

Events can be filtered by resource (i.e. subscription, user, or device) and type subscription created, payment succeeded, or SIM activated for example.

Most pages in the Gigs Dashboard have a "Recent Activity" section showing the latest events related to it.

Tip: Click on any event to see the full payload!

Webhooks

To be notified of an event as soon as it happens, you can configure a webhook endpoint in the developers section of the Gigs dashboard.

The events sent are the same ones visible in Gigs dashboard, and documented in the Gigs Events section of our API documentation.

For access to developer documentation, please log into the Gigs Dashboard or reach out to the Gigs team with any questions.

Did this answer your question?