Webhooks
Resources on Younium webhooks.
Understanding Webhooks in Younium
Subscribing to webhook events
POST <https://api.sandbox.younium.com/Webhooks> Authorization: Bearer [JWT token] Content-Type: application/json{
"url": "<https://your-service-url.com>",
"events": [ "AccountChanged" ]
}{
"id": "49d5c950-925c-4863-f731-08dabe4f3d15",
"url": "<https://your-service-url.com>",
"events": [
"AccountChanged",
... //List of events that the webhook will listen to.
],
"token": "g67g5fd7-s7d0-32a5-bd7e-df0dwas67c6", //All triggered webhook requests will contain this token.
"webhookStatus": "Enabled"
}Webhook request body
Webhook request attempts and delivery
Webhook Event Execution
Automatic and manual retries
Error notifications
Webhook events using Paywall
Available webhook events
SalesOrders:
Invoices:
Journals:
Accounts:
Quotes:
Payments:
InvoiceBatches:
Products:
Last updated
Was this helpful?