- 9 min
Receiving AgentLane Webhooks: Verifying X-AgentLane-Signature in Node, Python and PHP
AgentLane signs every outbound webhook the same way Stripe does — HMAC-SHA256 over a timestamp-prefixed body. Here's the exact header format and working verification code in three languages.
- 8 min
AgentLane Has No CRM Sync Feature. Here's the Webhook You'd Build One On.
AgentLane doesn't ship a CRM sync product. What it ships is a signed outbound webhook system agencies can wire into whatever CRM they already use. Here's the actual payload, the signature check, and the event list.