1 parent 7415429 commit 9732ae9Copy full SHA for 9732ae9
1 file changed
env.example
@@ -66,6 +66,15 @@ WEEKLY_SUMMARY_REPLY_TO=hello@payeeproof.com
66
WEEKLY_SUMMARY_DEFAULT_PERIOD=7d
67
WEEKLY_SUMMARY_MAX_EXAMPLES=5
68
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
+
78
# Integration layer / webhooks
79
PUBLIC_API_BASE=https://payeeproof-api.onrender.com
80
WEBHOOK_DELIVERY_TIMEOUT_SEC=10
0 commit comments