Today's update introduces an entirely new way for the Losant platform to receive data. With the new Email Trigger, people or systems can now directly send emails to their Losant applications. The platform automatically parses the email, downloads attachments, and triggers one or more workflows to process the contents.
Starting today, every application can now receive emails at:
YOUR_APP_ID@workflows.losant.com
To help organize and divide the processing between different types of emails, you can also send to any number of custom subaddresses (i.e. plus addressing):
YOUR_APP_ID+my_subaddress@workflows.losant.com
Whenever the platform receives an email addressed to your application, the email contents are parsed, attachments are automatically downloaded, and any matching Email Triggers are fired.
There are a number of existing services where the only way to export data is through email reporting. Real-world examples include:
Prior to today's update, these customers required an additional service to receive the email and forward the contents to a Losant webhook. This can now be done natively by the Losant platform, which eliminates extra services, cost, and development time.
This release not only adds the ability to receive emails; we've also added a new option to send emails with first-class support for Mailgun. We've added the new Mailgun Node and the new Mailgun Service Credential.
Along with our first-class support for SendGrid, you now have multiple options when it comes to sending emails. Using these services, properly configured for your organization and domain, is the best way to ensure a high degree of deliverability and that your emails are not blocked by your customers' spam filters.
As always, this release comes with several other features and improvements, including:
locale
parameter to render numbers based on specific regions.application/octet-stream
header or multipart/form-data
and one of the fields is binary (usually from a file input).multipart/form-data
), you can now optionally include additional metadata about the file such as file name and content-type.With every new release, we listen to your feedback. By combining your suggestions with our roadmap, we can continue to improve the platform while maintaining its ease of use. Let us know what you think in the Losant Forums.