Agentless SMS from Name

We are using this endpoint to send sms to the customers.
https://api.{{environment}}/api/v2/conversations/messages/agentless

With payload:
{
"fromAddress": "from_phone_number",
"toAddress": "to_phne_number",
"toAddressMessengerType": "sms",
"textBody": "Test",
"useExistingActiveConversation": false
}

Is there any way to change the From Name that comes in to the customer? Right now it is ether "from_phone_number" or "Notify" ?

Hi mkarwicki,

There is currently no possible way to change the From Name how you would want to, but I suggest dropping this in the ideas portal

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.