-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE]: Crisp chat user registration / login integration #1670
Comments
|
|
|
@migbash Update on last active |
Does a duplicate issue exist?
🤔 Is feature request related to a problem? Please describe the problem.
No response
📝 Feature Request Description
Since we must contact users to welcome them to the platform and inform them about essential features, we must integrate Crisp chat to gather the most relevant user data.
DATA TO BE ADDED TO CRIP USERS:
The data is added on registration and updated in every login.
➕ Further context and resources (cumulative)
We need to add the number of competition participations into the Firestore user profile:
This data can be gathered from the Hasura db:
competitions/data
How to add users and integrate custom data:
https://help.crisp.chat/en/article/how-can-i-automatically-set-custom-data-1xh7pqk/
https://docs.crisp.chat/references/rest-api/v1/#add-a-people-event
[22/09/2023]
Upon testing, it was noticed that the initial data for endpoint
.../website/:website_id/people/events/:people_id
does not update the correct segment ofcustom data
as expected. Instead, the use of the.../v1/website/{website_id}/people/data/{people_id}
and/or.../v1/website/:website_id/people/data/:people_id
endpoints.The text was updated successfully, but these errors were encountered: