PagerDuty connector
Back to the connector overview, authentication methods, and actions.
15 Sept 2026
data-syncAdded DataSync support to fifteen list actions, covering audit records, escalation policies, incidents, incident types, licenses, license allocations, schedules, services, teams, users, vendors and the unified IAM users, groups, organizations and roles, so their records can be synced on a schedule and read back without calling PagerDuty each time. Every action refreshes in full on each run, because PagerDuty’s since and until filters select records by creation time rather than by modification time. list_priorities is not included, because the endpoint ignores the limit and offset parameters it documents.Changed · 14 actions updated
Changed · 14 actions updated
pagerduty_list_audit_records, pagerduty_list_escalation_policies, pagerduty_list_incident_types, pagerduty_list_incidents, pagerduty_list_license_allocations, pagerduty_list_licenses, pagerduty_list_schedules, pagerduty_list_services, pagerduty_list_teams, pagerduty_list_users, pagerduty_list_vendors, pagerduty_unified_list_groups, pagerduty_unified_list_organizations, pagerduty_unified_list_users14 Aug 2026
description-fixDocument list_on_calls since/until 3-month max range constraint. Document create_service scheduled_actions max 1 entry limit.Changed · 3 actions updated
Changed · 3 actions updated
pagerduty_create_service, pagerduty_list_on_calls, pagerduty_update_service14 Aug 2026
bug-fix description-fixAdd missing days_of_week to create_service support_hours. Fix update_service status enum to only settable values (active/disabled). Clarify incident type canonical name vs display_name for get_incident_type and create_incident. Document auth_test 400 with account-level tokens. Clarify delete_team P-prefixed ID and create_schedule rotation vs restriction.Changed · 8 actions updated
Changed · 8 actions updated
pagerduty_auth_test, pagerduty_create_incident, pagerduty_create_schedule, pagerduty_create_service, pagerduty_delete_team, pagerduty_get_incident_type, pagerduty_update_incident, pagerduty_update_service13 Aug 2026
guideCorrected the API Key connection guide to add the login URL, the Developer Portal to dashboard navigation step, the real dialog names and the Read-only API Key checkbox, and shortened the API Key field description. Added portal screenshots to the guide steps.20 Jul 2026
new-actionsAdded unified IAM actions for users, groups, organizations, roles, resource users, and credentials.