
Goodbits
goodbitsGoodbits is a service that helps you and your business create stellar newsletters from the best links your team and customers are reading.
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ónTool to create a content link in Goodbits Content Library. Use when you have an article URL and optional metadata ready.
GOODBITS_CREATE_LINKAcciónTool to create a content link in Goodbits Content Library. Use when you have an article URL and optional metadata ready.
Parámetros de entrada
urlstringObligatorioThe URL of the article to save
titlestringOptional custom title for the link
descriptionstringOptional HTML description of the article
image_candidatesstring[]Optional list of candidate thumbnail image URLs
fetch_remote_thumbnail_urlstringOptional image URL to fetch as thumbnail
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create SubscriberGOODBITS_CREATE_SUBSCRIBERAcciónTool to add a new subscriber to the newsletter. Use after confirming user opt-in.
GOODBITS_CREATE_SUBSCRIBERAcciónTool to add a new subscriber to the newsletter. Use after confirming user opt-in.
Parámetros de entrada
subscriberobjectObligatorioSubscriber object containing email and optional name details
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete SubscriberGOODBITS_DELETE_SUBSCRIBERAcciónTool to mark a subscriber as deleted. Use when you need to prevent future emails being sent to a subscriber.
GOODBITS_DELETE_SUBSCRIBERAcciónTool to mark a subscriber as deleted. Use when you need to prevent future emails being sent to a subscriber.
Parámetros de entrada
emailstringObligatorioemailSubscriber's email address to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Newsletter InfoGOODBITS_GET_NEWSLETTERAcciónTool to fetch newsletter identifier and name. Use after authenticating with your API token.
GOODBITS_GET_NEWSLETTERAcciónTool to fetch newsletter identifier and name. Use after authenticating with your API token.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Subscriber StatusGOODBITS_UPDATE_SUBSCRIBER_STATUSAcciónTool 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"
GOODBITS_UPDATE_SUBSCRIBER_STATUSAcciónTool 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
emailstringObligatorioemailEmail of the subscriber to update
statusstringObligatorioenumNew status for the subscriber
unsubscribedcleanedpendingdeleted
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not