Create a tag in Kit.com (formerly ConvertKit)

I’m trying to create a tag in Kit. I need to use the module Make an API call.

This is Make’s dialog

This is the documentation for v4 API


It seems I just have to specify the tag in the body.
But it returns just “Error”.

This is the documentation for v3:

So it seems I have to specify the JSON in the body.
But if I do it, it returns Error Invalid JSON.

What should I do?

Blueprint:
blueprint.json (103.6 KB)

2 Likes

Hi @AlbertoCabasVidani

You should remove “\” from json and pass api key in body as specified on v3 doc and also use v3 in url as the help dialogue says.

Regards
Msquare Automation - Platinum partner of Make
@Msquare_Automation

1 Like

Thanks.
I was already using the v3 url, I took the screenshot when I tried v4.
I didn’t insert the /. But something was wrong when copy/pasting from the documentation.

I pasted the json in an onilne formatter. Apparently, it didn’t change anything. But when I pasted from the formatter, it worked.

1 Like

Hi @AlbertoCabasVidani

Glad to know it worked for you

Regards
Msquare Automation - Platinum partner of Make
@Msquare_Automation

1 Like