Create an email template

Creates an email template based on the information passed in the request body.

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

The email field information for creating the email template

  • Id (string, optional): Email template ID. Guid Id.
  • Name (string,required): Name of the email template.
  • IsActive (boolean, optional): Indicates if the template is active.
  • IsDeleted (boolean, optional): Indicates if the template is deleted.
  • ObjectName (string, optional): DataBase object name.
  • TemplateType (string, required): Type of the email template.
  • Body (string, *required): Main body of the email template.
  • HtmlValue (string, optional): HTML value of the template.
  • Subject (string, *required): Subject line of the email template.
  • OwnerId (string, optional): Owner identifier. Guid Id.
  • EmailTemplateCategory (LookupObject, *required): Email Template category information.
  • AccessType (string, *required): Access type (Private, Public).
  • Description (string, optional): Description of the template.
  • CustomCodeUrl (string, optional): Custom code URL.
  • Tags (array of string, optional): List of tags.
  • DefaultForProducts (array of string, optional): Default products.

string | null
string | null
CreatedBy
object
date-time
ModifiedBy
object
date-time
string | null
string | null
boolean
boolean
string | null
string
required
string
required
string | null
string
required
string | null
EmailTemplateCategory
object
string | null
string | null
string | null
Tags
array of strings | null
Tags
DefaultForProducts
array of strings | null
DefaultForProducts
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