post https://api.ycloud.com/v2/emails
Sends an outbound email message.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Sends an outbound email message.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request POST \
--url https://api.ycloud.com/v2/emails \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
40}
{
"id": "string",
"from": {
"name": "Support Team",
"address": "team@example.com"
},
"to": [
{
"name": "Support Team",
"address": "team@example.com"
}
],
"cc": [
{
"name": "Support Team",
"address": "team@example.com"
}
],
"bcc": [
{
"name": "Support Team",
"address": "team@example.com"
}
],
"replyTo": [