ConvertKit
EmailAPI keycredential probe
Kit (formerly ConvertKit) subscribers, tags, forms and sequences on API v4.
OCNORA ships 24 typed ConvertKit operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.kit.com/v4 through the HTTP node with the same credential.
Triggers 1
- EventStart a run when Kit (ConvertKit) emits an event — a subscriber, tag, form, sequence or broadcast change.trigger.convertkit_event
Operations 24
- Add Subscriber To FormSubscribe an existing subscriber to a form, identified either by their Kit id or by their email address.convertkit.add_subscriber_to_form
- Add Subscriber To SequenceEnrol an existing subscriber in a sequence, identified either by their Kit id or by their email address.convertkit.add_subscriber_to_sequence
- Bulk Create SubscribersCreate many subscribers in one call, reporting Kit's per-item failures for a batch it processed synchronously.convertkit.bulk_create_subscribers
- Bulk Create TagsCreate many tags in one call, returning the tags Kit created or matched and any it refused.convertkit.bulk_create_tags
- Bulk Tag SubscribersApply many tag-to-subscriber pairs in one call, reporting Kit's per-pair failures for a batch it processed synchronously.convertkit.bulk_tag_subscribers
- Create SequenceCreate an email sequence and set the schedule it sends on.convertkit.create_sequence
- Create SubscriberCreate a subscriber from an email address, or return the existing record when Kit already knows that address.convertkit.create_subscriber
- Create TagCreate a tag by name, or return the existing tag when the name is already taken (Kit matches names case-insensitively).convertkit.create_tag
- Get AccountFetch the authenticated Kit account and user, including the plan and the verified sending addresses.convertkit.get_account
- Get SequenceFetch one sequence by its Kit id, with its schedule and email count.convertkit.get_sequence
- Get SubscriberFetch one subscriber by their Kit id, with their custom field values.convertkit.get_subscriber
- List Subscribers For FormList the subscribers who joined through one form, each with the time they were added and the referrer they arrived on.convertkit.list_form_subscribers
- List FormsList the account's forms and landing pages, filtering by status or type.convertkit.list_forms
- List Subscribers For SequenceList the subscribers enrolled in one sequence, each with the time they entered it.convertkit.list_sequence_subscribers
- List SequencesList the account's email sequences, optionally with their send statistics.convertkit.list_sequences
- List Subscriber TagsList the tags applied to one subscriber, each with the time it was applied.convertkit.list_subscriber_tags
- List SubscribersList and search subscribers on the account, filtering by email address, state or sign-up date and paging with Kit's cursors.convertkit.list_subscribers
- List Subscribers For TagList the subscribers carrying one tag, each with the time the tag was applied to them.convertkit.list_tag_subscribers
- List TagsList every tag on the account, optionally with each tag's subscriber count.convertkit.list_tags
- Remove Tag From SubscriberRemove a tag from a subscriber, identified either by their Kit id or by their email address. The subscriber itself is kept.convertkit.remove_tag_from_subscriber
- Tag SubscriberApply a tag to a subscriber, identified either by their Kit id or by their email address.convertkit.tag_subscriber
- Unsubscribe SubscriberMove a subscriber to the cancelled state, keeping their record, history and tags in the account.convertkit.unsubscribe_subscriber
- Update SubscriberUpdate a subscriber's email address, first name or custom field values.convertkit.update_subscriber
- Rename TagRename an existing tag; it keeps its id and all of its subscribers.convertkit.update_tag
Run your first ConvertKit workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.