v1

latestOpenAPI 3.1.02026-07-241050242.7 KB

/templates/merge

Merge an email template with multiple recipients.

post/templates/merge

Request body

templateIdinteger

The ID of the email template.

mergePersonIdinteger

Person ID to use for merge fields like %contact_name%.

Response

200

idinteger
createdstring
updatedstring
createdByIdinteger
updatedByIdinteger
namestring
isMobileinteger
isSharedboolean
bodystring
subjectstring
isEditableboolean
isDeletableboolean

Example response

{
  "id": 6,
  "created": "2014-02-28T08:45:46Z",
  "updated": "2021-08-15T17:24:22Z",
  "createdById": 14,
  "updatedById": 14,
  "name": "I am here to help",
  "isMobile": 1,
  "isShared": true,
  "body": "Hi Bob, I am here to help, ...",
  "subject": "Your property inquiry from Zillow",
  "isEditable": true,
  "isDeletable": true
}