skillfed

apache-airflow-providers-sendgrid

Provider package apache-airflow-providers-sendgrid for Apache Airflow

apache-airflow-providers-sendgrid v4.2.4 541.0K downloads/30d#6,096 on PyPI46,490
Permissive license Apache-2.0 Active released

What it is and what it does

This is an Apache Airflow provider package that bridges Airflow workflows to SendGrid's email delivery service. It allows DAG authors to define email-sending tasks that integrate with SendGrid's API, enabling programmatic email delivery as part of Airflow orchestration. The package is maintained as part of the official Apache Airflow ecosystem and provides operators and hooks for SendGrid integration.

The package depends on apache-airflow (>=2.11.0), sendgrid (>=6.12.5), and apache-airflow-providers-common-compat (>=1.8.0). It supports Python 3.10 through 3.14 and is classified as Production/Stable. Installation is straightforward via pip on top of an existing Airflow setup, with no compiled dependencies or system-level requirements beyond Python and Airflow itself.

Use it for:

  • Send email notifications when Airflow DAG tasks succeed or fail as part of alerting workflows.
  • Trigger transactional emails from scheduled Airflow jobs to end users or internal teams.
  • Integrate email delivery into multi-step data pipelines where email confirmation or reporting is a workflow step.
  • Automate bulk email campaigns by orchestrating SendGrid sends through Airflow scheduling and retry logic.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates SendGrid email delivery into Apache Airflow workflows, enabling DAGs to send emails through SendGrid's API.

Yes, if you run Apache Airflow and need to send emails via SendGrid. The package is actively maintained, carries no known vulnerabilities, has low install friction, and integrates cleanly with Airflow's provider ecosystem. It is only necessary if SendGrid is your chosen email provider; if you use a different service or don't need email delivery from Airflow, it adds no value.

Install

apache-airflow-providers-sendgrid on PyPI

pip

pip install apache-airflow-providers-sendgrid

uv

uv add apache-airflow-providers-sendgrid

poetry

poetry add apache-airflow-providers-sendgrid

Installing apache-airflow-providers-sendgrid

Before you install

Low install friction as a pure Python wheel. Actively maintained with recent release (68 days ago); the parent Apache Airflow project is well-established with 46490 stars. Requires Apache Airflow >=2.11.0, sendgrid >=6.12.5, and apache-airflow-providers-common-compat >=1.8.0.

License in practice

Licensed under Apache-2.0 (permissive). No restrictions on commercial use, modification, or redistribution provided the license and copyright notice are retained.

Quickstart

pip install apache-airflow-providers-sendgrid

from airflow.providers.sendgrid.operators.sendgrid import SendGridEmailOperator

task = SendGridEmailOperator(
    task_id='send_email',
    sendgrid_conn_id='sendgrid_default',
    from_email='sender@example.com',
    to=['recipient@example.com'],
    subject='Test',
    html_content='<p>Hello</p>'
)

Requires an existing Apache Airflow installation (>=2.11.0) and a configured SendGrid connection in Airflow.

Verify before relying

  • Whether the package includes hooks, operators, and sensors for SendGrid beyond basic email sending.
  • What SendGrid features (attachments, templates, advanced scheduling) are exposed through the provider.
  • Whether authentication uses SendGrid API keys stored in Airflow connections or environment variables.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 3 — apache-airflow, apache-airflow-providers-common-compat, sendgrid
Maintenance actively maintained — 68 days since the last release
Last repo commit
First released
Downloads 541,025/month — #6,096 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: apache_airflow_providers_sendgrid-4.2.4-py3-none-any.whl

Keywords: airflow-provider, sendgrid, airflow, integration

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: System :: Monitoring

Tags

airflow sendgrid email providersendgrid integration airflowairflow email operator sendgridsendgrid airflow taskairflow sendgrid providersend emails airflow sendgridairflow notification sendgrid
airflow-provideremail-deliveryworkflow-integration

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

apache-airflow-providers-asana

Integrates Apache Airflow with Asana, enabling…

permissive · top 15,000 on PyPI

apache-airflow-providers-zendesk

Provides operators and hooks to integrate…

permissive · top 15,000 on PyPI

apache-airflow-providers-discord

Integrates Discord messaging into Apache…

permissive · top 15,000 on PyPI

smtpapi

Builds SendGrid SMTP API headers for use in…

permissive · top 15,000 on PyPI

apache-airflow-providers-grpc

Integrates gRPC communication into Apache…

permissive · top 15,000 on PyPI

sendgrid

Sends emails and SMS messages via the Twilio…

permissive · top 1,000 on PyPI

django-sendgrid-v5

Provides a Django email backend that sends…

permissive · top 15,000 on PyPI

apache-airflow-providers-apprise

Integrates Apprise notification delivery into…

permissive · top 15,000 on PyPI

apache-airflow-providers-openfaas

Integrates OpenFaaS serverless functions into…

permissive · top 15,000 on PyPI

apache-airflow-providers-mongo

Integrates MongoDB with Apache Airflow as a…

permissive · top 5,000 on PyPI