Hi I am very new in zapier
I would like to seek help from your experiences
I have a requirement where I want to display gmail tasks list into my app.
To handle this I want to use zapier.
I want to create my custom trigger which fetch the gmail tasks and as a action it store in my own database.
I have 3 platform to connect
- My app which have button to connect user to google
- I have my backend apis in node js which to help store access and refresh token of respective users in my table
- Zapier to handle authentication flow and once authenticate successfully i want to call trigger to fetch gmail records.
Please help me to achieve this task