You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
From bccff96 Mon Sep 17 00:00:00 2001
From: webtechnicom [email protected]
Date: Thu, 19 Sep 2019 07:53:00 +0200
Subject: [PATCH] Update configure-service-instance-hooks.curl
.../configure-service-instance-hooks.curl | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/ip-messaging/webhook-settings/configure-service-instance-hooks/configure-service-instance-hooks.curl b/ip-messaging/webhook-settings/configure-service-instance-hooks/configure-service-instance-hooks.curl
index 0285a1280..483c87403 100644
--- a/ip-messaging/webhook-settings/configure-service-instance-hooks/configure-service-instance-hooks.curl
+++ b/ip-messaging/webhook-settings/configure-service-instance-hooks/configure-service-instance-hooks.curl
@@ -2,4 +2,8 @@ curl -X POST https://chat.twilio.com/v1/Services/{service sid}
-d 'PreWebhookUrl=https://hooks.yoursite.com/pre-webhooks'
-d 'PostWebhookUrl=https://hooks.yoursite.com/post-webhooks'
-d 'WebhookMethod=POST'
--u '{twilio account sid}:{twilio auth token}'
\ No newline at end of file
+-u '{twilio account sid}:{twilio auth token}'curl -X POST https://chat.twilio.com/v1/Services/{service sid}
+-d 'PreWebhookUrl=https://hooks.yoursite.com/pre-webhooks'
+-d 'PostWebhookUrl=https://hooks.yoursite.com/post-webhooks'
+-d 'WebhookMethod=POST'
+-u '{twilio account sid}:{twilio auth token}'
Originally posted by @webtechnicom in #804 (comment)
The text was updated successfully, but these errors were encountered: