Sign in

Update alert

documented

Modify an existing alert by its ID.

PATCH /v3/alerts/{alert_id}Alertsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.sendgrid.com/v3/alerts/{{$alert_id}}" \
  -X PATCH \
  -H "Authorization: Bearer {{SENDGRID_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"email_to": "{{$email_to}}", "frequency": "{{$frequency}}", "percentage": {{$percentage}}}'