CalCom. Webhook
(cal_com v0.3.0)
Copy Markdown
Authenticate and parse versioned Cal.com webhook deliveries.
Summary
Functions
Verify the signature before parsing the provider version and typed payload.
Verify HMAC-SHA256 over the exact raw body bytes.
Types
@type t() :: %CalCom.Webhook{ event: String.t(), value: CalCom.WebhookPayloads.t(), version: String.t() }
An authenticated event with every documented payload field.