Feature request — Sign outgoing messages with the agent’s name (Chatwoot app) #1214
Closed
rquero-dev
started this conversation in
Ideas
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
We are currently collecting feedback on the ChatWoot integration and will fix bugs and add features in the next iteration once we have a better understanding of what users are using! You can track all requests by the label: Let's see how many |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context
In the WAHA ↔ Chatwoot integration, teams often want customers to clearly see who is replying. Today, WAHA forwards agent replies as-is. Many organizations add manual signatures like “— Ana (Support)”, but that’s error-prone and inconsistent.
Proposal
Add an optional message signature feature so WAHA can automatically append (or prepend) the current assignee’s identity to agent-originated messages before sending them to WhatsApp.
Suggested configuration (backward-compatible: default = off)
WAHA_APPS_CHATWOOT_SIGNATURE_MODEnone(default) — no signatureagent— use current assignee’s namecustom— render a templateWAHA_APPS_CHATWOOT_SIGNATURE_POSITION:suffix|prefix(default:suffix)WAHA_APPS_CHATWOOT_SIGNATURE_TEMPLATE(used whenMODE=custom), supports variables:{{agent.name}},{{agent.initials}},{{agent.email}}(optional),{{team.name}}"— {{agent.name}} ({{team.name}})"WAHA_APPS_CHATWOOT_SIGNATURE_WHEN:agent_messages(default) — only for messages authored by a human agentall_outbound— also for bot/macros, if desired(Optional)
WAHA_APPS_CHATWOOT_SIGNATURE_NEWLINE=true|false(default:true)Places the signature on a new line.
(Optional)
WAHA_APPS_CHATWOOT_SIGNATURE_MEDIA=false|true(default:false)Avoids adding signatures to media-only messages.
Behavior / Acceptance criteria
agent.name) is used; if unknown, fall back tosender.name.Notes / Privacy
{{agent.email}}by default.Benefits
Happy to help test the feature with WAHA Plus + Chatwoot (multiple inboxes, reassignment flows, media messages, and templates).
Comment +1 for help this 🙌
Beta Was this translation helpful? Give feedback.
All reactions