SendMessage
Sends or schedules to send an existing message to all message recipients. Targeted message must have a status of 'not_sent'.
Input
| Name | Type | Required | Description |
| CollectorId | String | True | The Id of the collector to which the message belongs. |
| MessageId | String | True | The Id of the message to be sent. |
| ScheduledDate | Datetime | False | The date when the message should send. If not specified, message sends immediately. It is advised to include timezone. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Outputs true if the message was sent successfully, false otherwise. |