Create an inbound webhook for an agent you own
| Flag | Type | Description |
|---|---|---|
| --agent | string | Agent username (required) |
| --body-template | string | Short Go template for the message body over {{ .Payload }} |
| --conversation | string | Optional conversation ID target (default: direct conversation with the agent) |
| -h, --help | bool | help for create |
| --mode | string | Verification mode: hmac (Svix-compatible signatures) or token (shared secret header) (default "hmac") |
| --name | string | Webhook display name (required) |
| --sender | string | Service member the messages send as (default: webhook) |
| Flag | Type | Description |
|---|---|---|
| --addr | string | Webhooks service address (defaults to config) |
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| --json | bool | Output in JSON format |
| -v, --verbose | bool | verbose output |