📜  whatsapp api curl - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:42.043000             🧑  作者: Mango

代码示例1
curl --location --request POST 'https://api.ultramsg.com/{{instance ID}}/messages/chat/' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'token={{Token}}' \
--data-urlencode 'to={{mobile number}}' \
--data-urlencode 'body=Hello world '