Keep your external systems in sync without polling. Webhooks let CifraHQ push a notification to any HTTP endpoint the moment something happens: an invoice posts, a customer is created, a payment is recorded. Your receiving system gets the data immediately, with no manual export or scheduled job required.
Go to Setup > System > Webhooks.
Webhooks list, outbound HTTP notifications fired on document events.
Shopify Order Sync or ERP Invoice Feed).Authorization: Bearer my-token) to satisfy any authentication requirements your endpoint enforces.CifraHQ will immediately start sending HTTP POST requests with a JSON payload to your URL whenever a matching event occurs.
Click the webhook name in the list to open the edit dialog and update any field.
Select one or more webhooks and click Delete.
2xx HTTP status to acknowledge receipt. CifraHQ logs delivery failures so you can diagnose connectivity issues without hunting through server logs.Related: CifraHQ API · Workflows · System Logs · Invoices · Vendor Bills
Was this page helpful?