Register, or replace, the URL that Framnex uses for webhook deliveries:Register the webhook URLConfigure the webhook URL separately for each environment.
Use webhook payloads to update your integration when transfer or other supported resource states change asynchronously.The generated API reference contains the current webhook payload schemas. Treat those schemas as the source of truth when implementing event handling.
Keep your internal logs correlated with the Framnex resource identifiers so a failed business flow can be traced from the resource to its webhook delivery.
Framnex exposes an operation to re-queue a failed webhook delivery:Retry a failed webhook deliveryUse retry after you have corrected the receiving-side issue. Repeated failures should be investigated in the receiving integration rather than handled only by manual re-queueing.