I’m creating my first app and I would like to link my Monday database with Adalo.
I don’t know a lot about it but I understood that I needed to create an API. So I created one, however when I past it in the blank space for it, it says that the operation can’t be completed.
Anyone faced this situation or could see the mistake here?
Thank you !
Thank you for the fast reply!
You already helped me by telling me that I can deal without creating API, however I’m facing other questions now
I want users to be able to login ONLY if their email address is saved in my Monday database. Is this possible? and do I need to get through Monday’s API to do so?
Then you could use a custom action or external collections (you need to be on a paid plan or the integrations trial to use this) to search your users in Monday.
You would have two screens for the email validation:
Email NOT saved in your Monday database:
– Link to this screen ONLY if the email that the user entered in the first step is NOT in your database. "Oh no! We did not find your email in our records/database"
Email saved in your Monday database:
– Link to this screen ONLY if the email that the user entered in the first step is in your database. Also, I would put for this screen "Sucess! We found your email in our records/database"
Thank you!
I am currently in the integration trial so I’m going to try that.
However I still don’t get how to use the custom action, cause it requires API I the 2nd step, and I don’t know how to find it is there any chance you could help with that?
Hi @James_App_Maker , @Typhaine ,
Did you already test the API with ADALO? Not sure if it will run, as the API is based on GraphQL, and as far as I know, ADALO does not support GraphQL at the moment.