We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cda9c0 commit 5054a62Copy full SHA for 5054a62
messages/viber/send-image.sh
@@ -8,7 +8,6 @@ curl -X POST $MESSAGES_API_URL \
8
-H 'Content-Type: application/json' \
9
-H 'Accept: application/json' \
10
-d $'{
11
-
12
"message_type": "image",
13
"image": {
14
"url": "https://example.com/image.jpg"
@@ -17,4 +16,4 @@ curl -X POST $MESSAGES_API_URL \
17
16
"from": "'$FROM_NUMBER'",
18
"channel": "viber_service"
19
20
-}'
+}'
0 commit comments