Adding an Endpoint

In order to start listening to messages, you will need to configure your endpoints. Adding an endpoint is as simple as providing a URL that you control and selecting the event types that you want to listen to. The endpoint can be whatever you want, and you can just add them from your webhooks portal. If you don’t specify any event types, by default, your endpoint will receive all events, regardless of type.

For example, if you receive webhooks from Sendoso, you can structure your URL like: https://www.example.com/sendoso/webhooks/.

Visit the Security tab to learn more about verifying the webhooks from your endpoint application.

Testing an Endpoint

Once you’ve added an endpoint, you’ll want to make sure its working. The “Testing” tab lets you send test events to your endpoint. After sending an example event, you can click into the message to view the message payload, all of the message attempts, and whether it succeeded or failed.