Get a template
Returns one organization email or calendar template, including its type, subject, HTML body, and send metadata. Bodies contain unexpanded placeholders. The template must belong to the authenticated organization or the request returns not found.
Authorizations
API tokens are passed as Bearer tokens.
Path Parameters
a template ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.
^(?:tpl_)?(?:[0-9a-fA-F]{32}|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$"tpl_a1b2c3d4e5f64789a1b2c3d4e5f64789"
Response
Success
Canonical template ID (tpl_ followed by 32 lowercase hexadecimal UUID characters).
^tpl_[0-9a-f]{32}$"tpl_a1b2c3d4e5f64789a1b2c3d4e5f64789"
SCHEDULE_CONFIRMATION_CANDIDATE_EMAIL, SCHEDULE_CONFIRMATION_CANDIDATE_CALENDAR_INVITE, SCHEDULE_CONFIRMATION_INTERVIEWER_CALENDAR_INVITE, SCHEDULE_CONFIRMATION_INTERNAL_CHAT_MESSAGE, DEBRIEF_CONFIRMATION_ATTENDEE_CALENDAR_INVITE, DEBRIEF_CONFIRMATION_INTERNAL_CHAT_MESSAGE, CANDIDATE_AVAILABILITY_REQUEST_CANDIDATE_EMAIL, CANDIDATE_SELF_SCHEDULE_REQUEST_CANDIDATE_EMAIL, OTHER Template body as HTML. Placeholder tokens such as {{CANDIDATE_FIRST_NAME}} are returned unexpanded; ModernLoop substitutes them when the template is sent. Null when the template has no body.
ISO 8601 timestamp. Responses are normalized to UTC with a Z suffix.
ISO 8601 timestamp. Responses are normalized to UTC with a Z suffix.
ISO 8601 timestamp. Responses are normalized to UTC with a Z suffix.
Link that opens this resource in the ModernLoop app.