NAiOS IconNAiOS Logo
Volver al catálogo

Zylvie

zylvie

High-converting cart software for solopreneurs to sell digital products and subscriptions.

Acciones
3
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 (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ón

Tool to create a new product. use when you need to add a product with detailed custom options in zylvie platform.

Parámetros de entrada

  • urlanyObligatorio

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

  • pricenumberObligatorio

    The base price of your product.

  • titlestringObligatorio

    The title of your product.

  • displaystringObligatorioenum

    The display setting for your product.

    featuredlistedunlistedunpublished
  • summarystring

    The summary for your product, in HTML format.

  • currencyanyObligatorio

    The lower-cased 3-letter ISO currency code for your product.

  • intervalstringenum

    The interval for subscription charging. Required if pricing_model is 'subscription'.

    dayweekmonthyear
  • subtitlestring

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

  • descriptionstring

    The description for your product, in HTML format.

  • productfilesstring[]

    List of URLs of files for this product.

  • shipping_feenumber

    The shipping fee for the product.

  • pricing_modelstringObligatorioenum

    The pricing model for your product.

    one-timesubscriptiondelayed
  • productimagesstring[]

    List of URLs of images for this product.

  • shipping_typestringenum

    The shipping fee type for your product.

    flatper_quantity
  • interval_countinteger

    How often to charge based on the interval. Required if pricing_model is 'subscription'.

  • trial_period_daysinteger

    Number of days of free trial before the subscriber is charged.

  • collect_address_and_phoneboolean

    Whether to collect buyer's address and phone number at checkout.

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 Authenticating UserZYLVIE_GET_AUTHENTICATING_USERAcción

Tool 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

  • 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

Unsubscribe WebhookZYLVIE_UNSUBSCRIBE_WEBHOOKAcción

Tool 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_urlstringObligatorio

    The webhook URL for the workflow you intend 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