Sign in

Enqueue change event

documented

Submit a change event to PagerDuty.

POST /v2/change/enqueueEvents APIno 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://events.pagerduty.com/v2/change/enqueue" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"routing_key": "{{PAGERDUTY_API_KEY}}", "payload": {"summary": "{{$summary}}", "timestamp": "{{$timestamp}}", "source": "{{$source}}", "custom_details": {"build_state": "{{$build_state}}", "build_number": "{{$build_number}}", "run_time": "{{$run_time}}"}}, "links": [{"href": "{{$link_href}}", "text": "{{$link_text}}"}] }'