Webhooks

Webhooks on PolyAPI are API endpoints you can stand up to receive events via HTTP calls.

You can add authentication, define your own custom webhook listeners, or you can route your webhook events to server functions using triggers.

First we’ll talk about creating, updating, and deleting webhooks. Then we’ll show you how to test them!