Message Template Parameters

Defines a collection of parameters on a message template. Values for the parameters need to be provided in order to complete a generate a 'Notification' from a template.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32

The MessageTemplateId field of data type int in the MessageTemplateParameter table is used to record the unique identifier of the associated message template. This id is used to link a message parameter to its corresponding message template.

string | null

TestValue of data type nvarchar with a maximum length of 450 in the MessageTemplateParameter table is a placeholder value for the parameter variable in a message template, allowing for dynamic messages with user-defined values.

int32

The Sequence field of type int in the MessageTemplateParameter table represents the order in which the parameters of a message template will appear. It is a unique identifier amongst other parameters in the same template and can help in a system to know the order in which the parameters need to appear in a final message.

int32

ParameterId is an int data type field in the MessageTemplateParameter table which is primary key and is used to uniquely identify each data record. It is an auto-incremented integer value which is used in combination with other fields in the table to identify each record.

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!