post https://api.cmercury.com/api/Message/Update
Use this API to make changes in the message added in the panel.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Use this API to make changes in the message added in the panel.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
15curl --request POST \
--url https://api.cmercury.com/api/Message/Update \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"ListId": "XXX",
"Subjectline": "HELLO",
"Name": "Hi",
"Text_Messages": "Hello",
"FromEmailId": "info@ilabs8.com",
"SenderName": "SenderName",
"MessageID": "XXX"
}
'
xxxxxxxxxx
{}