Select
Template Deployment
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
org | path | string | true | Organization name as it is registered in Mas-Stack |
type | query | string | false | Communication type. Allows EQ (type=password_reset), and CONTAINS (type[contains]=password) operations |
language | query | string | false | Template language |
channel | query | string | false | Template channel |
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
200 | OK | Returned a list of elements validated | DeploymentValidationResponseDTO |
400 | Bad Request | Client error | ResponseErrorDto |
500 | Internal Server Error | Server Error | ResponseErrorDto |
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
org | path | string | true | Organization name as it is registered in Mas-Stack |
body | body | DeploymentValidationRequestDTO | false | Validation values not mandatory |
Request body - instance of DeploymentValidationRequestDTO
|
|
Name | Type | Required | Description |
---|---|---|---|
type | string | false | Communication type code according to the ones previously defined in the system |
language | string | false | Template language |
channel | ChannelTypeDTO | false | Tipul canalului pentru comunicare. Valorile acceptate sunt ‘sms’ sau ‘email’. |
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
200 | OK | Returned a list of elements validated | DeploymentValidationResponseDTO |
400 | Bad Request | Client error | ResponseErrorDto |
500 | Internal Server Error | Server Error | ResponseErrorDto |
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
org | path | string | true | Organization name as it is registered in Mas-Stack |
type | query | string | false | Communication type. Allows EQ (type=password_reset), and CONTAINS (type[contains]=password) operations |
language | query | string | false | Template language |
channel | query | string | false | Template channel |
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
200 | OK | Returned a deployment version list | DeploymentTemplateVersionsDTO |
400 | Bad Request | Client error | ResponseErrorDto |
500 | Internal Server Error | Server Error | ResponseErrorDto |
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
org | path | string | true | Organization name as it is registered in Mas-Stack |
body | body | DeploymentValidationRequestDTO | false | Validation values not mandatory |
Request body - instance of DeploymentValidationRequestDTO
|
|
Name | Type | Required | Description |
---|---|---|---|
type | string | false | Communication type code according to the ones previously defined in the system |
language | string | false | Template language |
channel | ChannelTypeDTO | false | Tipul canalului pentru comunicare. Valorile acceptate sunt ‘sms’ sau ‘email’. |
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
200 | OK | Returned a list of elements validated | DeploymentValidationResponseDTO |
400 | Bad Request | Client error | ResponseErrorDto |
500 | Internal Server Error | Server Error | ResponseErrorDto |
Endpoints
CMS
Communications
Short URLs
Communication Types
Templates
Examples
Template Deployment