outbound_manage
Manage outbound delivery connectors for email, Slack, Telegram, and webhooks. Perform actions like listing, saving, testing, and deleting configurations to control communication channels.
Instructions
Manage outbound delivery connectors (email, Slack, Telegram, webhook). Actions: list, get (connector_id), save (channel, config), delete (connector_id), test (connector_id, test_payload).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: list, get, save, delete, test | |
| channel | No | Filter by channel: telegram, slack, discord, teams, google_chat, whatsapp, email, webhook | |
| id | No | Config UUID | |
| credentials | Yes | Channel-specific credentials object. | |
| is_active | No | Whether the config is active |