nikkel 2020-03-19 17:11:46 +07:00
parent dfcd766ba6
commit 6b41012738

@ -31,8 +31,8 @@ There are two ways to send a message - you can either provide each attribute nee
Full details about these two methods can be found in our API documentation:
* [Sending a message](/api-v1/controllers/send/message)
* [Sending an RFC 2822 message](/api-v1/controllers/send/raw)
* [Sending a message](../src/branch/master/send-message.md)
* [Sending an RFC 2822 message](../src/branch/master/send-raw.md)
For both these methods, the API will return the same information as the result. It will contain the`message_id`of the message that was sent plus a`messages`hash with the IDs of the messages that were sent by the server to each recipient.