Notify org members
agent_notifyEmail Hub users in this agent’s linked organization (never addresses outside the org). to=all or { user_id } / { role } / { email } matching agent_organization members. Optional actions (Hub URLs only), severity, idempotency_key. Channel is email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Who to notify: "all", { user_id }, { user_ids }, { role }, { roles }, or { email } matching an org member. Never an address outside the org. | |
| body | Yes | Plain-text body, max 4000 characters. Conduit wraps HTML; do not send markup. | |
| title | Yes | Subject line, max 120 characters | |
| actions | No | Optional buttons, max 3. Hosts outside Conduit are rejected. | |
| channel | No | Delivery channel. Email only — omit or pass email | |
| dry_run | No | If true, resolve recipients and from-address without sending or storing | |
| agent_id | Yes | Linked agent sending the message | |
| order_id | No | Optional order correlation | |
| severity | No | info (default), warning, or urgent — affects subject prefix and accent | |
| search_id | No | Optional search correlation | |
| session_token | No | Session token from agent_authenticate — required whenever agent_id is passed | |
| idempotency_key | No | Replay key — same agent + key returns the original notify_id without sending again |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | ||
| hint | No | ||
| next | No | ||
| error | No | ||
| detail | No | ||
| failed | No | ||
| channel | No | ||
| dry_run | No | ||
| delivered | No | ||
| notify_id | No | ||
| recipients | No | ||
| idempotent_replay | No |