website logo
⌘K
Introduction
Basic Overview
Automation Editor
Manual
Environments
API Editor
Design
Webhooks
Connections
Constants
Monitor Your Tasks
Security
Invite Users
Access Management
Webhooks Setup
Google Calendar Webhook
Microsoft Mail Webhook
Quickbooks Webhook
Slack V2 Webhook
Stripe Webhook
Square Webhook
Twitter Webhook
Xero Webhook
Zoom Webhook
Core APIs
Core API Functions
Core Multi
Core Bulk
Text
Number
List
DateTime
JSON
Web
Account Management
Manage Account
Analytics
Request APIs
Request Provider
Docs powered by archbee 

SMTP Send

4min

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

Call the following API:
POST
Params




Call the following API:
POST
Params


Call the following API:
POST
Params


Updated 03 Mar 2023
Did this page help you?
Yes
No
PREVIOUS
SFTP File List
NEXT
Manage Account
Docs powered by archbee 
SMTP Send API