Render an email template

Fetches the email template information based on the email template ID and template render request.

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

The ID of the email template

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
Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
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