Render an email template

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params

The email template render request:

  • EmailTemplateId (string, optional): The ID of the email template. Guid Id.
  • RecipientType (string, optional): Type of recipient.
  • RecipientId (string, optional): ID of the recipient. Guid Id.
  • ObjectName (string, optional): DataBase object name.
  • RecordId (string, optional): ID of the record. Guid Id.
  • TemplateData (object, optional): Key-value pairs for template data.
    Format: { key: value, ... }
  • RecordDetails (object, optional): Key-value pairs for record details.
    Format: { key: value, ... }

string | null
string | null
string | null
string | null
string | null
TemplateData
object | null
RecordDetails
object | null
Responses

400

Bad Request

404

Not Found

500

Internal Server Error

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json