FxoMessenger.sendMessage() as bot not user

(Marc Louie Cabigas) #1

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

(Karen Barker) #2

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. :thumbsup:

1 Like
(Marc Louie Cabigas) #3

@KarenBarker

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.

(Daniel Beckett) #4

Hi @mcfaith

Unfortunately there’s no way to do that at the moment.

1 Like