Now that we have our receptionist Agent configured, we want to set up an automation so that every time we
receive a call, we can process the results once the call has ended.
We’ll use the Webhooks feature on the Agent to configure our automations. First, let’s create a
webhook that posts to "https://example.com" every time a call ends.
In order to process the result of our webhook, we can set up a simple endpoint to receive
webhook messages from Vocode. Webhook.site makes it very easy to set up
a sample endpoint.For a full list of webhook events and other capabilities, check out our guide on Webhooks.