Skip to main content

I have a Zap set up to tag newsletter subscribers in Kit after they fill out a Typeform survey. There are 15 tags. Is there any way to set up this automation so that each tag doesn’t count as a task (and require 15 tasks for every newsletter sign-up)? Or is this just how it is?

Hey ​@theindex.coffee,

I don’t think there is an easy way to reduce the number of tasks for tagging. The possibility is by using Code by Zapier action and Kit Api to implement all the tagging functions in the code. I usually don’t recommend this for just reducing the tasks because it takes away the user friendliness of Zapier and becomes a bit harder to maintain. The only caveat is if you already have the technical knowledge or have resources to get it done.


Hi ​@theindex.coffee 

The Kit API endpoints indicate that each Tag has to be added individually.

But you should be able to use the Bulk Tag Subscribers endpoint to add N Tags to the same Subscriber.

Kit API: https://developers.kit.com/api-reference/tags/bulk-tag-subscribers

 

 

Options to explore:

 

 


Reply