- What's new
InboxReady x Salesforce: The Key to a Stronger Email Deliverability
Good news everyone!
Parse, the awesome mobile application development platform, is launching easy integration with Mailgun via their new Cloud Modules feature. Parse is launching Cloud Modules as part of the Cloud Code product starting with Mailgun and Twilio Modules. This will make it even easier for both Parse and Mailgun customers to use Mailgun from within a Parse-powered app.
If you don’t already know about Parse, they provide a host of cloud services for mobile app developers. Parse and Mailgun both share a vision of making developers’ lives easier by dealing with infrastructure headaches so this is a partnership that makes sense for our joint audience. They have shown vision and leadership in the mobile development arena and we are proud to be partnering with them.
We are also really excited to help mobile developers who aren’t already using Mailgun realize the power of email automation.
Getting started is easy. First, simply add your Mailgun credentials.
var mailgun = require('mailgun');
mailgun.initialize('myDomainName', 'myAPIKey');
Then you can easily send an email from Mailgun within your Parse app.
mailgun.sendEmail({
to: "email@example.com",
from: "Mailgun@CloudCode.com",
subject: "Hello from Cloud Code!",
text: "Using Parse and Mailgun is great!"
}, {
success: function(httpResponse) {
console.log(httpResponse);
response.success("Email sent!");
},
error: function(httpResponse) {
console.error(httpResponse);
response.error("Uh oh, something went wrong");
}
});
For more information, head on over to the Mailgun Cloud Module documentation.
Learn about our Deliverability Services
Looking to send a high volume of emails? Our email experts can supercharge your email performance. See how we've helped companies like Lyft, Shopify, Github increase their email delivery rates to an average of 97%.
Last updated on August 28, 2020
InboxReady x Salesforce: The Key to a Stronger Email Deliverability
How To Improve Your Email Deliverability In 2022
Mailgun Joins Sinch: The Future of Customer Communications Is Here
How to Improve Holiday Supply Chain Communication with Email
Mailpets: For The Love Of Animals
The Mailgun Maverick Program Is Here!
Force for Change: It's Time to Speak Out
When Should You Use An Email API?
Mailgun’s COVID-19 Plan of Action
What we've been up to: Mailgun's 2019 Year in Review
InboxReady x Salesforce: The Key to a Stronger Email Deliverability
Become an Email Pro With Our Templates API
Google Postmaster Tools: Understanding Sender Reputation
Navigating Your Career as a Woman in Tech
Implementing Dmarc – A Step-by-Step Guide
Email Bounces: What To Do About Them
Announcing InboxReady: The deliverability suite you need to hit the inbox
Black History Month in Tech: 7 Visionaries Who Shaped The Future
How To Create a Successful Triggered Email Program
Designing HTML Email Templates For Transactional Emails
InboxReady x Salesforce: The Key to a Stronger Email Deliverability
Implementing Dmarc – A Step-by-Step Guide
Announcing InboxReady: The deliverability suite you need to hit the inbox
Designing HTML Email Templates For Transactional Emails
Email Security Best Practices: How To Keep Your Email Program Safe
Mailgun’s Active Defense Against Log4j
Email Blasts: The Dos And Many Don’ts Of Mass Email Sending
Email's Best of 2021
5 Ideas For Better Developer-Designer Collaboration
Mailgun Joins Sinch: The Future of Customer Communications Is Here
Always be in the know and grab free email resources!
By sending this form, I agree that Mailgun may contact me and process my data in accordance with its Privacy Policy.