Hi All,
I am trying to PUSH message using power automate but it's not sending the message( hello world, hellow word2) to specified user id ("to").When I am trying to send it to my user id(to) , its getting success without any message sent.
Here is the curl script that I formatted in power automate-
curl -v -X POST https://api.line.me/v2/bot/message/push \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer {channel access token}' \
-H 'X-Line-Retry-Key: {UUID}' \
-d '{
"to": "U4af4980629...",
"messages":[
{
"type":"text",
"text":"Hello, world1"
},
{
"type":"text",
"text":"Hello, world2"
}
]
}'
Please check screenshot of power automate formatted body
WarrenBelz
146,537
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,908
Most Valuable Professional