messages
Resolve placeholder values for a draft
Resolve placeholder values for the authenticated user in the context of a draft message. The mailbox is derived from the draft's sender. recipient_name is resolved from the draft's TO recipients.
get/api/v1.0/draft/{message_id}/placeholders/
Path parameters
message_idstring uuid required
Response
object required
Placeholder keys mapped to their resolved values
Example response
{
"name": "John Doe",
"recipient_name": "Jane Smith",
"job_title": "Developer"
}