Webhooks
Outbound webhooks are not available yet. When they ship, AppApex will push events to your endpoint in real time so you can route recommendations into your own systems without polling. Until then, poll the REST API or use the Slack integration.
Available today
Outbound webhooks have not shipped yet. The REST API (poll GET /api/v1/recommendations on a schedule) and the native Slack integration cover most of the same jobs today.
Planned events
When webhooks ship, you'll add an endpoint in Settings and choose which events to receive.
recommendation.createdA new recommendation landed in the inbox.
agent_run.completedAn agent run finished, with its summary and findings.
action.executedAutopilot or an approval shipped a change.
integration.errorA connected integration started failing sync.
Planned delivery semantics
- Deliveries signed with an HMAC SHA-256 of the raw body, sent in an
X-AppApex-Signatureheader. - 2xx within five seconds acknowledges a delivery; anything else retries with exponential backoff.
- Idempotent handlers keyed on the event
id.
Want webhooks sooner? Tell us which events you need from the Help tab - it directly shapes the rollout order.