Hi ,
I have created a zap to integrate firestore with mailerlite.
whenever a document is created in user collection of firestore he will gets subscribed to mailerlite group, this works good. Now I want to extend the functionality.
Is there a way to achieve the following.
- Whenever there is update in the user collection of firestore , mailerlite should get updated. Currrently I do see option only for firestore document creation not for update.
- Is there a way that I can add user to groups based on condition?
Thanks