Where Agent Drop sends push notifications. Add one or more channels and mark one as the default; every drop uses that channel unless a routing rule picks a different one.
{{ detail }}{% endif %}
| Name | Driver | Default | Created | Actions |
|---|---|---|---|---|
| {{ c.name }} | {{ c.driver }} | {% if c.is_default %} default {% else %} — {% endif %} | {{ c.created_at.strftime("%Y-%m-%d") }} | Edit {% if not c.is_default %} {% endif %} {{ confirm_dialog( form_id="delete-channel-" ~ c.id, title="Delete channel?", message="Delete channel " ~ c.name ~ "? This cannot be undone.", confirm_text="Delete channel", danger=True, ) }} |
The recommended default is Web Push — set the
AGENTDROP_VAPID_* env vars and restart, and a default
web_push channel is created for you. Alternatively,
add a Pushover / ntfy / Apprise / webhook channel above. Until a
channel exists, every drop's POST response carries a
"no channel configured" warning.