website logo
⌘K
Introduction
Automation Editor
API Editor
BUILD GUIDE
Environments
API
Design
Webhooks
Connections
Constants
WEBHOOKS SETUP
Google Calendar Webhook
Quickbooks Webhook
Square Webhook
Twitter Webhook
Xero Webhook
CORE APIs
Core API Functions
Core Multi
Core Bulk
Text
Number
List
DateTime
JSON
Web
ACCOUNT MANAGEMENT
Manage Account
Analytics
Monitor Your Tasks
Request APIs
Request Provider
Docs powered by archbee 
4min

SMTP Send

Sends a mail in html format using the specified server credentials.

  • Exclude the password parameter for sending mails without authentication
  • To send to multiple people, provide a comma seperated list of emails



Options

Description

from

Format sender info. To do this ass it in the format "Sender" <sender@email.com>

to,cc

Add comma separated email id's to send to multiple people

attachments.type

text/binary

attachemtns.content

Regular text if type is text, or base64encoded binary content if the type is binary



API Definition

Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get



Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get

Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get

Updated 10 Jan 2023
Did this page help you?
Yes
No
UP NEXT
Manage Account
Docs powered by archbee 
SMTP Send API