Agentic Service Discovery

Resources

S

SendGrid

by Twilio SendGrid

Send transactional emails, use dynamic templates, manage contact lists, and retrieve delivery stats from agent workflows using the SendGrid Email API.

CommunicationFree / PaidAPI keyemailtransactionaltemplatesmarketingnotifications

How agents use SendGrid

  • Agent sends a personalised transactional email when a workflow step completes, such as order confirmations or report deliveries
  • Agent uses a dynamic template to send onboarding emails to new users added to a CRM
  • Agent adds leads or customers to a SendGrid contact list after enriching them with data from other integrations
  • Agent sends bulk notification emails to a contact segment after a significant event
  • Agent retrieves email engagement stats and feeds them into an analytics or reporting workflow
  • Agent verifies email deliverability by checking bounce rates before running a large campaign

Agent actions

Send EmailSend a transactional email with plain text or HTML content.

Inputs: to, toName, from, fromName, subject, htmlContent, textContent, replyTo

Returns: messageId, success, statusCode

Send Template EmailSend a dynamic transactional email using a SendGrid template with personalisation data.

Inputs: to, toName, from, templateId, dynamicTemplateData

Returns: messageId, success

Send Bulk EmailSend the same email to multiple recipients in a single API call.

Inputs: recipients, from, subject, htmlContent, textContent

Returns: success, recipientCount

Add or Update ContactAdd a new contact or update an existing one in the SendGrid Marketing Contacts database.

Inputs: email, firstName, lastName, listIds, customFields

Returns: jobId, success

Remove ContactDelete one or more contacts from the SendGrid contacts database.

Inputs: ids

Returns: jobId, success

Get Email StatsRetrieve aggregate delivery and engagement statistics for a date range.

Inputs: startDate, endDate, aggregatedBy

Returns: stats, totalDelivered, totalOpens, totalClicks, totalBounces

Example workflows

1

Automated report delivery

After generating a weekly report, send it as a formatted HTML email to stakeholders using a pre-built template.

2

Lead nurture email trigger

When a lead reaches a qualifying score in the CRM, trigger a personalised template email via SendGrid.

About SendGrid

Vendor
Twilio SendGrid
Pricing Always review details with the vendor
Free / PaidFree plan includes 100 emails/day. Paid plans start at ~$19.95/month for 50,000 emails/month.
Authentication
API key
Rate limit Always review details with the vendor
600 requests / minute
Compatible nodes
AgentResourceOutput

Build an AI workflow with SendGrid

Use the Agentic Planner to design, visualize, and connect SendGrid with your other tools.

Open Agentic Planner

Related Communication tools