Check out our ready-made templates available when you add a step and select Templates > 3rd party templates. You can use the templates to create a set of pre-configured steps. Need a specific template? Click the Contact us button in the top right of the page and let us know.
Before you begin
- Check the required scopes to learn more about which data is shared between the apps.
Use Next Matter’s built-in integration
- In the workflow in which you want to send an email, click + Add step.
- Select Step templates > Integrations > SendGrid - Send an email.
-
Customize the Body. You’ll be using Next Matter’s built-in integration, so all other details have been populated for you. Note that your emails will be sent from the Next Matter email address.
You can use data references to populate the recipient’s name or content.
Integrate with Sengrid with your own account
- In Sendgrid, go to Settings > API keys.
- Click Create API-Key and define the scopes for the integration. You can only generate the key if you’re an admin.
- In Next Matter, open the process in which an email should be sent out and click + Add step.
- Select Integrations > Custom integration.
- Click Settings.
-
Enter the following details:
- Method: POST
- URL: https://api.sendgrid.com/v3/mail/send
- Headers: Content-Type: application/json
- Headers: Authorization: Bearer SENDGRID_API_KEY
- Body: The body might look like the following:
- Save your changes. The step in which the email is sent out is now called Email automation.
If emails are not sent despite integration steps showing success (200 OK status), it might be because recipients are block-listed or Sendgrid templates have been deleted. Check your Sendgrid settings to verify.