A webhook increases efficiency by allowing an application to provide updates when select events occur. Without a webhook, your application would have to periodically check for new events and status updates in order to take action. By implementing the webhook, CalcuQuote will alert your application whenever a relevant activity happens to your RFQ.
To configure the webhook, you will need to determine which events should trigger a response, and provide the endpoint (url) and token (credentials) for the webhook to submit the response.
1. Navigate to Configuration > Integrations
2. Click Webhooks. In order to configure a new webhook, click the +
3. In the popup to Create Webhook Connection, fill in the required fields and click save.
Did this answer your question?😞😐😃