Creating a Tarloo Webhook
Overview
To be notified of new events within your Job Customer, you must create a new webhook to receive the new events. Currently, new webhook creation must be completed by your Talroo POC. Webhook creation and management will be supported within TAP soon.
Details needed to create a webhook
Before reaching out to your Talroo POC, you should have the following information ready:
- Event type: This is the desired event type that you wish to receive with your webhook
- POST Endpoint: This is the endpoint to which Talroo will send new events via a POST request. This endpoint should be set up to handle and parse the corresponding event JSON payload and MUST return a 2xx response status code
- Signature secret: This is the secret used to create the webhook's signature that can be used to verify new event POSTs. See Webhook Signatures.