Skip to content

Commit 9732ae9

Browse files
Update env.example
1 parent 7415429 commit 9732ae9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

env.example

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ WEEKLY_SUMMARY_REPLY_TO=hello@payeeproof.com
6666
WEEKLY_SUMMARY_DEFAULT_PERIOD=7d
6767
WEEKLY_SUMMARY_MAX_EXAMPLES=5
6868

69+
# CRM intake automation light
70+
# Point this to a simple webhook / Apps Script / Make / n8n endpoint.
71+
CRM_INTAKE_ENABLED=1
72+
CRM_INTAKE_URL=
73+
CRM_INTAKE_SECRET=
74+
CRM_INTAKE_AUTH_HEADER=X-PayeeProof-CRM-Secret
75+
CRM_INTAKE_TIMEOUT_SEC=6
76+
CRM_INTAKE_EVENT_NAME=pilot_request_created
77+
6978
# Integration layer / webhooks
7079
PUBLIC_API_BASE=https://payeeproof-api.onrender.com
7180
WEBHOOK_DELIVERY_TIMEOUT_SEC=10

0 commit comments

Comments
 (0)