Template Stable

Invitation accepted

Sent when an invitation is accepted.

invitation-accepted - notification

team Stable Latest stable

Invitation accepted v1

invitation-accepted - v1

Subject: Invitation accepted

Preheader: An invitation has been accepted.

Required fields

No fields.

Optional fields

Name Type Required Description Example
actionButton.label text No Action Button Label
Max 120 characters
View team
actionButton.url url No Action Button URL
Max 2048 characters
https://example.com/app
heading text No Heading
Max 180 characters
Invitation accepted
intro text No Intro
Max 1000 characters
An invitation has been accepted.
inviteDetails detailsTable No Invitation details
Details table keys: acceptedBy, acceptedAt (datetime), workspace, role
{"acceptedBy":"Accepted By","acceptedAt":"Accepted At","workspace":"Workspace","role":"Role"}
preheader text No Preheader
Max 220 characters
An invitation has been accepted.
subject text No Subject
Max 180 characters
Invitation accepted

Defaults

{
  "actionButton.label": "View team",
  "heading": "Invitation accepted",
  "intro": "An invitation has been accepted.",
  "preheader": "An invitation has been accepted.",
  "subject": "Invitation accepted"
}

Example data

{
  "templateId": "invitation-accepted",
  "data": {}
}

Template messages

TypeCodeMessage
Return accepted Valid template data can be queued by the send endpoint.
Error field_too_long Action Button Label must be 120 characters or fewer.
Error field_too_long Action Button URL must be 2048 characters or fewer.
Error invalid_url Action Button URL must be a valid http or https URL.
Error field_too_long Heading must be 180 characters or fewer.
Error field_too_long Intro must be 1000 characters or fewer.
Error invalid_details_table Invitation details must be an object whose documented table keys are strings, numbers, or booleans.
Error field_too_long Preheader must be 220 characters or fewer.
Error field_too_long Subject must be 180 characters or fewer.