How can I get variables filled in bulk by multiple users via API? #3475
odaviribeiro1
started this conversation in
General
Replies: 2 comments 1 reply
-
This sounds achievable with chatflow - you might be able an HTTP request method to write the user variables into a database. have you tried this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've created an application in which the user can only interact with the chatbot if they first provide their name, email address and telephone number. Now I need to retrieve this information provided by users via API and store it in a database. I haven't found an efficient way of doing this in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions