brave-butcher-38884
07/19/2023, 12:27 PMdiff
- TLDR: Need an authentication system that can pass variables back to the bot if authentication === true
I got a question myself if anyone could help out:
Im trying to make a authentication system where the user sends a code to the chatbot, if the code matches a record in my airtable, I want the record passed back to the bot (all the fields that belong to that matching record) as variables that can be accessed by botpress
I'm currently using a webhook that passes the code to zapier and queries the database for matching records... im just stuck at passing the record back to the bot.
Any help is appreciated 😄