Skip to main content
POST
/
v1
/
gmail_send_email
gmail_send_email
curl --request POST \
  --url https://api.fetchbean.com/v1/gmail_send_email \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "to": "<string>",
  "subject": "<string>",
  "body": "<string>",
  "html": "<string>",
  "cc": "<string>",
  "bcc": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
to
string
required
subject
string
body
string
html
string
cc
string
bcc
string

Response

Success

The response is of type object.