PAGERDUTY_CREATE_WORKFLOW_INTEGRATION_CONNECTION
Create a new Workflow Integration Connection. Scoped OAuth requires: `workflow_integrations:connections.write`
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "The ID of the connection"
},
"name": {
"type": "string",
"title": "Name",
"description": "The name given to the connection"
},
"type": {
"type": "string",
"title": "Type",
"description": "The type of the connection"
},
"teams": {
"type": "array",
"items": {
"type": "object",
"title": "TeamsRequest",
"properties": {
"type": {
"enum": [
"team_reference"
],
"type": "string",
"title": "Type",
"description": "Type"
},
"team_id": {
"type": "string",
"title": "Team Id",
"description": "The ID of the team"
}
},
"description": "Request schema for `Teams`"
},
"title": "Teams",
"description": "The teams whose managers are allowed to use or edit this connection"
},
"scopes": {
"type": "array",
"items": {
"type": "string",
"properties": {}
},
"title": "Scopes",
"description": "Scopes"
},
"is_default": {
"type": "boolean",
"title": "Is Default",
"description": "Whether or not this connection is the default connection for this integration "
},
"external_id": {
"type": "string",
"title": "External Id",
"description": "The ID of the external system that this connection is used to connect to"
},
"service_url": {
"type": "string",
"title": "Service Url",
"description": "The URL of the service that this connection is associated with"
},
"integration_id": {
"type": "string",
"title": "Integration Id",
"description": "The integration ID that this connection is associated with"
},
"external_id_label": {
"type": "string",
"title": "External Id Label",
"description": "The label of the external system that this connection is used to connect to "
},
"health__is__healthy": {
"type": "boolean",
"title": "Health Is Healthy",
"description": "Whether or not the connection is healthy"
},
"health__health__message": {
"type": "string",
"title": "Health Health Message",
"description": "A message describing the health of the connection"
},
"health__last__checked__at": {
"type": "string",
"title": "Health Last Checked At",
"format": "date-time",
"description": "The timestamp of the last health check"
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty