NATS5 REST API Message POST message
From TMM Wiki
Jump to navigationJump to search
POST /message/message
Description
- Get a message
Resource URL
- http://domain/api/message/message
- Replace domain with the nats domain
- POST
Response Format
- JSON
- HTTP headers
Parameters
Parameters can be sent as url encoded params
- subject
- type: string
- required
- body
- type: string
- required
- recipients
- type: string_list (Either a comma-separated string of strings, or a JSON array of strings)
- required
- messageid
- type: digit
- optional