NAiOS IconNAiOS Logo
Volver al catálogo

Ritekit

ritekit

RiteKit offers a suite of APIs designed to enhance social media engagement by providing tools for hashtag generation, link shortening, and content analysis.

Acciones
15
Triggers
0
Autenticación
OAuth gestionado
No
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 (15)

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.

Auto HashtagRITEKIT_AUTO_HASHTAGAcción

Tool to automatically add relevant hashtags to a given post. use when you have plain text and need suggested hashtags appended or inserted in context.

Parámetros de entrada

  • poststringObligatorio

    Text of the post to add hashtags to

  • maxHashtagsinteger

    Maximum number of hashtags to add (default is 2)

  • hashtagPositionstringenum

    Position of hashtags: 'auto' to insert in context, 'end' to append at end (default is 'auto')

    autoend

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

Check Banned Instagram HashtagsRITEKIT_BANNED_INSTAGRAM_HASHTAGSAcción

Tool to identify which hashtags are banned on instagram. use when preparing content and need to filter out banned hashtags before posting.

Parámetros de entrada

  • tagsstring[]Obligatorio

    List of hashtags to check (without the leading '#'), 1-100 items

  • client_idstring

    RiteKit API client ID passed as 'client_id' query parameter (alternative to access_token)

  • access_tokenstring

    RiteKit OAuth2 access token passed as 'access_token' query parameter

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

Disposable Email DetectionRITEKIT_DISPOSABLE_EMAIL_DETECTIONAcción

Tool to detect if an email address is disposable. use before allowing sign-ups to filter out disposable emails.

Parámetros de entrada

  • emailstringObligatorio

    Email address to check for disposability

  • client_idstringObligatorio

    Your RiteKit API client ID; must be passed as 'client_id' query parameter

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

Free Email DetectionRITEKIT_FREEMAIL_DETECTIONAcción

Tool to detect whether an email address belongs to a free email provider. use when validating lead quality before ingestion.

Parámetros de entrada

  • emailanyObligatorioemail

    Email address to check for free-email provider

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 Access TokenRITEKIT_GET_ACCESS_TOKENAcción

Tool to obtain a ritekit access token. prefer using a stored token from connection metadata or request. falls back to oauth2 client credentials if both client id and client secret are provided and no token is otherwise available.

Parámetros de entrada

  • client_idstring

    Optional RiteKit API client ID.

  • access_tokenstring

    Optional access token. If provided, the action will return this token without making a network request.

  • client_secretstring

    Optional RiteKit API client secret.

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

RiteKit Get Client IDRITEKIT_GET_CLIENT_IDAcción

Tool to retrieve stored ritekit client id. use when child actions require the client id query parameter.

Parámetros de entrada

  • client_idstring

    Optional RiteKit API client ID. If not provided, the action attempts to read from connection metadata using keys: 'client_id', 'clientId', or 'client-id'.

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

RiteKit Get Client SecretRITEKIT_GET_CLIENT_SECRETAcción

Tool to retrieve stored ritekit client secret. use when child actions require the client secret parameter.

Parámetros de entrada

  • client_secretstring

    Optional RiteKit API client secret. If not provided, the action attempts to read from connection metadata using keys: 'client_secret', 'clientSecret', or 'client-secret'.

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

RiteKit Hashtag StatsRITEKIT_HASHTAG_STATSAcción

Tool to retrieve real-time engagement stats for up to 100 hashtags. use when you have a list of hashtags and need metrics like tweets, retweets, exposure, mentions, links, images, and popularity grade.

Parámetros de entrada

  • tagsstring[]Obligatorio

    List of hashtags to analyze (1-100 items)

  • client_idstring

    Optional RiteKit client_id; preferred auth for most endpoints

  • access_tokenstring

    Optional RiteKit API token; will be sent as 'access_token' (and 'token') query parameter

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

RiteKit Hashtag SuggestionsRITEKIT_HASHTAG_SUGGESTIONSAcción

Tool to get hashtag suggestions for a given text. use when you need relevant hashtags for social media posts.

Parámetros de entrada

  • textstringObligatorio

    Input text or single word (1–1000 characters) to get hashtag suggestions

  • client_idstring

    Client ID for authentication; required if access_token is not provided

  • access_tokenstring

    OAuth2 access token; required if client_id is not provided

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 Link AdRITEKIT_LINK_AD_DELETEAcción

Tool to delete a link ad. use when you need to permanently remove a link ad by its id.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the link ad 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

List Link AdsRITEKIT_LIST_LINK_ADSAcción

Tool to retrieve a list of link ads. use after authenticating to fetch all link ads for the user.

Parámetros de entrada

  • client_idstring

    RiteKit API client ID; optional if using OAuth access_token

  • access_tokenstring

    OAuth2 access token; optional if using client_id

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

Auto HashtagRITEKIT_RITEKIT_AUTO_HASHTAGAcción

Tool to automatically add relevant hashtags to a given post. use when you have plain text and need suggested hashtags appended or inserted in context.

Parámetros de entrada

  • poststringObligatorio

    Text of the post to add hashtags to

  • client_idstring

    RiteKit API client ID; optional if using OAuth

  • maxHashtagsinteger

    Maximum number of hashtags to add, defaults to 2 if not specified

  • access_tokenstring

    OAuth2 access token; optional if using client_id

  • hashtagPositionstringenum

    Where to place hashtags: 'auto' to insert anywhere, 'end' to append at end, defaults to 'auto'

    autoend

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

RiteKit Get Access TokenRITEKIT_RITEKIT_GET_ACCESS_TOKENAcción

Tool to fetch a ritekit oauth2 access token using client credentials. use when you need an access token for subsequent ritekit api calls.

Parámetros de entrada

  • client_idstringObligatorio

    RiteKit API client ID

  • access_tokenstring

    Optional access token. If provided, the action will return this token without making a network request.

  • client_secretstringObligatorio

    RiteKit API client secret

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

Shorten LinkRITEKIT_SHORTEN_LINKAcción

Tool to shorten a url with a specified cta. use when you need to generate a call-to-action-enabled short link.

Parámetros de entrada

  • ctaintegerObligatorio

    ID of the call-to-action to attach to the shortened link

  • urlstringObligatoriouri

    URL to be shortened

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

Convert Text to ImageRITEKIT_TEXT_TO_IMAGEAcción

Tool to convert a quote into a styled image. use after preparing quote text and style options.

Parámetros de entrada

  • quotestringObligatorio

    Text of the quote to render as an image

  • authorstring

    Name of the author or source of the quote

  • bgTypestringenum

    Background type: 'solid' or 'gradient'

    solidgradient
  • fontSizeinteger

    Font size for the quote text (px, between 8 and 144)

  • animationstringenum

    Animation effect: none, rays, glint, or circle

    noneraysglintcircle
  • brandLogostring

    URL of a brand logo to include

  • client_idstring

    Optional RiteKit API client ID. If not provided, the action attempts to read from connection metadata

  • quoteFontstring

    Font family for the quote text

  • authorFontstring

    Font family for the author text

  • gradientTypestringenum

    Gradient type when bgType is 'gradient'

    linearradial
  • showQuoteMarkintegerenum

    Display quote mark (1 = yes, 0 = no)

    01
  • gradientColor1string

    First color for gradient background

  • gradientColor2string

    Second color for gradient background

  • highlightColorstring

    Color (hex or name) for highlight

  • quoteFontColorstring

    Color (hex or name) for the quote text

  • authorFontColorstring

    Color (hex or name) for the author text

  • backgroundColorstring

    Background color for solid type

  • enableHighlightintegerenum

    Highlight behind quote text (1 = yes, 0 = no)

    01

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