Kit
Kit is a platform that allows creators to automate tasks and developers to build apps for the Kit App Store.
In development
Cataloged and scoped, not yet available to run in production.
- 42
- actions
Integrations
View provider documentationActions
Operations this integration can perform.
Add Subscriber to Form
Add an existing subscriber to a form by their IDs. This action associates a subscriber with a form in Kit. The subscriber must already exist in your Kit account (use KIT_LIST_SUBSCRIBERS to find them). The form must also exist (use KIT_LIST_FORMS to find valid form IDs). Returns HTTP 201 if the subscriber is newly added to the form, or HTTP 200 if they were already associated with the form. Both cases are considered successful operations. Important: This action requires both form_id and subscriber_id (aliased as 'id' in requests). An optional referrer URL can be provided for tracking purposes and will have its UTM parameters automatically parsed.
Add Subscriber to Form by Email
Tool to add an existing subscriber to a form using their email address. Use when you know the subscriber's email but not their ID. The subscriber must already exist in your Kit account before adding them to a form. Returns HTTP 201 if the subscriber is newly added to the form, or HTTP 200 if they were already associated with the form.
Create Broadcast
Tool to create a new broadcast (email campaign) to send to subscribers. Use when you need to draft, schedule, or immediately publish an email broadcast. To save as draft, set send_at to null; to schedule, provide a future send_at timestamp; to publish to web, set public to true.
Create Custom Field
Tool to create a new custom field for subscriber data. Use when you need to store extra attributes for subscribers.
Create Subscriber
Tool to create a new subscriber or update an existing one (upsert). If a subscriber with the provided email address does not exist, creates one. If already exists, updates the first name.
Create Tag
Tool to create a new tag in the account. Use when you need a custom label to segment subscribers. Use after confirming tag uniqueness to avoid duplicates. Example: "Create a tag called 'VIP' for premium customers."
Create Webhook
Creates a webhook subscription for real-time event notifications. Use this to receive HTTP POST notifications when subscriber events (activate, unsubscribe, form subscribe, tag add/remove, link clicks, etc.) or purchase events occur in your Kit account.
Delete Broadcast
Tool to delete a specific broadcast. Use when you need to permanently remove a broadcast by ID (after confirming the ID). Example prompt: "Delete broadcast with ID 123"
Triggers
Events that start workflows from this integration.
Purchase Created
Fires when a purchase is created in Kit.
Subscriber Activated
Fires when a subscriber is activated in Kit.
Tag Added to Subscriber
Fires when a tag is added to a subscriber in Kit.
Subscriber Unsubscribed
Fires when a subscriber unsubscribes in Kit.
Related integrations
Don't see the exact action you need?
Tell us what you're trying to connect and we'll help you evaluate whether it fits the current catalog or needs prioritizing.