Open kuriel-trivu opened 3 years ago
In the log we can see the object passed in the method setAttributes, in the next message we can see the {{name}} instead of the value:
@kuriel-trivu did you manage to get this working?
momentsSDK not working in my case, Whenever I tried it says timeOut
when using method:
momentsSDK.setAttributes(attrs)
attrs are key : value (both strings)
When moments is closed, the chat does not get the custom attributes, like {{name}} for example, the attribute was typed in the moments app.
The next message sent by the bot is like:
Thank you {{name}}, we are done.
instead of
Thank you Bob, we are done.
(for example)