aircall-webhooks
Installation
SKILL.md
Aircall Webhooks
Aircall is a cloud call-center / business phone system. Its webhooks push call, user, number, contact, messaging, and conversation-intelligence events to your endpoint.
When to Use This Skill
- How do I receive Aircall webhooks?
- How do I verify Aircall webhooks? (there is no signature header — see below)
- Why is my Aircall webhook verification failing?
- How do I handle
call.created,call.answered, orcall.endedevents? - How do I get my Aircall webhook token?
- Why did Aircall disable my webhook?
Verification: Token in the Body, NOT an HMAC Signature
Aircall has no signature header and no cryptographic signature. Every event body
contains a top-level token string equal to the token issued when the webhook was
created. Verify by comparing that field against your stored token.