5 lines
137 B
Python
5 lines
137 B
Python
# required
|
|
DOCUMENT_ID = ""
|
|
|
|
# optional: Webhook URL to send notifications to
|
|
WEBHOOK_URL = "https://example.com/webhook/your_webhook_id" |