Skip to main content
Kit (ConvertKit) logo

Kit (ConvertKit)

Manage Kit (ConvertKit): subscribers, tags, sequences, forms, broadcasts. Exposes 24 actions covering the full API surface the agent needs - read and write.

What it can do

MethodWhat it does
convertkit_meGet the authenticated creator's account info - GET /me.
convertkit_list_subscribersList all subscribers - GET /subscribers.
convertkit_get_subscriberGet one subscriber by UUID - GET /subscribers/{id}.
convertkit_create_subscriberAdd a new subscriber - POST /subscribers.
convertkit_update_subscriberUpdate an existing subscriber - PATCH /subscribers/{id}.
convertkit_delete_subscriberDelete a subscriber - DELETE /subscribers/{id}.
convertkit_list_formsList all opt-in forms - GET /forms.
convertkit_get_formGet one form's details - GET /forms/{id}.
convertkit_list_tagsList all tags - GET /tags.
convertkit_create_tagCreate a new tag - POST /tags.
convertkit_delete_tagDelete a tag - DELETE /tags/{id}.
convertkit_list_sequencesList all sequences (email automation courses) - GET /sequences.
convertkit_get_sequenceGet one sequence's details - GET /sequences/{id}.
convertkit_sequence_subscribeSubscribe a person to a sequence (automation course) - POST /sequences/{id}/subscribe.
convertkit_sequence_unsubscribeUnsubscribe a person from a sequence - DELETE /sequences/{id}/subscribe.
convertkit_list_custom_fieldsList all custom fields - GET /custom_fields.
convertkit_list_broadcastsList broadcasts (email newsletters) - GET /broadcasts.
convertkit_get_broadcastGet one broadcast's full details - GET /broadcasts/{id}.
convertkit_create_broadcastCreate a new broadcast (draft email) - POST /broadcasts.
convertkit_update_broadcastUpdate a broadcast (draft only) - PATCH /broadcasts/{id}.
convertkit_send_broadcastSend a broadcast to all subscribers - POST /broadcasts/{id}/publish.
convertkit_list_webhooksList all webhooks - GET /webhooks.
convertkit_create_webhookCreate a webhook - POST /webhooks.
convertkit_delete_webhookDelete a webhook - DELETE /webhooks/{id}.

How to get credentials

This connector uses an API key / token. Create one in the provider dashboard, then paste it into FlyMyAI:

Fields to fill in FlyMyAI

FlyMyAI fieldWhere it comes from
CONVERTKIT_API_KEYKit - Settings - Developer - API keys (v4).

Troubleshooting

  • 401 Unauthorized / 403 Forbidden - the token is wrong, expired, or missing a required scope - regenerate it.
  • 429 Too Many Requests - you hit the provider rate limit; retry after a short backoff.
  • Unexpected 4xx on writes - double-check required fields; the agent confirms before write actions.
We love our partners - FlyMy.AI builds with the best. Thanks, Kit (ConvertKit)!