Webhook events for the Fireflies.ai API
x-hub-signature
header containing a SHA-256 HMAC signature of the request payload. This signature is generated using a secret key known only to the server and your application.
When the consumer receives a webhook, they can use the signature provided in the x-hub-signature
header to verify that the request has not been tampered with. This is done by computing their own HMAC signature using the shared secret key and comparing it to the signature included in the header.
x-hub-signature
headerx-hub-signature
header valuex-hub-signature
header to ensure the request’s authenticity.
Why am I not receiving webhook requests
There may be multiple reasons why you are not receiving webhook requests. Please go through the following checklist:
organizer_email.
Ensure that you have correctly setup the webhooks for the meeting owner.Team-wide webhooks are only supported for the Enterprise tier with the Super Admin role. This allows you to setup one webhook for all meetings owned by your team. Details here.