Connector for the sendgrid-alerts-v3 API (generated from its OpenAPI spec).
Type: Tool
Category: SaaS
Version: 1.0.0
Provider: Blue Isle
License: MIT
sendgrid-alerts-v3apiopenapi
Sendgrid Alerts V3
Connector for the sendgrid-alerts-v3 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
Base URL: https://api.sendgrid.com
Auth: bearer (pass your key via the apiKey input)
Operations
listalert — GET /v3/alerts — Retrieve all alerts
getalert — GET /v3/alerts/{alert_id} — Retrieve a specific alert
createalert — POST /v3/alerts — Create a new Alert
deletealert — DELETE /v3/alerts/{alert_id} — Delete an alert
updatealert — PATCH /v3/alerts/{alert_id} — Update an alert
Inputs
apiKey — your sendgrid-alerts-v3 API key
operation — one of the operations above
path parameters when an operation's path contains {...}