Kit

Learn how to use Kit with Composio

Overview

SLUG

KIT

Description

Template description for kit

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: KIT_ADD_SUBSCRIBER_TO_FORM

Tool to add a subscriber to a specific form by id. use after confirming form and subscriber ids.

Action Parameters

form_id
integerRequired
id
integerRequired
referrer
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: KIT_CREATE_CUSTOM_FIELD

Tool to create a new custom field for subscriber data. use when you need to store extra attributes for subscribers.

Action Parameters

label
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: KIT_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."

Action Parameters

name
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: KIT_CREATE_WEBHOOK

Tool to create a new webhook subscription. use when you need subscriber or purchase event notifications.

Action Parameters

event
objectRequired
target_url
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: KIT_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"

Action Parameters

id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: KIT_DELETE_CUSTOM_FIELD

Tool to delete a specific custom field. use after confirming the custom field id is correct. deletes the field permanently.

Action Parameters

id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: KIT_DELETE_SUBSCRIBER

Tool to delete (unsubscribe) a subscriber by id. use when you need to remove a subscriber from all sequences and forms after confirming the subscriber exists.

Action Parameters

id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: KIT_DELETE_TAG

Tool to delete a tag by id. use when you need to remove obsolete or incorrect tags after confirming the tag exists.

Action Parameters

id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: KIT_DELETE_WEBHOOK

Tool to delete a webhook by id. use when you want to permanently remove a webhook after confirming its id.

Action Parameters

id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: KIT_GET_ACCOUNT

Tool to retrieve current account information. use after validating api key to fetch account id, plan type, primary email, and timezone details.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: KIT_GET_ACCOUNT_COLORS

Tool to retrieve list of colors associated with the account. use after confirming authentication to fetch account-specific color palette.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: KIT_GET_BROADCAST

Tool to retrieve details of a specific broadcast by id. use when you have a valid broadcast id and need its metadata.

Action Parameters

id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: KIT_GET_BROADCAST_STATS

Tool to retrieve statistics for a specific broadcast by id. use after a broadcast has been sent to monitor performance.

Action Parameters

id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: KIT_GET_CREATOR_PROFILE

Tool to retrieve the creator profile information for the account. use when you need creator metadata (bio, avatar, social links) before publishing or customizing content.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: KIT_GET_EMAIL_STATS

Tool to retrieve email statistics for the account. use after confirming authentication to fetch metrics on emails (sent, opened, clicked) over the last 90 days.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: KIT_LIST_BROADCASTS

Tool to retrieve a paginated list of all broadcasts. use when you need to enumerate or review broadcast summaries with cursor-based pagination.

Action Parameters

after
string
before
string
include_total_count
string
per_page
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: KIT_LIST_CUSTOM_FIELDS

Tool to retrieve a paginated list of custom fields. use after confirming you need to enumerate or inspect all custom fields with cursor-based pagination.

Action Parameters

after
string
before
string
include_total_count
string
per_page
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: KIT_LIST_FORMS

Tool to list all forms. use when you need to fetch forms with optional filters and pagination.

Action Parameters

after
string
before
string
include_total_count
string
per_page
integer
status
string
type
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: KIT_LIST_SEGMENTS

Tool to retrieve a paginated list of segments. use when you need to enumerate segments with cursor-based pagination for further processing or display.

Action Parameters

after
string
before
string
include_total_count
string
per_page
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: KIT_LIST_SEQUENCES

Tool to retrieve a paginated list of all sequences. use when you need to enumerate sequences with pagination for further processing or display.

Action Parameters

after
string
before
string
include_total_count
string
per_page
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired