Deadmon commited on
Commit
d167ba5
·
verified ·
1 Parent(s): ca10ff4

Update create_webhook.sh

Browse files
Files changed (1) hide show
  1. 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=$(echo -n "eW91ci1zZWNyZXQtc3RyaW5n" | base64) # Generate a Base64-encoded 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 \