#943 — Implement EMS webhooks for live updates
Repo: Twill-AI/facade State: closed | Status: done Assignee: nadddder, sparsh-twillpayments
Created: 2026-01-22 · Updated: 2026-03-19
Description
https://apidocs.emscorporate.com/reference/webhook
EMS Web hook’s for automatic update to users endpoint.
If you want to enroll in our webhooks, please get in touch with EMS using the API username and endpoint URL (e.g., https://ems-webhook.com/api).
Your endpoint should be /DealStatus for the DealStatus webhook and/or /VarSheet for the VarSheet webhook.
Our Webhooks is expecting to get an HTTP.200 (Http.OK) as a response.
We have an auto-retry mechanism up to 5 times; if our webhook fails five consecutive times, it will not retry again.
Notes
Add implementation notes, blockers, and context here
Related
Add wikilinks to related people, meetings, or other tickets