From a1a30fdb8b9adc013e925110376b41fc3af22cc1 Mon Sep 17 00:00:00 2001 From: nikkel Date: Thu, 19 Mar 2020 16:52:19 +0700 Subject: [PATCH] Add 'send-api.md' --- send-api.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 send-api.md diff --git a/send-api.md b/send-api.md new file mode 100644 index 0000000..3e5d3c4 --- /dev/null +++ b/send-api.md @@ -0,0 +1,21 @@ +Send API +======== + +This API allows you to send messages + +Action +------ + +The following actions are available. Choose from the list below to view full details of how to access them. + +* [Send a message](../controllers/send/message.html) + + /api/v1/**send/message** + + This action allows you to send a message by providing the appropriate options + +* [Send a raw RFC2882 message](../controllers/send/raw.html) + + /api/v1/**send/raw** + + This action allows you to send us a raw RFC2822 formatted message along with the recipients that it should be sent to. This is similar to sending a message through our SMTP service. \ No newline at end of file