Hello All,
My team is working hard to integrate a new multi auth system into our 3rd party integration for phoneburner.com . This would allow for users to select what phoneburner account they would like a given integration to be bound to. The flow is as follows.
Upon Selection of a new integration our app does a lookup in our database based on monday.com token (account ID and User ID). After this lookup the user is redirected to an external react page in witch the current auths (Lookup values) are displayed / option to add new accounts. After the user selects an account from the list of auths they are redirected to the back url to complete the integration.
The issue we are facing is once this user is sent to the backurl, to complete the integration, we are not able to send the selected account through the url. We need to pass something from the external page back to the integration button as upon completing the integration it will add a webhook in our database. We need a way to tie this webhook to the phoneburner account they selected on the external page.
If anyone has figured out a fix or has any ideas for this please let me know!