Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
hi, i have successfully integrate with whatsapp using the guide that livehelperchat give.
i would like to find a way to have automated respond for any new created chat through whatsapp same as auto respond setup using department auto respond or to collect custom attribute from whatsapp user respond. is anyway to do it?
another question is, how to append current rest api variable for example, for a reply from operator to users, i want to include operator name in the reply message to the users. anyway to do it?
for example if can append the operator name in restapi call as below ?
{"args": {
"to": {{args.chat.incoming_chat.chat_external_id}},
"content": "{{chat.user_id}}:{{msg_url}}"
}}
but seems it's not working
thanks
Last edited by hafriz (2021-06-22 09:09:21)
Offline
In recent update I added support for raw_{{}chat.user_id}} where only content would be json encoded but not wrapped in quotes. https://doc.livehelperchat.com/docs/bot … -variables
So yo use operator you could send something like raw_{{args.chat.plain_user_name}} or raw_{{args.msg.name_support}}
Offline
Hello hafriz,
Could you tell me with which guide you performed the successful integration with WhatsApp. Since I see that there are several methods.
tks
Offline
Hello, I answer my question.
There was a successful integration with the Twillio guide.
Offline