Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
In a bot I'm trying to verify an email address was given or collect it.
In a response type 'Execute action' trigger I am asking for an email input, send that to an extension which verifies it against users in an external database, if found I'm setting chat->email chat->update and if not found I'm sending a failure flag which is all working. I tried adding a response type, 'Check for conditions' before it with lhc.email != value(blank), value null etc and am having no luck. Is there a way I could verify the email trigger has been run and answered and skip asking it again?
Thanks for reading it.
Offline
I’ll check on monday and if empty does not work I’ll add dedicated condition for that case.
Meanwhile tou can try to use “ Restrict execution more than defined times”
Offline
Thanks for reply and I thought of the limit but also thought if mistake in address or typing or anything and limit was reached...
In the same thought, in 'Check for conditions' you have a 'if conditions are met', what about if not met? Thanks again.
Offline
Yes that's good Idea. I'll do something about that on monday/tuesday
Offline
Please try these changes. Should solve your problem
https://github.com/LiveHelperChat/liveh … 7e5435b48f
Offline
Excellent worked perfect, thank you, have a drink on me
Offline
Also you can check this article I have written today for some fancy things you can do
https://doc.livehelperchat.com/docs/bot … conditions
Offline
Pages: 1