Skip to content

Email Template Detail

Returns a single email template with its full field set — the data behind the admin Marketing → Communications → Email Templates view screen.

TIP

New here? Read the Email Templates overview for what an email template does and how its fields behave.

Operation

OperationTypePurpose
adminMarketingTemplateQueryFetch one email template by id

Details

  • Requires an admin Bearer token in the Authorization header.
  • Pass the template's IRI (e.g. /api/admin/marketing/templates/21) as the id argument; _id in the response is the numeric id.

Fields

FieldTypeNotes
idIDThe template's IRI
_idIntNumeric id
nameStringTemplate name
statusStringactive, inactive, or draft
contentStringRaw HTML email body
createdAtStringCreation timestamp
updatedAtStringLast-update timestamp

Released under the MIT License.