New to Bubble and writing web apps. My app creates a QR code. The QR is scanned and pops a URL with a profile. A message button is pushed and the person can text with user of the account. This is using Twilio. The interaction needs to be logged into the user’s account. My app is writing the data into the data fields by no maintaining the user login. Will I need to use an endpoint API for this?
Thanks in advance.