I’ve connected Intercom with Textlocal via Zapier, yet I haven’t found a way to develop a tailor-made zap. For instance, I’m looking to have a zap fire when a user registered on Intercom either completes a purchase or has a low wallet balance. I’m curious if someone has managed to establish such personalized trigger conditions before. Any insights or shared experiences regarding custom trigger setups would be greatly appreciated.
In my experience, creating personalized triggers requires a multi-step approach that goes beyond simple filtering. Rather than relying solely on Zapier’s built-in filters, I have found that incorporating a code step to evaluate conditions gives me much more control. By using a small JavaScript snippet within the Zap, I can assess multiple parameters such as purchase completion and wallet balance, and then decide if the zap should proceed. This method demands some coding knowledge but also provides the flexibility needed when native filters fall short in handling complex conditions.
hey, i solved this by adding a filter step determining if user did purchase or low wallet balance. kinda dodgy but it did the trick. try combining conditions and giving it a good tweak, it worked for me!