Steps to receive webhooks
You can start receiving event notifications in your app using the steps in this section:- Identify the events you want to monitor and the event payloads to parse.
- Create a webhook endpoint as an HTTP endpoint (URL) on your local server (making sure it is publicly accessible).
- Register your publicly accessible endpoint URL in the BSPK webook endpoint’s api.
- Handle requests from BSPK by parsing each event object and returning 2xx response status codes.
- Test that your webhook endpoint is working properly.
- Deploy your webhook endpoint to production.
- Replace your local server webhook endpoint with your Production endpoint.