Parameter name | Value | Description |
---|---|---|
id |
string |
Identifier of the message template. |
name |
string |
Name of the message template. Writable. Max length: 127 |
html |
string |
HTML body of the message template. Writable. Max length: 65535 |
subject |
string |
Subject of the message template. Writable. Max length: 127 |
action |
string |
Type of appointment action/event.
|
language |
string |
Language of the template. Supported languages: en, fr, es, de, pt, nl. |
Authentication is required to execute this request. Please refer to Authentication for more.
{companyId}
/settings/messages/emails/{templateId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
companyId |
string |
Company identifier. |
templateId |
string |
Message Template identifier. |
Do not supply a request body with this method.
If successful, this method returns an empty response body.
Authentication is required to execute this request. Please refer to Authentication for more.
{companyId}
/settings/messages/emails/{templateId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
companyId |
string |
Company identifier. |
templateId |
string |
Message Template identifier. |
Do not supply a request body with this method.
If successful, this method returns a Message Template in the response body.
Authentication is required to execute this request. Please refer to Authentication for more.
{companyId}
/settings/messages/emailsParameter name | Value | Description |
---|---|---|
Path parameters | ||
companyId |
string |
Company identifier. |
Do not supply a request body with this method.
If successful, this method returns a response body with the following structure:
Authentication is required to execute this request. Please refer to Authentication for more.
{companyId}
/settings/messages/defaultEmailsParameter name | Value | Description |
---|---|---|
Path parameters | ||
companyId |
string |
Company identifier. |
Optional query parameters | ||
language |
string |
Language code. |
Do not supply a request body with this method.
If successful, this method returns a response body with the following structure:
Authentication is required to execute this request. Please refer to Authentication for more.
{companyId}
/settings/messages/emailsParameter name | Value | Description |
---|---|---|
Path parameters | ||
companyId |
string |
Company identifier. |
In the request body, supply a Message Template Resource with the following properties:
Parameter name | Value | Description |
---|---|---|
Required Properties | ||
name |
string |
Name of the message template. |
html |
string |
HTML body of the message template. |
subject |
string |
Subject of the message. |
action |
string |
Type of appointment action/event. |
If successful, this method returns a Message Template in the response body.
Authentication is required to execute this request. Please refer to Authentication for more.
{companyId}
/settings/messages/emails/{templateId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
companyId |
string |
Company identifier. |
templateId |
string |
Template identifier. |
In the request body, supply a Message Template Resource with the following properties:
Parameter name | Value | Description |
---|---|---|
Optional Properties | ||
name |
string |
Name of the message template. |
html |
string |
HTML body of the message template. |
subject |
string |
Subject of the client. |
If successful, this method returns a Message Template Resource in the response body.