You can wire the PagerDuty node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.
Credentials
Connect PagerDuty under Credentials in the node settings. See Connecting credentials for the general flow.OAuth
Sign in with your PagerDuty account when prompted; no keys to copy. Get your credentials here. NoClick requests the following permissions:abilities.readaddons.readaddons.writeanalytics.readanalytics.writeaudit_records.readchange_events.readcontact_methods.readcontact_methods.writecustom_fields.readcustom_fields.writeescalation_policies.readescalation_policies.writeevent_orchestrations.readevent_orchestrations.writeextension_schemas.readextensions.readextensions.writeincident_workflows.readincident_workflows.writeincidents.readincidents.writeinstances.writelicenses.readnotifications.readoncalls.readpriorities.readschedules.readschedules.writeservices.readservices.writestatus_dashboards.readstatus_pages.readstatus_pages.writesubscribers.readsubscribers.writetags.readtags.writeteams.readteams.writetemplates.readtemplates.writeusers.readusers.writevendors.readwebhook_subscriptions.readwebhook_subscriptions.write
API key
Enter the values manually when creating the credential. Get your credentials here.Operations
Add-ons
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Add-on | create_addon | Install an add-on that embeds a URL in the PagerDuty UI. | |
| Delete Add-on | delete_addon | Delete an installed add-on. | |
| Get Add-on | get_addon | Retrieve a single add-on by ID. | |
| List Add-ons | list_addons | List installed add-ons, optionally filtered by type. | |
| Update Add-on | update_addon | Update an installed add-on (full replacement, all fields required). |
Analytics
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Aggregated Incident Metrics | analytics_incident_metrics | Aggregated incident metrics (MTTA, MTTR, counts) across the account for a time range. | |
| Get Raw Incident | get_raw_incident | Get the raw analytics record for a single incident by ID. | |
| Incident Metrics by Service/Team/EP | analytics_incident_metrics_by_dimension | Incident metrics broken down by service, team, or escalation policy. | |
| Raw Incident Responses | get_raw_incident_responses | List the responder-response analytics records for a single incident. | |
| Raw Incidents | analytics_raw_incidents | List raw per-incident analytics records for a time range. | |
| Responder Metrics | analytics_responder_metrics | Aggregated responder metrics, overall or grouped by team. |
Audit
| Operation | ID | Description | Trigger |
|---|---|---|---|
| List Audit Records | list_audit_records | List account audit trail records (cursor-paginated). |
Automation actions
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Automation Action | create_automation_action | Create an automation action (requires the From Email credential field). | |
| Delete Automation Action | delete_automation_action | Delete an automation action (requires the From Email credential field). | |
| Get Automation Action | get_automation_action | Retrieve a single automation action by ID. | |
| Get Invocation | get_invocation | Retrieve a single automation action invocation by ID. | |
| Invoke Automation Action | invoke_automation_action | Invoke an automation action, optionally against an incident (requires the From Email credential field). | |
| List Automation Actions | list_automation_actions | List automation actions, optionally filtered by name. | |
| List Invocations | list_invocations | List automation action invocations, optionally filtered by action. | |
| Update Automation Action | update_automation_action | Update an existing automation action (requires the From Email credential field). |
Automation runners
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Runner | create_runner | Create an automation action runner (requires the From Email credential field). | |
| Delete Runner | delete_runner | Delete an automation action runner (requires the From Email credential field). | |
| Get Runner | get_runner | Retrieve a single automation action runner by ID. | |
| List Runners | list_runners | List automation action runners. | |
| Update Runner | update_runner | Update an existing automation action runner (requires the From Email credential field). |
Business services
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Add Business Service Subscribers | create_business_service_subscribers | Subscribe users or teams to a business service’s status updates. | |
| Create Business Service | create_business_service | Create a business service. | |
| Delete Business Service | delete_business_service | Delete a business service. | |
| Delete Priority Thresholds | delete_priority_thresholds | Delete (reset) the account’s business-service priority thresholds. | |
| Get Business Service | get_business_service | Get a business service by ID. | |
| Get Priority Thresholds | get_priority_thresholds | Get the account’s business-service priority thresholds. | |
| List Business Service Impactors | list_business_service_impactors | List the technical services currently impacting business services. | |
| List Business Service Impacts | list_business_service_impacts | List the current impacts on business services (which are affected by active incidents). | |
| List Business Service Subscribers | list_business_service_subscribers | List the subscribers of a business service. | |
| List Business Services | list_business_services | List business services on the account. | |
| Remove Business Service Subscribers | remove_business_service_subscribers | Unsubscribe users or teams from a business service. | |
| Set Priority Threshold | set_priority_threshold | Set the account’s business-service priority threshold (the priority at which an incident counts as impacting). | |
| Update Business Service | update_business_service | Update an existing business service. |
Change events
| Operation | ID | Description | Trigger |
|---|---|---|---|
| List Change Events | list_change_events | List change events across the account. | |
| List Service Change Events | list_service_change_events | List change events for a specific service. | |
| Send Change Event | send_change_event | Send a change event via the Events API v2 change endpoint (deploys, config changes). |
Custom fields
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Custom Field | create_custom_field | Create an incident custom field definition. | |
| Create Field Option | create_field_option | Add a fixed value option to a custom field. | |
| Delete Custom Field | delete_custom_field | Delete an incident custom field. | |
| Delete Field Option | delete_field_option | Delete a custom field option. | |
| Get Custom Field | get_custom_field | Retrieve a single incident custom field by ID. | |
| Get Field Option | get_field_option | Retrieve a single custom field option by ID. | |
| List Custom Fields | list_custom_fields | List incident custom field definitions on the account. | |
| List Field Options | list_field_options | List the fixed value options for a custom field. | |
| Update Custom Field | update_custom_field | Update an incident custom field (name, data_type and field_type are immutable). | |
| Update Field Option | update_field_option | Update the value of a custom field option. |
Escalation policies
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Escalation Policy | create_escalation_policy | Create an escalation policy with a single escalation rule. | |
| Delete Escalation Policy | delete_escalation_policy | Delete an escalation policy. | |
| Get Escalation Policy | get_escalation_policy | Retrieve a single escalation policy by ID. | |
| List Escalation Policies | list_escalation_policies | List escalation policies. | |
| Update Escalation Policy | update_escalation_policy | Update an escalation policy’s name, description, or escalation rules. |
Event orchestrations
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Event Orchestration | create_event_orchestration | Create a new Event Orchestration. | |
| Create Orchestration Integration | create_orchestration_integration | Create a new integration (event routing key) on an Event Orchestration. | |
| Delete Event Orchestration | delete_event_orchestration | Delete an Event Orchestration by ID. | |
| Delete Orchestration Integration | delete_orchestration_integration | Delete an integration from an Event Orchestration. | |
| Get Event Orchestration | get_event_orchestration | Retrieve a single Event Orchestration by ID. | |
| Get Orchestration Global | get_orchestration_global | Get the Global orchestration rules of an Event Orchestration. | |
| Get Orchestration Integration | get_orchestration_integration | Retrieve a single integration of an Event Orchestration. | |
| Get Orchestration Router | get_orchestration_router | Get the Router (the top-level routing rules) of an Event Orchestration. | |
| Get Service Orchestration | get_service_orchestration | Get the Service Orchestration rules for a service. | |
| Get Service Orchestration Active | get_service_orchestration_active | Get whether Service Orchestration is active (routing events) for a service. | |
| List Event Orchestrations | list_event_orchestrations | List all Event Orchestrations on the account. | |
| List Orchestration Integrations | list_orchestration_integrations | List the integrations (event routing keys) of an Event Orchestration. | |
| Set Service Orchestration Active | set_service_orchestration_active | Enable or disable Service Orchestration routing for a service. | |
| Update Event Orchestration | update_event_orchestration | Update an existing Event Orchestration’s name or description. | |
| Update Orchestration Global | update_orchestration_global | Replace the Global orchestration rules of an Event Orchestration. | |
| Update Orchestration Integration | update_orchestration_integration | Update the label of an Event Orchestration integration. | |
| Update Orchestration Router | update_orchestration_router | Replace the Router rules of an Event Orchestration. | |
| Update Service Orchestration | update_service_orchestration | Replace the Service Orchestration rules for a service. |
Event rulesets (Legacy)
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Ruleset | create_ruleset | Create a new legacy Event Ruleset. | |
| Create Ruleset Rule | create_ruleset_rule | Create an event rule on a legacy Ruleset. | |
| Delete Ruleset | delete_ruleset | Delete a legacy Event Ruleset by ID. | |
| Delete Ruleset Rule | delete_ruleset_rule | Delete an event rule from a legacy Ruleset. | |
| Get Ruleset | get_ruleset | Retrieve a single legacy Event Ruleset by ID. | |
| Get Ruleset Rule | get_ruleset_rule | Retrieve a single event rule from a legacy Ruleset. | |
| List Ruleset Rules | list_ruleset_rules | List the event rules of a legacy Ruleset. | |
| List Rulesets | list_rulesets | List legacy Event Rulesets on the account. | |
| Update Ruleset | update_ruleset | Update a legacy Event Ruleset’s name. | |
| Update Ruleset Rule | update_ruleset_rule | Update an event rule on a legacy Ruleset. |
Events API
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Send Alert Event | send_event | Send an alert event via the Events API v2 (trigger / acknowledge / resolve). |
Extensions
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Extension | create_extension | Create an extension attaching an outbound integration (schema) to one or more services. | |
| Delete Extension | delete_extension | Delete an extension. | |
| Enable Extension | enable_extension | Enable a temporarily disabled extension. | |
| Get Extension | get_extension | Retrieve a single extension by ID. | |
| Get Extension Schema | get_extension_schema | Retrieve a single extension schema by ID. | |
| List Extension Schemas | list_extension_schemas | List available extension schemas (outbound integration vendors). | |
| List Extensions | list_extensions | List extensions (outbound integrations attached to services). | |
| Update Extension | update_extension | Update an extension’s name, endpoint URL, schema, or attached services. |
Incident details
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Add Responders | add_responders | Request additional responders on an incident. | |
| Add Status Update Subscribers | add_status_update_subscribers | Subscribe users or teams to an incident’s status updates. | |
| Create Note | create_note | Add a note to an incident. | |
| Create Status Update | create_status_update | Post a status update to an incident. | |
| Get Alert | get_alert | Retrieve a single alert on an incident by its ID. | |
| Get Incident Custom Field Values | get_incident_custom_fields | Get the custom field values set on an incident. | |
| Get Log Entry | get_log_entry | Retrieve a single log entry by its ID. | |
| Get Outlier Incident | get_outlier_incident | Get outlier information for an incident relative to its service’s history. | |
| Get Past Incidents | get_past_incidents | List past incidents similar to this one. | |
| Get Related Incidents | get_related_incidents | List incidents related to this one. | |
| List Alerts | list_alerts | List the alerts associated with an incident. | |
| List Log Entries | list_log_entries | List the timeline log entries for an incident. | |
| List Log Entries (Account) | list_global_log_entries | List log entries across the whole account (all incidents). | |
| List Notes | list_notes | List the notes attached to an incident. | |
| List Related Change Events | list_related_change_events | List change events related to an incident. | |
| List Status Update Subscribers | list_status_update_subscribers | List the users and teams subscribed to an incident’s status updates. | |
| Manage Alerts (Bulk) | manage_alerts | Bulk resolve or reassociate multiple alerts on an incident. | |
| Remove Status Update Subscriber | remove_status_update_subscriber | Unsubscribe users or teams from an incident’s status updates. | |
| Update Alert | update_alert | Resolve an alert or reassociate it to a different incident. | |
| Update Incident Custom Field Values | update_incident_custom_fields | Set custom field values on an incident. |
Incident workflows
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Incident Workflow | create_incident_workflow | Create an incident workflow (requires the From Email credential field). | |
| Delete Incident Workflow | delete_incident_workflow | Delete an incident workflow (requires the From Email credential field). | |
| Get Incident Workflow | get_incident_workflow | Retrieve a single incident workflow by ID. | |
| List Incident Workflows | list_incident_workflows | List incident workflows, optionally filtered by name. | |
| Start Incident Workflow | start_incident_workflow | Start an incident workflow instance on an incident (requires the From Email credential field). | |
| Update Incident Workflow | update_incident_workflow | Update an existing incident workflow (requires the From Email credential field). |
Incidents
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Incident | create_incident | Create a new incident on a service (requires the From Email credential field). | |
| Get Incident | get_incident | Retrieve a single incident by its ID. | |
| List Incidents | list_incidents | List incidents, optionally filtered by status, service, team, urgency, or date range. | |
| Manage Incidents (Bulk) | manage_incidents | Bulk-update the status of multiple incidents at once. | |
| Merge Incidents | merge_incidents | Merge other incidents into a target incident. | |
| Snooze Incident | snooze_incident | Snooze an incident for a number of seconds. | |
| Update Incident | update_incident | Update a single incident (acknowledge, resolve, reassign, set priority, etc.). |
Maintenance windows
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Maintenance Window | create_maintenance_window | Schedule a maintenance window for one or more services. | |
| Delete Maintenance Window | delete_maintenance_window | Delete (cancel) a maintenance window. | |
| Get Maintenance Window | get_maintenance_window | Retrieve a single maintenance window by ID. | |
| List Maintenance Windows | list_maintenance_windows | List maintenance windows. | |
| Update Maintenance Window | update_maintenance_window | Update a maintenance window’s time range, affected services, or description. |
Reference
| Operation | ID | Description | Trigger |
|---|---|---|---|
| List Abilities | list_abilities | List the abilities (feature entitlements) the account has. | |
| List License Allocations | list_license_allocations | List how licenses are allocated across users. | |
| List Licenses | list_licenses | List the licenses available on the account. | |
| List Notifications | list_notifications | List notifications sent during a required time range. | |
| List Priorities | list_priorities | List incident priorities defined on the account. | |
| Paused Incident Report: Alerts | paused_incident_report_alerts | Report the alerts that were paused (auto-pause / intelligent alert grouping) in a range. | |
| Paused Incident Report: Counts | paused_incident_report_counts | Report aggregate counts of paused alerts in a range. | |
| Test Ability | test_ability | Test whether the account has a specific ability (returns success if enabled). |
Response plays
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Response Play | create_response_play | Create a response play (requires the From Email credential field). | |
| Delete Response Play | delete_response_play | Delete a response play (requires the From Email credential field). | |
| Get Response Play | get_response_play | Retrieve a single response play by ID. | |
| List Response Plays | list_response_plays | List response plays, optionally filtered by name. | |
| Run Response Play | run_response_play | Run a response play against an incident (requires the From Email credential field). | |
| Update Response Play | update_response_play | Update an existing response play (requires the From Email credential field). |
Schedules & On-Call
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Override | create_override | Create an on-call override for a user over a time range. | |
| Create Schedule | create_schedule | Create an on-call schedule from a full schedule definition (JSON). | |
| Delete Override | delete_override | Remove an override from a schedule. | |
| Delete Schedule | delete_schedule | Delete an on-call schedule. | |
| Get Schedule | get_schedule | Retrieve a single schedule, optionally within a time range. | |
| List On-Calls | list_oncalls | List who is on-call, filterable by user, schedule, or escalation policy. | |
| List Overrides | list_overrides | List overrides on a schedule within a time range. | |
| List Schedules | list_schedules | List on-call schedules. | |
| List Users On Schedule | list_users_on_schedule | List the users on-call in a schedule over a time range. | |
| Preview Schedule | preview_schedule | Preview the rendered on-call entries for a schedule definition without saving it. | |
| Update Schedule | update_schedule | Replace an existing schedule with a full schedule definition (JSON). |
Service dependencies
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Associate Service Dependencies | associate_service_dependencies | Associate one or more service dependency relationships (dependent -> supporting). | |
| Disassociate Service Dependencies | disassociate_service_dependencies | Remove one or more service dependency relationships. | |
| Get Business Service Dependencies | get_business_service_dependencies | List the dependencies of a business service. | |
| Get Technical Service Dependencies | get_technical_service_dependencies | List the dependencies of a technical service. |
Service event rules
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Service Event Rule | create_service_event_rule | Create an event rule on a service. | |
| Delete Service Event Rule | delete_service_event_rule | Delete an event rule from a service. | |
| Get Service Event Rule | get_service_event_rule | Retrieve a single event rule from a service. | |
| List Service Event Rules | list_service_event_rules | List the event rules configured on a service. | |
| Update Service Event Rule | update_service_event_rule | Update an existing event rule on a service. |
Service integrations
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Service Integration | create_service_integration | Add an integration (e.g. Events API v2) to a service. | |
| Get Service Integration | get_service_integration | Retrieve a single integration on a service. | |
| Update Service Integration | update_service_integration | Update an existing integration on a service. |
Services
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Service | create_service | Create a new technical service. | |
| Delete Service | delete_service | Delete a service and all its integrations. | |
| Get Service | get_service | Retrieve a single service by ID. | |
| List Services | list_services | List technical services. | |
| Update Service | update_service | Update an existing service. |
Status dashboards
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Status Dashboard | get_status_dashboard | Get a status dashboard by ID. | |
| Get Status Dashboard by Slug | get_status_dashboard_by_slug | Get a status dashboard by its URL slug. | |
| Get Status Dashboard Service Impacts | get_status_dashboard_service_impacts | Get the service impacts shown on a status dashboard. | |
| List Status Dashboards | list_status_dashboards | List status dashboards. |
Status pages
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Status Page Post | create_status_page_post | Create a post (incident or maintenance) on a status page. | |
| Create Status Page Post Update | create_status_page_post_update | Add an update to a status page post. | |
| Create Status Page Subscription | create_status_page_subscription | Create a subscription to a status page (or one of its services/posts). | |
| Delete Status Page Post | delete_status_page_post | Delete a status page post. | |
| Delete Status Page Post Update | delete_status_page_post_update | Delete a status page post update. | |
| Delete Status Page Subscription | delete_status_page_subscription | Delete a status page subscription. | |
| Get Status Page Post | get_status_page_post | Get a single status page post. | |
| Get Status Page Post Update | get_status_page_post_update | Get a single status page post update. | |
| Get Status Page Subscription | get_status_page_subscription | Get a single status page subscription. | |
| List Status Page Post Updates | list_status_page_post_updates | List the updates on a status page post. | |
| List Status Page Posts | list_status_page_posts | List the posts on a status page. | |
| List Status Page Subscriptions | list_status_page_subscriptions | List the subscriptions on a status page. | |
| List Status Pages | list_status_pages | List status pages. | |
| Update Status Page Post | update_status_page_post | Update a status page post. PagerDuty requires the full post representation on update. | |
| Update Status Page Post Update | update_status_page_post_update | Update a status page post update. PagerDuty requires the full post-update representation. |
Tags
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Assign / Remove Tags | change_tags | Add and/or remove tags on a user, team, or escalation policy. | |
| Create Tag | create_tag | Create a tag with a label. | |
| Delete Tag | delete_tag | Delete a tag. | |
| Get Tag | get_tag | Retrieve a single tag by ID. | |
| Get Tags for Entity | get_tags_for_entity | Get the tags assigned to a user, team, or escalation policy. | |
| List Tags | list_tags | List tags, optionally filtered by a name query. |
Templates
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Template | create_template | Create a status-update template. | |
| Delete Template | delete_template | Delete a template. | |
| Get Template | get_template | Retrieve a single template by ID. | |
| List Templates | list_templates | List status-update templates, optionally filtered by type. | |
| Render Template | render_template | Render a status-update template against an incident. | |
| Update Template | update_template | Update an existing template. |
Users & teams
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Add Team Member | add_team_member | Add a user to a team with a role (requires the From Email credential field). | |
| Associate Escalation Policy | associate_team_escalation_policy | Associate an escalation policy with a team (requires the From Email credential field). | |
| Create Contact Method | create_contact_method | Add a contact method to a user (requires the From Email credential field). | |
| Create Notification Rule | create_notification_rule | Add a notification rule to a user (requires the From Email credential field). | |
| Create Team | create_team | Create a new team (requires the From Email credential field). | |
| Create User | create_user | Create a new user (requires the From Email credential field). | |
| Delete Contact Method | delete_contact_method | Delete a user’s contact method (requires the From Email credential field). | |
| Delete Notification Rule | delete_notification_rule | Delete a user’s notification rule (requires the From Email credential field). | |
| Delete Team | delete_team | Delete a team (requires the From Email credential field). | |
| Delete User | delete_user | Delete a user from the account (requires the From Email credential field). | |
| Get Contact Method | get_contact_method | Retrieve a single contact method of a user. | |
| Get Current User | get_current_user | Retrieve the user associated with the API token. | |
| Get Notification Rule | get_notification_rule | Retrieve a single notification rule of a user. | |
| Get Team | get_team | Retrieve a single team by ID. | |
| Get User | get_user | Retrieve a single user by ID. | |
| List Contact Methods | list_contact_methods | List a user’s contact methods (email, phone, SMS, push). | |
| List Notification Rules | list_notification_rules | List a user’s notification rules. | |
| List Team Members | list_team_members | List the members of a team along with their roles. | |
| List Teams | list_teams | List teams in the account. | |
| List Users | list_users | List users in the account. | |
| Remove Escalation Policy | remove_team_escalation_policy | Remove an escalation policy’s association with a team (requires the From Email credential field). | |
| Remove Team Member | remove_team_member | Remove a user from a team (requires the From Email credential field). | |
| Update Contact Method | update_contact_method | Update a user’s contact method (requires the From Email credential field). | |
| Update Notification Rule | update_notification_rule | Update a user’s notification rule (requires the From Email credential field). | |
| Update Team | update_team | Update an existing team (requires the From Email credential field). | |
| Update User | update_user | Update an existing user’s profile (requires the From Email credential field). |
Vendors
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Vendor | get_vendor | Retrieve a single vendor by ID. | |
| List Vendors | list_vendors | List integration vendors known to PagerDuty. |
Webhooks
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Webhook Subscription | create_webhook_subscription | Register a V3 webhook subscription to deliver events to a URL. | |
| Delete Webhook Subscription | delete_webhook_subscription | Delete a V3 webhook subscription. | |
| Disable Webhook Subscription | disable_webhook_subscription | Disable (deactivate) a V3 webhook subscription. | |
| Enable Webhook Subscription | enable_webhook_subscription | Enable (activate) a V3 webhook subscription. | |
| Get Webhook Subscription | get_webhook_subscription | Retrieve a single V3 webhook subscription by ID. | |
| List Webhook Subscriptions | list_webhook_subscriptions | List configured V3 webhook subscriptions. | |
| Ping Webhook Subscription | ping_webhook_subscription | Send a test (ping) event to a V3 webhook subscription’s delivery URL. | |
| Update Webhook Subscription | update_webhook_subscription | Update a V3 webhook subscription’s delivery URL, events, or description. |
Workflow triggers
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Associate Trigger With Service | associate_trigger_service | Associate a workflow trigger with a service (requires the From Email credential field). | |
| Create Workflow Trigger | create_incident_workflow_trigger | Create an incident workflow trigger (requires the From Email credential field). | |
| Delete Workflow Trigger | delete_incident_workflow_trigger | Delete an incident workflow trigger (requires the From Email credential field). | |
| Disassociate Trigger From Service | disassociate_trigger_service | Disassociate a workflow trigger from a service (requires the From Email credential field). | |
| Get Workflow Trigger | get_incident_workflow_trigger | Retrieve a single incident workflow trigger by ID. | |
| List Workflow Triggers | list_incident_workflow_triggers | List incident workflow triggers, optionally filtered by workflow name. | |
| Update Workflow Trigger | update_incident_workflow_trigger | Update an existing incident workflow trigger (requires the From Email credential field). |
Other
| Operation | ID | Description | Trigger |
|---|---|---|---|
| On Incident Event | on_incident_event | Fire the workflow when an incident event is delivered (triggered, acknowledged, resolved…). | Yes |