Zylvie
zylvieHigh-converting cart software for solopreneurs to sell digital products and subscriptions.
Acciones disponibles (3)
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 ProductZYLVIE_CREATE_PRODUCTAcciónTool to create a new product. use when you need to add a product with detailed custom options in zylvie platform.
ZYLVIE_CREATE_PRODUCTAcciónTool to create a new product. use when you need to add a product with detailed custom options in zylvie platform.
Parámetros de entrada
urlanyObligatorioThe vanity URL for your product. Must be unique and contain alphanumeric, underscore, hyphen, or dot characters only.
tagsstring[]List of tags to apply to this product. New tags will be created automatically.
pricenumberObligatorioThe base price of your product.
titlestringObligatorioThe title of your product.
displaystringObligatorioenumThe display setting for your product.
featuredlistedunlistedunpublishedsummarystringThe summary for your product, in HTML format.
currencyanyObligatorioThe lower-cased 3-letter ISO currency code for your product.
intervalstringenumThe interval for subscription charging. Required if pricing_model is 'subscription'.
dayweekmonthyearsubtitlestringThe subtitle of your product, which appears below the title.
categoriesstring[]List of categories under which to put this product. New categories will be created automatically.
descriptionstringThe description for your product, in HTML format.
productfilesstring[]List of URLs of files for this product.
shipping_feenumberThe shipping fee for the product.
pricing_modelstringObligatorioenumThe pricing model for your product.
one-timesubscriptiondelayedproductimagesstring[]List of URLs of images for this product.
shipping_typestringenumThe shipping fee type for your product.
flatper_quantityinterval_countintegerHow often to charge based on the interval. Required if pricing_model is 'subscription'.
trial_period_daysintegerNumber of days of free trial before the subscriber is charged.
collect_address_and_phonebooleanWhether to collect buyer's address and phone number at checkout.
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 Authenticating UserZYLVIE_GET_AUTHENTICATING_USERAcciónTool to retrieve information about the currently authenticated user. use when you have a valid bearer token and need to fetch the authenticated user's profile.
ZYLVIE_GET_AUTHENTICATING_USERAcciónTool to retrieve information about the currently authenticated user. use when you have a valid bearer token and need to fetch the authenticated user's profile.
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
Unsubscribe WebhookZYLVIE_UNSUBSCRIBE_WEBHOOKAcciónTool to unsubscribe from a webhook by deleting the workflow object associated with the specified webhook url. use after confirming the webhook url to remove.
ZYLVIE_UNSUBSCRIBE_WEBHOOKAcciónTool to unsubscribe from a webhook by deleting the workflow object associated with the specified webhook url. use after confirming the webhook url to remove.
Parámetros de entrada
webhook_urlstringObligatorioThe webhook URL for the workflow you intend 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