Skip to main content
Version: v0.1b

Circuit For Teams Webhook API

The Circuit Webhook API provides a way for Circuit users to interact programmatically with Circuit by subscribing to important events of your team.

Circuit will notify your application whenever an important event happens.

How does it work

When your application endpoint is enabled on Circuit to receive events, Circuit will push real-time notifications to it. These notifications contain the type of event, the epoch timestamp of when it occurred, and any relevant data for that event. On your side you can then use that to integrate Circuit with existing or new software.