Aexaware Infotech Webhooks Documentation
Learn how to receive and verify real-time event notifications from **Aexaware Infotech** for project inquiries, consultations, milestones, and deployments.
webhooks.md Document
Event definitions, HMAC signing, and payload schemas
Supported Event Types
inquiry.receivedTriggered when a client submits a new project or contact form.
consultation.scheduledTriggered when an initial technical consultation call is booked.
deployment.completedTriggered when an application or cloud deployment completes.
agent.task_executedTriggered when an autonomous AI agent executes a tool action.
Signature Verification
Every webhook request includes an X-Aexaware-Signature header with an HMAC-SHA256 digest of the raw request payload.
const signature = crypto.createHmac('sha256', secret).update(rawPayload).digest('hex');Build Real-Time Reactive Systems
With Aexaware.
We architect resilient webhook brokers, event-driven microservices, and serverless background pipelines.