- The inbound prompt is a routing and orchestration instruction. It bridges the vocabulary of your ticketing system to your internal infrastructure, decides which tickets are in scope, and defines how a ticket turns into a sequence of tasks.
- The outbound prompt governs what 2501 writes back to the ticket once a job finishes — the status it sets, whether it posts a comment, and whether it escalates.
Prompting
Prompting a Gateway
Route and sequence inbound tickets, and govern what 2501 writes back
A gateway is governed by two independent prompts, each an optional override you toggle on:
A well-written orchestration sequence is the difference between a ticket that is superficially resolved and one that is actually fixed across the full topology.
A skip never posts a comment and never changes the ticket’s status. Its only possible side effect on the ticket is reassignment: when the inbound override is on, your prompt may instruct that an out-of-scope ticket be escalated to another assignment group instead of dropped silently. With the inbound override off, a skip is dropped silently — no comment, no status change, no reassignment.
If your gateway handles more than one ticket type, write these rules per ticket type where they differ (for example, incidents resolve to a closed state, while change requests move to Review).

