API Key Authentication
BonData connects to SendGrid using an API key for secure email sending.Step 1: Create an API Key
- Go to SendGrid Dashboard
- Navigate to Settings → API Keys
- Click Create API Key
- Give it a name (e.g.,
BonData Integration) - Select Restricted Access and enable:
- Mail Send → Full Access
- Click Create & View
- Copy the API key immediately (it won’t be shown again)
Step 2: Connect in BonData
- In BonData, navigate to Integrations and select SendGrid
- Enter your API Key
- Click Connect
Required Fields
| Field | Description |
|---|---|
| API Key | SendGrid API key with Mail Send permissions |
Make sure your SendGrid account has verified sender identities configured before sending emails.
Using SendGrid in Playbooks
Once connected, you can use SendGrid in your playbooks to send automated emails.Send Email Node
Add a Send Email node to your playbook:- Subject - Email subject line
- Message Template - Email body content
- To Emails - Recipient addresses (can use
{{email_field}}) - From Email - Sender address (must be verified in SendGrid)
- CC/BCC - Optional copy recipients
Message Templating
Use{{field_name}} syntax to include dynamic data:
Capabilities
- Send plain text or HTML emails
- Dynamic recipient addresses from workflow data
- CC and BCC support
- Templated subject lines and body content
- Bulk email sending with personalization