Form.io is a combined form and data management API platform created for developers who are building "Serverless" form-based applications. Form.io provides a drag-and-drop form builder workflow, allowing you to build complex forms for enterprise applications. These forms are then embedded directly into your application with a single line of code that dynamically renders the form (using Angular or React) in your app while at the same time generating the RESTful API to support those forms. The Form.io platform also offers numerous 3rd-party services that are fully integrated into the form building process, allowing you to extend the power and capability of your apps while saving time and effort.
Form.io has recently announced the integration of SendGrid's API into their list of standard "Form Actions", allowing you to extend your SendGrid email capabilities further into your apps by automatically triggering emails through your SendGrid account when forms are submitted within your application.
This step-by-step guide will show how to set up a SendGrid integration within the Form.io platform.
To get started, you will first need to create an account at Form.io. Once you have an account, you can quickly bootstrap an already working application by clicking on one of the provided templates on the home screen. These are not just form templates, but rather fully functional applications complete with Data Resources, Forms, Actions, and User Roles/Permissions. For more on how these items function within Form.io, feel free to read through our User Guide or view our Video Tutorials.
Once you have a project created, you can now view the project live within the Preview tab of the project portal.
Once you have a Form.io project, the next step is to create an API Key within your SendGrid account (under Settings | API Keys). Ensure that the API Key you create has Full Access for the Mail Send permission. Once you have your API Key, go back to your Form.io project and follow these steps.
Now that you have your project configured to send emails through SendGrid, the next step is to add an email action to any form within your project. A good use case for this would be to send an email anytime someone registers for your application. To achieve this capability, please follow the following steps.
{{ data.user }}
, to access the data from the submission as you see in the following image.With this step complete, every user who registers for this application will receive your email which was sent through the SendGrid platform.
Now that your project is configured for SendGrid, you can deploy it in a number of different ways including GitHub Pages, Apache Cordova, Electron, etc. You can also preview your application by clicking on the Preview tab of your project. Since this application is "serverless" it can be hosted in a wide range of places and immediately connect your forms with SendGrid!
If you have any questions on the Form.io integration, please feel free to Contact Form.io Support.
Thanks and enjoy SendGrid and Form.io!