Add keyword auto-reply
set_keywordsAdd a keyword auto-reply rule: when an inbound message matches any of the keywords, the bot replies with the given text. Good for canned FAQ-style triggers (e.g. keyword 'invoice' -> 'Download it from the billing page').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reply | Yes | The reply text to send. | |
| keywords | Yes | Trigger words/phrases (case-insensitive). | |
| matchType | No | CONTAINS (default) = keyword appears anywhere in the message; EXACT = whole message equals the keyword. |