keyword_update
[DEPRECATED — renamed tag_rule_update. Will be removed after 2026-10-07.] Update a TAGGING RULE (dashboard: 'Tagging rules') — not a Keyword Monitor entry (those are Watchers; see watcher_update). Rename its term (pass keyword), set what it refers to (pass description), and/or pause/resume it (pass active). Renaming keeps already-tagged records on the old tag; new matches use the new term. Changes take effect on the next scheduled processing cycle. Existing opportunity scores and matches are not retroactively updated. (requires a free Prowlo account — call it to get a signup link)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The current term to update (the id returned by tag_rule_list) | |
| active | No | Whether the rule should be active (true) or paused (false) | |
| keyword | No | New term to rename this rule to (2-100 characters) | |
| description | No | What this term refers to, used to verify that matches are genuinely about it. Pass an empty string to clear it. |