Short answer: You can create opsgenie alert in Opsgenie by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Opsgenie Create Opsgenie Alert action to a workflow, map its 6 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Message message | string | Required | Disk usage 95% |
Alias (dedupe key) alias | string | Optional | – |
Description description | string | Optional | – |
Priority priority | options | Optional | – |
Tags tags | array | Optional | – |
Responders (JSON array) responders_json | string | Optional | [{"type":"team","name":"OnCall"}] |
{"message": "Disk usage 95%","alias": "{{trigger.alias}}","description": "{{trigger.description}}","priority": "{{trigger.priority}}","tags": "{{trigger.tags}}"}
{"took": 0.1,"result": "Request will be processed","requestId": "req_abc"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.