Webhooks & custom actions
For teams that want to wire CoveCall into their own systems, there are two extension points on the Integrations screen.
Webhooks
Section titled “Webhooks”Webhooks push events to a URL you own — great for Zapier, Make, n8n, or your own backend. Events include things like call completed and appointment booked.
- In Webhooks, choose Add endpoint and paste an HTTPS URL.
- Save it. CoveCall starts delivering events there.
- Use Test to send a sample delivery, and Copy to get the signing secret.
Custom actions
Section titled “Custom actions”A custom action gives Neuros a tool that calls your endpoint during a call — for example, to check an order status. CoveCall posts the details captured on the call (signed), and your response can include text for Neuros to speak back to the caller.
- In Custom actions, choose Add action.
- Give it a name, an HTTPS URL, and a description that tells Neuros when to use it.
- Save it, then Copy the signing secret for your endpoint to verify.