I’m using Zapier to pull calendar events from my team’s cal, crosscheck attendee emails with our CRM, and send a survey to our team members who were on the cal invite so they can provide feedback on the meeting that is fed back into the CRM.
I’m wondering if there’s a way to execute the following two functions using code on Zapier, or if something like the Formatter might help me accomplish this.
I want to input the list of emails e.g. bob@myco.com, jane@externalcompany.com, tom@externalcompany.com, susan@myco.com, hermione@myco.com
and receive two outputs:
myAttendees: the emails of all the people on the list from my domain (myco.com) e.g. bob@myco.com, susan@myco.com, hermione@myco.com
qty: the quantity of my team members on the list. e.g. 3
Is this possible? Thank you in advance for any ideas!!! I’m wishing right about now that I had gotten into python when I had the chance…