Create parse setting
documentedCreate a new inbound parse setting (hostname, URL, etc.).
POST /v3/user/webhooks/parse/settingsInbound Parse Webhookno implementation yet0 runsNo 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" \
-X POST \
-H "Authorization: Bearer {{SENDGRID_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"url": "{{$url}}", "hostname": "{{$hostname}}", "spam_check": {{$spam_check}}, "send_raw": {{$send_raw}}}'