You can efficiently manage and safeguard the communication between Namirial Onboarding and your systems, guaranteeing that all webhook notifications are delivered reliably and securely. Below is an example payload for a webhook notification presented in JSON format.
Example
...
webhook payload in JSON
Code Block | ||
---|---|---|
| ||
{ "id": "123e4567-e89b-12d3-a456-426614174000", "type": "STATUS_UPDATE", "createdAt": "2024-10-29T17:42:16Z", "request": { "requestId": "123e4567-e89b-12d3-a456-426614174001", "requestTypeId": "123e4567-e89b-12d3-a456-426614174002", "status": "COMPLETED" } } |
...