From 6b410127382d9b3bc72cfe2be1b1dcf715195602 Mon Sep 17 00:00:00 2001 From: nikkel Date: Thu, 19 Mar 2020 17:11:46 +0700 Subject: [PATCH] --- Using-the-API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Using-the-API.md b/Using-the-API.md index b80a1ea..0dabe2f 100644 --- a/Using-the-API.md +++ b/Using-the-API.md @@ -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.