How to setup Webhooks for Stiply
By setting up webhooks, you can link actions to events that occur in Stiply.
The Stiply API now supports webhooks. Webhooks are like digital messages for computers. Webhooks allow you to perform automated actions based on events that occur in Stiply, such as when a document is signed, emails are sent or opened, etc.
By setting up webhooks, you can link actions to events that occur in Stiply. Webhooks are an improvement over the callback_url functionality, but webhooks will not completely replace the callback_url functionality.
Adding webhooks in your account
Removing webhooks from your account
The signer key
Here you can see where you can view the signing key of your endpoint. With this key, you can validate the integrity of calls to the registered endpoint.
API Documentation
Need more information? Our API documentation provides even more detailed instructions on how to set up webhooks yourself. Click here for the documentation and comprehensive information on setting up and how webhooks work.