Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
This article describes the step-by-step process of creating the Integration Workflow for sending email using the SendGrid Connector in webMethods.io Integration
Section 1: Create API Key in SendGrid settings required for authentication to access the SendGrid Email API Section 2: Create Dynamic Template in SendGrid which can be used to send emails using the dynamic templates Section 3: Creating the integration workflow for sending email using the dynamic template in webMethods.io Integration
Section 1. Create API Key in SendGrid settings required for authentication to access the SendGrid Email API
Login to the SendGrid using your SendGrid credentials
Once you logged in, navigate to Settings > API Keys
Click Create API Key, enter the API Key Name and select Full Access under API Key Permissions
Section 2. Create Dynamic Template in SendGrid which can be used to send emails using the dynamic templates
Navigate to Email API > Dynamic templates
Click Create a Dynamic Template, enter the name and click Create
Section 3. Creating the integration workflow for sending email using the dynamic template in webMethods.io Integration
Create new Workflow, edit Workflow Name, enter the name and click Done
From the Connectors palette, select the SendGrid connector and drag it onto the panel
Click Next to configure the Action by entering the required input parameters
Enter the values for the required input parameters as shown below,
personalizations > to(list): Enter the list of user email addresses and names to receive the email from: Enter the from email address and name subject: Enter the email subject template_id: Enter the template ID of the dynamic template created
If Test is successful, click Done and Save the workflow
Click Run to execute the workflow and verify if the email is sent