NAiOS IconNAiOS Logo
Volver al catálogo

Kit

kit

Kit is a platform that allows creators to automate tasks and developers to build apps for the Kit App Store.

Acciones
29
Triggers
0
Autenticación
OAuth gestionado
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (29)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Add Subscriber to FormKIT_ADD_SUBSCRIBER_TO_FORMAcción

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

Parámetros de entrada

  • idintegerObligatorio

    The ID of the subscriber to add to the form.

  • form_idintegerObligatorio

    The ID of the form to which the subscriber will be added.

  • referrerstring

    The URL from which the subscriber was referred.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Custom FieldKIT_CREATE_CUSTOM_FIELDAcción

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

Parámetros de entrada

  • labelstringObligatorio

    The display label for the custom field (e.g., 'Favorite Color').

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create TagKIT_CREATE_TAGAcción

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."

Parámetros de entrada

  • namestringObligatorio

    Name of the tag to be created.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create WebhookKIT_CREATE_WEBHOOKAcción

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

Parámetros de entrada

  • eventobjectObligatorio

    Webhook event configuration.

  • target_urlstringObligatorio

    URL to receive webhook POST notifications.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete BroadcastKIT_DELETE_BROADCASTAcción

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"

Parámetros de entrada

  • idintegerObligatorio

    Unique identifier of the broadcast to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Custom FieldKIT_DELETE_CUSTOM_FIELDAcción

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

Parámetros de entrada

  • idintegerObligatorio

    Unique identifier of the custom field to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete SubscriberKIT_DELETE_SUBSCRIBERAcción

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.

Parámetros de entrada

  • idintegerObligatorio

    Unique identifier of the subscriber to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete TagKIT_DELETE_TAGAcción

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

Parámetros de entrada

  • idintegerObligatorio

    Unique identifier of the tag to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete WebhookKIT_DELETE_WEBHOOKAcción

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

Parámetros de entrada

  • idintegerObligatorio

    Unique identifier of the webhook to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get AccountKIT_GET_ACCOUNTAcción

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

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Account ColorsKIT_GET_ACCOUNT_COLORSAcción

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

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get BroadcastKIT_GET_BROADCASTAcción

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

Parámetros de entrada

  • idintegerObligatorio

    Unique identifier of the broadcast to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Broadcast StatsKIT_GET_BROADCAST_STATSAcción

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

Parámetros de entrada

  • idintegerObligatorio

    Unique identifier of the broadcast to fetch statistics for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Creator ProfileKIT_GET_CREATOR_PROFILEAcción

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.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Email StatsKIT_GET_EMAIL_STATSAcción

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.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List BroadcastsKIT_LIST_BROADCASTSAcción

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

Parámetros de entrada

  • afterstring

    Cursor for pagination; returns results after the specified cursor.

  • beforestring

    Cursor for pagination; returns results before the specified cursor.

  • per_pageinteger

    Number of results per page; must be between 1 and 500.

  • include_total_countstring

    If set to 'true', includes the total count of records in the response.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Custom FieldsKIT_LIST_CUSTOM_FIELDSAcción

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.

Parámetros de entrada

  • afterstring

    Cursor for pagination; returns results after the specified cursor.

  • beforestring

    Cursor for pagination; returns results before the specified cursor.

  • per_pageinteger

    Number of results per page; defaults to 500 if not specified.

  • include_total_countstring

    If set to 'true', includes the total count of records in the response.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List FormsKIT_LIST_FORMSAcción

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

Parámetros de entrada

  • typestringenum

    Filter forms by type.

    embedhosted
  • afterstring

    Cursor for pagination; returns results after the specified cursor.

  • beforestring

    Cursor for pagination; returns results before the specified cursor.

  • statusstring

    Filter forms by status (e.g., 'active', 'archived').

  • per_pageinteger

    Number of forms to return per page.

  • include_total_countstringenum

    If set to 'true', includes the total count of forms in the response.

    truefalse

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List SegmentsKIT_LIST_SEGMENTSAcción

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

Parámetros de entrada

  • afterstring

    Cursor for pagination; returns results after this cursor.

  • beforestring

    Cursor for pagination; returns results before this cursor.

  • per_pageinteger

    Number of segments to return per page (min 1).

  • include_total_countstringenum

    If set to 'true', includes the total count of segments in the response.

    truefalse

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List SequencesKIT_LIST_SEQUENCESAcción

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

Parámetros de entrada

  • afterstring

    Cursor for pagination; returns results after the specified cursor.

  • beforestring

    Cursor for pagination; returns results before the specified cursor.

  • per_pageinteger

    Number of results per page (max 500).

  • include_total_countstringenum

    If set to 'true', includes the total count in the pagination.

    truefalse

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List SubscribersKIT_LIST_SUBSCRIBERSAcción

Tool to retrieve a list of subscribers. use when you need to fetch subscriber records with optional filtering, sorting, and pagination.

Parámetros de entrada

  • afterstring

    Cursor for pagination; returns subscribers after this cursor.

  • beforestring

    Cursor for pagination; returns subscribers before this cursor.

  • statusstring

    Filter by subscriber status (e.g., 'active' or 'inactive').

  • per_pageinteger

    Number of subscribers to return per page (min 1).

  • sort_fieldstring

    Field by which to sort the subscribers.

  • sort_orderstringenum

    Order in which to sort the results.

    ascdesc
  • created_afterstring

    Filter to subscribers created after this date (YYYY-MM-DD).

  • email_addressstring

    Exact email address to filter by.

  • updated_afterstring

    Filter to subscribers updated after this date (YYYY-MM-DD).

  • created_beforestring

    Filter to subscribers created before this date (YYYY-MM-DD).

  • updated_beforestring

    Filter to subscribers updated before this date (YYYY-MM-DD).

  • include_total_countstringenum

    If set to 'true', includes the total count of subscribers in the response.

    truefalse

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Subscribers For FormKIT_LIST_SUBSCRIBERS_FOR_FORMAcción

Tool to retrieve subscribers for a specific form by id. use when you need to page or filter subscribers of a form.

Parámetros de entrada

  • afterstring

    Cursor for pagination; returns results after this cursor.

  • beforestring

    Cursor for pagination; returns results before this cursor.

  • statusstring

    Filter subscribers by status (e.g., 'active').

  • form_idintegerObligatorio

    ID of the form whose subscribers you want to retrieve.

  • per_pageinteger

    Number of results to return per page (min 1).

  • added_afterstring

    Return subscribers added to the form after this date/time (ISO 8601).

  • added_beforestring

    Return subscribers added to the form before this date/time (ISO 8601).

  • created_afterstring

    Return subscribers created after this date/time (ISO 8601).

  • created_beforestring

    Return subscribers created before this date/time (ISO 8601).

  • include_total_countstringenum

    If 'true', includes the total count of subscribers in the response.

    truefalse

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List TagsKIT_LIST_TAGSAcción

Tool to retrieve a list of all tags. use when you need a complete inventory of tags for the kit account.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Tag SubscribersKIT_LIST_TAG_SUBSCRIBERSAcción

Tool to retrieve subscribers for a specific tag. use after confirming the tag id when you need to list subscribers associated with a tag.

Parámetros de entrada

  • afterstring

    Cursor for pagination; returns subscribers after this cursor.

  • beforestring

    Cursor for pagination; returns subscribers before this cursor.

  • statusstring

    Filter by subscriber status ('active' or 'inactive').

  • tag_idintegerObligatorio

    Unique identifier of the tag to retrieve subscribers for

  • per_pageinteger

    Number of subscribers to return per page (min 1).

  • tagged_afterstring

    Filter to subscribers tagged after this timestamp (ISO 8601).

  • created_afterstring

    Filter to subscribers created after this timestamp (ISO 8601).

  • tagged_beforestring

    Filter to subscribers tagged before this timestamp (ISO 8601).

  • created_beforestring

    Filter to subscribers created before this timestamp (ISO 8601).

  • include_total_countstringenum

    If set to 'true', includes total count of subscribers in the response.

    truefalse

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Tag SubscriberKIT_TAG_SUBSCRIBERAcción

Tool to associate a subscriber with a specific tag by id. use after confirming tag and subscriber ids when tagging a subscriber.

Parámetros de entrada

  • tag_idintegerObligatorio

    ID of the tag to assign

  • subscriber_idintegerObligatorio

    ID of the subscriber to tag

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Tag Subscriber by EmailKIT_TAG_SUBSCRIBER_BY_EMAILAcción

Tool to associate a subscriber with a tag using an email address. use when you have a tag id and subscriber email ready. use after confirming both resources exist.

Parámetros de entrada

  • tag_idintegerObligatorio

    The ID of the tag to assign to the subscriber

  • email_addressanyObligatorioemail

    The subscriber's email address

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Account ColorsKIT_UPDATE_ACCOUNT_COLORSAcción

Tool to update the list of colors for the account. use when customizing your kit account's color palette for broadcasts and templates.

Parámetros de entrada

  • colorsstring[]Obligatorio

    List of hex color codes to set for the account (e.g., '#008000', '#FF0000').

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Custom FieldKIT_UPDATE_CUSTOM_FIELDAcción

Tool to update a custom field's label. use after listing or retrieving custom fields and confirming the field id to rename.

Parámetros de entrada

  • idintegerObligatorio

    Unique identifier of the custom field to update

  • labelstringObligatorio

    New label for the custom field

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update TagKIT_UPDATE_TAGAcción

Tool to update a tag's name by id. use after retrieving tag id and confirming the new name.

Parámetros de entrada

  • idintegerObligatorio

    Unique identifier of the tag to update

  • namestringObligatorio

    New name for the tag

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not