AutoRx webhooks provide real-time notifications about events in your pharmacy automation workflow. Stay informed about processing status, failures, and important system events.
Webhooks are HTTP callbacks that AutoRx sends to your application when specific events occur. Instead of polling our API for updates, webhooks deliver real-time notifications directly to your configured endpoints.
Receive instant notifications when events occur, eliminating the need for constant polling.
Automatic retry mechanisms ensure webhook delivery even during temporary network issues.
HMAC-SHA256 signatures verify webhook authenticity and prevent tampering.
Handle high-volume events efficiently without overwhelming your application.
All webhooks are signed with HMAC-SHA256. Include the X-AutoRx-Signature header when sending requests. Verify the signature using your webhook secret before processing.