Add workflows inside captain

This commit is contained in:
Pranav
2026-02-28 09:02:20 +03:00
parent c0490794d1
commit d7db152f7b
25 changed files with 359 additions and 158 deletions
@@ -735,25 +735,18 @@
},
"WORKFLOWS": {
"TITLE": "Workflows",
"DESCRIPTION": "Automate actions triggered by conversation events with a visual workflow builder.",
"DESCRIPTION": "Build interactive workflows that Captain can execute during conversations.",
"ADD_BUTTON": "New Workflow",
"DEFAULT_NAME": "New Workflow",
"EMPTY_MESSAGE": "No workflows yet. Create one to automate conversation actions.",
"TRIGGERS": {
"CONVERSATION_CREATED": "Conversation Created",
"MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved"
},
"PALETTE": {
"TRIGGERS": "Triggers",
"INTERACTIVE": "Interactive",
"LOGIC": "Logic",
"ACTIONS": "Actions",
"SHOPIFY": "Shopify"
},
"NODES": {
"TRIGGER_CONVERSATION_CREATED": "Conversation Created",
"TRIGGER_MESSAGE_CREATED": "Message Created",
"TRIGGER_CONVERSATION_RESOLVED": "Conversation Resolved",
"COLLECT_INPUT": "Collect Input",
"CONDITION": "Condition",
"SEND_MESSAGE": "Send Message",
"ADD_LABEL": "Add Label",
@@ -776,6 +769,8 @@
"ATTRIBUTE": "Attribute",
"OPERATOR": "Operator",
"VALUE": "Value",
"INPUT_KEY": "Input Key",
"PROMPT": "Prompt",
"APPLY": "Apply",
"DELETE": "Delete Node",
"CONDITION_TRUE": "True",