Channel ID + JWT
Step 1. Open the channel page
Step 2. Copy the Channel ID and token
Step 3. Put them in the request
https://api.1msg.io/{channelId}/sendMessagecurl -X POST "https://api.1msg.io/{channelId}/sendMessage" \
-H "Authorization: Bearer {token}" \
-H "Content-Type: application/json" \
-d '{"phone": "79001234567", "body": "Hello 1msg"}'Step 4. Verify that it works
If something goes wrong
One channel β one token
What's next
Last updated