Push Message
Push
curl --location '{process.env.EKO_HTTP_URI}/bot/v2/message/push' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {token}' \
--data '{
"tid": "67f8b9d48233e6b19c8501f1",
"gid": "67f8b9d48233e6a3b68501ef",
"messages": [
{
"type": "text",
"text": "OTP test: 12345"
}
]
}'Request Body
Name
Type
Description
Last updated