API & webhooks
Webhooks
Manage signed webhook endpoints, subscribed event types, delivery attempts, and retry simulation.
Endpoint list
URLs and signing secrets are placeholders; no webhook is called.
| Name | URL | Status | Event types | Last delivery | Failure rate | Actions |
|---|---|---|---|---|---|---|
| Finance automation listener | https://hooks.example.test/powersoft365/finance | Active | 4 invoice.finalized, payment.succeeded, payment.failed | 2026-04-29 09:00 | 4.2% | |
| Operations support queue | https://hooks.example.test/powersoft365/ops | Error | 4 cancellation.requested, cancellation.approved, implementation.completed | 2026-04-29 09:00 | 28.6% | |
| BI event collector | https://hooks.example.test/powersoft365/bi | Disabled | 4 customer.created, invoice.finalized, payment.succeeded | n/a | 0.0% |
Delivery attempts
Retry delivery attempts without sending network traffic.
| Attempt | Endpoint | Status | Response | Duration | Error | Actions |
|---|---|---|---|---|---|---|
| 2026-04-29 09:00 | Finance automation listener | Delivered | 200 | 318 ms | None | |
| 2026-04-29 09:00 | Operations support queue | Failed | 503 | 1200 ms | Endpoint unavailable. | |
| 2026-04-29 09:00 | Operations support queue | Retrying | 503 | 998 ms | Retry scheduled. | |
| 2026-04-28 09:00 | Finance automation listener | Delivered | 202 | 410 ms | None |