NAiOS IconNAiOS Logo
Volver al catálogo

Goodbits

goodbits

Goodbits is a service that helps you and your business create stellar newsletters from the best links your team and customers are reading.

Acciones
5
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 (5)

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.

Create LinkGOODBITS_CREATE_LINKAcción

Tool to create a content link in Goodbits Content Library. Use when you have an article URL and optional metadata ready.

Parámetros de entrada

  • urlstringObligatorio

    The URL of the article to save

  • titlestring

    Optional custom title for the link

  • descriptionstring

    Optional HTML description of the article

  • image_candidatesstring[]

    Optional list of candidate thumbnail image URLs

  • fetch_remote_thumbnail_urlstring

    Optional image URL to fetch as thumbnail

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 SubscriberGOODBITS_CREATE_SUBSCRIBERAcción

Tool to add a new subscriber to the newsletter. Use after confirming user opt-in.

Parámetros de entrada

  • subscriberobjectObligatorio

    Subscriber object containing email and optional name details

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 SubscriberGOODBITS_DELETE_SUBSCRIBERAcción

Tool to mark a subscriber as deleted. Use when you need to prevent future emails being sent to a subscriber.

Parámetros de entrada

  • emailstringObligatorioemail

    Subscriber's email address 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 Newsletter InfoGOODBITS_GET_NEWSLETTERAcción

Tool to fetch newsletter identifier and name. Use after authenticating with your API token.

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

Update Subscriber StatusGOODBITS_UPDATE_SUBSCRIBER_STATUSAcción

Tool to update subscriber status. Use when you need to change an existing subscriber’s subscription status by email. Example: "Update the status of john@example.com to unsubscribed"

Parámetros de entrada

  • emailstringObligatorioemail

    Email of the subscriber to update

  • statusstringObligatorioenum

    New status for the subscriber

    unsubscribedcleanedpendingdeleted

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