Send a Message from a Service Record

Send an email notification directly from a specific service record to an end user or agent.

Path Params
integer
required

The service record's unique SysAid ID.

Body Params
recipientUserIds
array of strings
required
length ≥ 1

The unique SysAid ID of the users and/or groups to receive this message.
The ID must be prefixed with a "g" (group) or a "u" (user) according to its type. Example "u12345","g67890"

recipientUserIds*
string
required
length ≥ 1

The subject of the message.

string
required
length ≥ 1

The body of the message

ccUserIds
array of strings

The unique SysAid ID of the users and/or groups to CC on this message.
The ID must be prefixed with a "g" (group) or a "u" (user) according to its type. Example "u12345","g67890"

ccUserIds
Responses
200

Message successfully added to the service record

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json