Blocks
ConvertKit
Email marketing platform for creators
Integrate with ConvertKit (Kit) to manage email subscribers, create broadcasts, build landing pages, and automate email sequences. Perfect for bloggers, YouTubers, and online creators with OAuth 2.0 authentication (PKCE optional, higher rate limits).
Block Preview
ConvertKit
Email marketing platform for creators
Usage
- Add the block to your workflow and connect it to the upstream step.
- Connect the required credentials or OAuth provider before running.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the convertkit block with monitoring enabled in production.
Inputs (UI)
ConvertKit Account
oauth-inputPlaceholder: Select ConvertKit account
Layout: full
Provider: convertkit
Operation
dropdownLayout: full
Options: Add Subscriber, Get Subscriber, List Subscribers, Update Subscriber
Subscriber ID
short-inputPlaceholder: Enter subscriber ID
Layout: full
Condition: operation = ["get_subscriber","update_subscriber","add_tag","remove_tag"]
Placeholder: creator@example.com
Layout: full
Condition: operation = ["add_subscriber","update_subscriber"]
First Name
short-inputPlaceholder: Creator
Layout: half
Condition: operation = ["add_subscriber","update_subscriber"]
Tag ID
short-inputPlaceholder: Enter tag ID
Layout: full
Condition: operation = ["add_tag","remove_tag"]
Broadcast Subject
short-inputPlaceholder: Email subject line
Layout: full
Condition: operation = "create_broadcast"
Broadcast Content (HTML)
long-inputPlaceholder: <p>Your email content here</p>
Layout: full
Condition: operation = "create_broadcast"
Inputs (API)
credential
stringRequired
operation
stringRequired
subscriberId
stringOptional
Optional
firstName
stringOptional
tagId
stringOptional
subject
stringOptional
content
stringOptional
Outputs
Primary response type:
{
"data": "json"
}