From 80e7d4c83e2e5b15e165ce86271714b41e5b1fd4 Mon Sep 17 00:00:00 2001 From: LiNEX GIT Date: Tue, 11 Jun 2024 15:15:04 +0700 Subject: [PATCH] Update 'Send API' --- 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..6b180c8 --- /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](send-message.md) + + /api/v1/**send/message** + + This action allows you to send a message by providing the appropriate options + +* [Send a raw RFC2882 message](send-raw.md) + + /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