OCNORA

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

  • Event
    Start a run when Kit (ConvertKit) emits an event — a subscriber, tag, form, sequence or broadcast change.
    trigger.convertkit_event

Operations 24

  • Add Subscriber To Form
    Subscribe 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 Sequence
    Enrol an existing subscriber in a sequence, identified either by their Kit id or by their email address.
    convertkit.add_subscriber_to_sequence
  • Bulk Create Subscribers
    Create many subscribers in one call, reporting Kit's per-item failures for a batch it processed synchronously.
    convertkit.bulk_create_subscribers
  • Bulk Create Tags
    Create many tags in one call, returning the tags Kit created or matched and any it refused.
    convertkit.bulk_create_tags
  • Bulk Tag Subscribers
    Apply 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 Sequence
    Create an email sequence and set the schedule it sends on.
    convertkit.create_sequence
  • Create Subscriber
    Create a subscriber from an email address, or return the existing record when Kit already knows that address.
    convertkit.create_subscriber
  • Create Tag
    Create a tag by name, or return the existing tag when the name is already taken (Kit matches names case-insensitively).
    convertkit.create_tag
  • Get Account
    Fetch the authenticated Kit account and user, including the plan and the verified sending addresses.
    convertkit.get_account
  • Get Sequence
    Fetch one sequence by its Kit id, with its schedule and email count.
    convertkit.get_sequence
  • Get Subscriber
    Fetch one subscriber by their Kit id, with their custom field values.
    convertkit.get_subscriber
  • List Subscribers For Form
    List 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 Forms
    List the account's forms and landing pages, filtering by status or type.
    convertkit.list_forms
  • List Subscribers For Sequence
    List the subscribers enrolled in one sequence, each with the time they entered it.
    convertkit.list_sequence_subscribers
  • List Sequences
    List the account's email sequences, optionally with their send statistics.
    convertkit.list_sequences
  • List Subscriber Tags
    List the tags applied to one subscriber, each with the time it was applied.
    convertkit.list_subscriber_tags
  • List Subscribers
    List 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 Tag
    List the subscribers carrying one tag, each with the time the tag was applied to them.
    convertkit.list_tag_subscribers
  • List Tags
    List every tag on the account, optionally with each tag's subscriber count.
    convertkit.list_tags
  • Remove Tag From Subscriber
    Remove 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 Subscriber
    Apply a tag to a subscriber, identified either by their Kit id or by their email address.
    convertkit.tag_subscriber
  • Unsubscribe Subscriber
    Move a subscriber to the cancelled state, keeping their record, history and tags in the account.
    convertkit.unsubscribe_subscriber
  • Update Subscriber
    Update a subscriber's email address, first name or custom field values.
    convertkit.update_subscriber
  • Rename Tag
    Rename 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.