Integration Webhook

An external integration can either be setup by the General API Integration or as a branded integration.
A branded integration is configured by Findity, and in this configuration an Integration Webhook can be configured.
By using the General API integration the same type of Webhook can be configured in the settings for the integration.

This is a good way to start using the webhook.

1206

Testing Webhooks.

A webhook for an integration is called when the administrator sends an export.
The webhook is called with a payload in json, like this.

{
    "exportId": "dfa30e2e70fc40da8a445abccff0db1e",
    "numberOfVouchers": 2,
    "numberOfReports": 2,
    "organizationId": "8ab28c4f8499e01c01849e2631a107a9",
    "externalOrganizationId": "My1234"
}

Use the exportID to manage the export through the Exports endpoints.