cURL
curl --request PATCH \ --url https://api.embedreach.com/api/channel/senders/{id} \ --header 'Content-Type: application/json' \ --data '{ "channelSenderMetadata": { "userPart": "<string>", "emailReplyTo": "<string>", "emailFromName": "<string>", "from": "<string>" } }'
{ "success": true, "message": "<string>", "data": { "id": "<string>", "channelAccountId": "<string>", "name": "<string>", "channelSenderMetadata": { "userPart": "<string>", "emailReplyTo": "<string>", "emailFromName": "<string>", "from": "<string>", "messageServiceSid": "<string>", "friendlyName": "<string>" } } }
Update a channel sender
If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.
The id of the channel sender
Status 200 response
The response is of type object.
object