How to find a tag id in Convertkit
Published:
Finding a tag ID in convertkit is simple. You don’t need to use the API. Using the API is a roundabout way if you want to find a specific tag ID.
Here are the steps:
- Click the tag in Convertkit
- Look at the URL.
- Find the
subscribable_ids
parameter
Here’s an example:
https://app.convertkit.com/subscribers?subscribable_ids=3061839&subscribable_type=tag
In this case, the tag ID is 3061839
.