RocketCOMS

Message Template Object

The Message Template object represents the content of a message. You can use a message template when sending single or batch messages.

Attributes

id

string (UUID)

Unique ID for the message template in RocketCOMS.

name

string

Name of the message template.

message

string

Message content.

status

string enum, values: ACTIVE, ARCHIVED

Status of the message template. Possible values are:

  • ACTIVE  The message template is available for use.
  • ARCHIVED  The message template is archived and is not available for use.

createdAt

string (date-time)

Date and time the message template was created.

updatedAt

string (date-time)

Date and time the message template was last updated.

Message Template Object

				
					{
  "id": "a9e1e4ce-0d9e-4298-8059-178e17d31c11",
  "name": "Spring Campaign",
  "message": "Our spring sale starts tomorrow!",
  "status": "ACTIVE",
  "createdAt": "2023-11-02T16:58:25.808Z",
  "updatedAt": "2023-11-03T16:58:25.808Z"
}