External DocumentationTo learn more, visit the Opsgenie documentation.
Actions
Add Responder
Add responder to alert with given identifier.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| ID | Identifier of alert which could be alert id, tiny id or alert alias. |
| ID Type | Type of the identifier that is provided as an in-line parameter. Possible values are ‘id’, ‘alias’ or ‘tiny’. |
| Note | Additional note that will be added while creating the alert. |
| Responder ID | Entity ID that the alert will be routed to. Either ID or name of the entity should be provided. |
| Responder Type | The type of entity the alert will be routed to. |
| Responder Username | Entity name that the alert will be routed to. Either ID or name of the entity should be provided. |
| User | Display name of the request owner. |
{
"data": {
"id": "string",
"name": "string"
},
"requestId": "string",
"result": "string",
"took": 0
}
Was this page helpful?