Update create_webhook.sh
Browse files- create_webhook.sh +1 -1
create_webhook.sh
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
DAILY_API_KEY="pk_3a112ff0-26d7-4bd0-aebd-7f713c31972a" # Replace with your Daily.co API key
|
4 |
WEBHOOK_URL="https://deadmon-pipecat.hf.space/webhook" # Replace with your endpoint
|
5 |
-
WEBHOOK_SECRET
|
6 |
|
7 |
curl --request POST \
|
8 |
--url https://api.daily.co/v1/webhooks \
|
|
|
2 |
|
3 |
DAILY_API_KEY="pk_3a112ff0-26d7-4bd0-aebd-7f713c31972a" # Replace with your Daily.co API key
|
4 |
WEBHOOK_URL="https://deadmon-pipecat.hf.space/webhook" # Replace with your endpoint
|
5 |
+
WEBHOOK_SECRET="eW91ci1zZWNyZXQtc3RyaW5n" # Base64-encoded secret
|
6 |
|
7 |
curl --request POST \
|
8 |
--url https://api.daily.co/v1/webhooks \
|