Sign in

Update parse setting

documented

Update an inbound parse setting by hostname.

PATCH /v3/user/webhooks/parse/settings/{hostname}Inbound Parse Webhookno 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/user/webhooks/parse/settings/{{$hostname}}" \
  -X PATCH \
  -H "Authorization: Bearer {{SENDGRID_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"url": "{{$url}}", "spam_check": {{$spam_check}}, "send_raw": {{$send_raw}} }'