Is there a way to send costume text. as bot not user?
for example this! I want this method FxoMessenger.sendMessage(‘Hey’); sent by bot not by user.
how can I do that please help
Is there a way to send costume text. as bot not user?
for example this! I want this method FxoMessenger.sendMessage(‘Hey’); sent by bot not by user.
how can I do that please help
Hi Marc,
Unfortunately no there would be no way of sending the message as the bot. The sendMessage method is designed to be able to trigger a specific flow and therefore needs to be a user message.
Is there other way?
How about a method that display like FxoMessenger.display(‘Something’);
Its should be great though if there are more methods and function.
Hi @mcfaith
Unfortunately there’s no way to do that at the moment.