You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this gem creates a new message object different from the incoming payload, I was wondering whether anybody had thoughts on best way to integrate with bot analytics vendors?
Below is the json data that needs to be passed to typical vendors like dashbot.io via REST.
Oh, cool, I never thought of this. You can get at the original object at message.messaging, though, so you can pass it to the analytics service in your code using that.
Since this gem creates a new message object different from the incoming payload, I was wondering whether anybody had thoughts on best way to integrate with bot analytics vendors?
Below is the json data that needs to be passed to typical vendors like dashbot.io via REST.
INCOMING
OUTGOING
The text was updated successfully, but these errors were encountered: