This API sends an email using webMethods. |
Type: POST URI: ../v1/email Version: The current version is v1. |
|
Available Methods
Method |
Description |
send |
Sends an email |
|
POST Parameters
Name |
Description |
Example |
toAddress |
To address(es) separated by commas |
somebody@somedomain.com |
fromAddress |
From address |
yourname@cokecce.com |
ccAddress |
CC address(es) separated by commas |
somebodycc@theirdomain.com |
bccAddress |
BCC address(es) separated by commas |
somebodybcc@anotherdomain.com |
subject |
Subject |
Place your subject here |
body |
Body |
Place your body here |
attachments |
List of attachments to include |
Attachments
|
apiKey |
Key generated by developer.cokecce.com |
Get yours now |
format (optional) |
Internet media type you want for response format |
json or xml |
|
Sample Calls send
https://api.cokecce.com/v1/email/send?format=json&apiKey=xxxxxx |
Back to Available Methods |
Response send
|
Response Codes
Value |
Description |
201 |
The request has been fulfilled and resulted in a new resource being created |
400 |
The result cannot be fulfilled due to bad syntax |
500 |
Internal server error |
|
Help / Questions?
|
0 Comments
Please sign in to post a comment.