Expose userId, contactId and conversationId from the widget #8652
virus2016
started this conversation in
Feature Requests
Replies: 1 comment
|
PR-807 Expose userId, contactId and conversationId from the widget |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is your feature or enhancement related to a problem? Please describe.
The widget must be interoperable with the backend SDK. For instance, when a customer initiates a conversation, the website or app should be capable of appending additional details and potentially even dispatching a response to the customer upon the completion of an action.
Describe the solution you'd like
setUser > getUser > call our api with user Id from widget > send a message to the customer from the api using the Chatwood sdk
Describe alternatives you've considered
Use my own api to create a user first, then tell chatwood the id
Additional context
No response
All reactions