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: Creating the integration workflow for sending simple email using the Content Type and value 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. Creating the integration workflow for sending simple email using the Content Type and value in webMethods.io Integration
Login to webMethods.io Integration tenant
Create new project or choose an existing project if required
From Workflows tab, click + to create a new workflow
Select the account added and click Next to configure the Action by entering the required input parameters
Enter the values for the required input parameters as shown below,
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 content(list): Enter the list of content type and values
Note: Email Sender needs to be verified for sending an email using it as from email address, to achieve this navigate to Settings > Sender Authentication and verify the Sender
If Test is successful, click Done and Save the workflow
Click Run to execute the workflow and verify if the email is sent