Approval
Tag4 integrations tagged with "approval"
Slack: Button Click / Interaction
Triggers when a user clicks a button or interacts with a Block Kit element in a Slack message. Useful for building approval workflows, interactive forms, and action-based automations.
Telegram: Button Click / Interaction
Triggers when a user clicks an inline keyboard button in a Telegram message. Useful for building approval workflows and interactive automations via Telegram bots. NOTE: Currently designed for wait nodes only (not as a root trigger). Frontend has no dedicated trigger config UI for this type yet.
Approval
Pause a workflow until a human (or app) approves or rejects it. Drive from the approval-queue archetype or any UI that calls the gateway resumeRun endpoint. The resume payload (e.g. `{ action: "approve" }`) lands on the wait node's `triggerResult` so downstream `if` nodes can branch.