Home
Marketplace
Blog
Discord
Search…
About
What's New?
FAQ
Site Status
Getting Started
Hello World
Variables
Modules
Script Flow
Triggers
Looping / Iteration
Conditionals
Functions
Code Editors
File System
Sharing
Debugging
Feedback and Bug Reporting
Power Users
Test Mode
Library
Triggers
Logic
Modules
Airtable
Alexa
Alpha Vantage
Article Extractor
BigPanda
Bing
Bittrex
Bulk SMS
Calculator
Calendly
Chart
CircleCI
Cities
Clearbit
Cloudflare
CouponTools
Crunchbase
CSS
CSV
Dashboard Response
Datadog
Date Time
Diffbot
Discord
Dropbox
Excel
Figma
Financial Math
Full Contact
FuzzyWuzzy
Giphy
GitHub
GiveButter
Gmail
Google Assistant
Google Calendar
Google Sheets
GraphQL
Guesty
Hacker News
HTML
HTTP Response
Hunter.io
Java
JavaScript
Jira
JSON
Mailchimp
MapQuest
Medium
Monday
Name Parser
News API
NLP
NY Times
Outlook
Phillips Hue
Pushbullet
Python
Reddit
RegEx
Requests
RocketReach
Rollbar
RSS Feed
Salesforce
Scryfall
Send Email
SendGrid
Shell Script
Slack
SMTP Email
Spotify
SQL
Stripe
Text Message
Trello
Twilio
Twitch
Twitter
TXT File
Udemy Instructors
URL Encoder
Verify Emails
Watson
Weather API
Website Searcher
Wikipedia
Word
Yahoo Finance
Yellow Pages
Yelp
YouTube
Zendesk
ZenHub
Zillow
APIs
Python
JavaScript
CLI (alpha release)
Account Management
Updating Your Name, Email, and Username
Changing Your Password
Managing Your Plan
Managing Your API Key
Managing Your Linked Accounts
Phone Number Verification
Two-Factor Authentication
Team Management
Other Information
IP Addresses
Security
Powered By
GitBook
SendGrid
Seamlessly integrate SendGrid with your favorite APIs, databases, and programming languages, using WayScript.
SendGrid Email API
🔐
Authentication
Click 'Add an Account' and enter a name for your Key and your SendGrid API Key.
📧
Simple Email
The simple email function allows you to send 'simple emails'. The
Email Body
TextArea accepts HTML.
Advanced
You can change the content type from HTML (text/html) to plaintext (text/plain)
📩
Custom Input (Advanced)
SendGrid can accept highly custom email inputs. You are able to pass a Struct Variable to SendGrid with any data you want.
Sample Input Format:
1
{
2
"personalizations"
:
[
3
{
4
"to"
:
[
5
{
6
"email"
:
"
[email protected]
"
7
}
8
],
9
"subject"
:
"Sending with SendGrid is Fun"
10
}
11
],
12
"from"
:
{
13
"email"
:
"
[email protected]
"
14
},
15
"content"
:
[
16
{
17
"type"
:
"text/plain"
,
18
"value"
:
"and easy to do anywhere, even with Python"
19
}
20
]
21
}
Copied!
Previous
Send Email
Next
Shell Script
Last modified
2yr ago
Export as PDF
Copy link
Contents
Authentication
Simple Email
Advanced
Custom Input (Advanced)