Connect via API Key
Open API settings in HeyReach
In HeyReach go to Settings → API and create an API key. API keys never expire, but can be revoked from the same page.
Webhooks (auto-registered)
HeyReach exposes a webhook API, so Nous registers the webhooks for you on connect. No paste step needed. On connect Nous callsPOST /api/public/webhooks/CreateWebhook once for each of these event types, all pointed at the same workspace-scoped URL:
MESSAGE_REPLY_RECEIVEDINMAIL_REPLY_RECEIVEDCONNECTION_REQUEST_ACCEPTEDLEAD_TAG_UPDATED
Optional: shared secret
For an extra layer of protection on the inbound URL, setHEYREACH_WEBHOOK_SECRET in nous.env. When set, Nous appends ?secret=<value> to the registered webhook URL and rejects any inbound request whose query string doesn’t match.