SendGrid Setup
This guide explains how to integrate your SendGrid emails into OneSignal.
Requirements
Setup
1. SendGrid Sender Authentication
It is recommended to use SendGrid's "Domain Authentication" so that SendGrid sends emails via your domain rather than via sendgrid.net
, and the links your users click as coming from your domain.
Recommended: Follow SendGrid's guide on How to set up domain authentication.
SendGrid also provides Single Sender Verification if you do not have a domain.
2. Install DNS Records
If you selected Domain Authentication make sure your DNS Records are verified.
The SPF, DKIM and MX records should be configured automatically through SendGrid's setup wizard.
3. Create API Key
In the SendGrid dashboard, go to Settings -> API Keys and click 'Create API Key'.
Name your API key something like OneSignal API Key
and be sure to set permissions to Full Access. Click 'Create & View' when you are ready.
Next, click on the API key to copy it to your clipboard.
What are the minimum API restrictions I can allow?
The minimum access you need to allow is as follows:
Don't block OneSignal from accessing SendGrid!
If you are using SendGrid's allowlisting functionality, make sure to add OneSignal to this list.
See below FAQ How do I allowlist OneSignal's IPs?
4. Disable Sendgrid Subscription Tracking
OneSignal automatically adds its own default unsubscribe links for every email sent.
Disable Subscription Tracking in sendgrid to prevent Sendgrid from automatically adding its own unsubscribe link to the bottom of text and HTML emails.
5. Enable Email Messaging
In OneSignal, navigate to Settings > Platforms > Email and Activate Email to configure your email settings.
Select SendGrid as the provider.
Paste your SendGrid API key into the provided field.
Delivery Defaults
Add the default name and email address you want your emails to come from (these can be changed later).
Press Done when finished.
6. Add Subscribers
If you have a list of emails ready, select Upload CSV or you can always do this again later.
If you have a website and want to prompt users to provide their email. Select Add Web Prompt to use OneSignal's Email Web Prompt.
7. Testing
Navigate to Messages > Email, select New Email.
Add a Subject
, select an Editing experience (Drag & Drop Editor is a good start) and click Send Test Email.
Input your email and press Send Test Email. An email should arrive to your inbox shortly!
Troubleshooting
If running into issues, see our Email FAQ.
If stuck, contact support directly or email [email protected] for help.
For faster assistance, please provide:
- Your OneSignal App Id
- Details, logs, and/or screenshots of the issue.
- Steps to reproduce
Recommended
Identify Users
Required if using integrations.
Recommended for messaging across multiple channels (push, email, sms).
OneSignal creates subscription-level records under a unique ID called the subscription_id. A single user can have multiple subscription_id records based on how many devices, email addresses, and phone numbers they use to interact with your app.
If your app has its own login system to track users, call login
at any time to link all channels to a single user. For more details, see Aliases & External ID.
Collect New Emails
Recommended if using Email and SMS messaging.
There are several ways to pass new email addresses into OneSignal:
- Use OneSignal's Frontend SDK to capture new emails. See Email SDK Methods.
- Use the Create user or Create subscription APIs to add emails from your server.
- If you want to import emails via CSV, see Import Email Addresses.
Add Data Tags
Optional
Tags are custom key : value
pairs of String data used for tracking user events and properties. Setting tags is required for more complex segmentation and message personalization.
See Data Tags for more details.
Setup Complete!
Visit Email Tutorials for next steps.
Exporting Emails
- Contact Lists Navigation: Go to
Marketing > Contacts
.
- List Identification: Locate the list you want to export.
- Export Selection: Open the context menu under the Action list header.
- Begin Export: Click Export. This takes you to
Contact > Active Exports
. - Download File: Wait until the Status shows 'Ready for Download', then click Download CSV.
- File Retrieval: The file will be saved in your downloads directory.
Obtaining API Key
- Navigate to your Sendgrid dashboard and open Settings from the left sidebar.
- Select API Keys.
- Name your key. Optionally, opt for Restricted Access for specific permissions.
If using Restricted Access, ensure that you grant Full Access privileges for Marketing.
- Click Create & View.
- Copy your API key.
FAQ
How do I set up OneSignal if I already have an active Webhook in SendGrid?
To simplify setup and be able to access email delivery statistics, OneSignal will automatically configure Webhooks with SendGrid. Unfortunately, SendGrid only supports a single webhook for a given account. OneSignal requires webhooks for email analytics, which may conflict with webhooks previously set up (e.g. for an analytics integration).
If you need the webhook you have currently set up, you can forward the request to https://onesignal.com/email/hooks/sendgrid
. Setup a timeout of 30 seconds for best results.
If you do not need the webhook you previously set up, you must change it. In SendGrid, go to Settings > Mail Settings and click 'Event Webhook'. The HTTP Post URL should be https://onesignal.com/email/hooks/sendgrid
and have the minimum settings shown:
How do I allowlist OneSignal's IPs?
See the requirements in our REST API Overview for details.
Updated 7 months ago