Stripe - Create a product

Use the Stripe - Create a product action A tool for building the processes, logic, and direction within workflows. Actions are the steps the workflow performs to complete a process. to create a product in Stripe for sale to customers.

For more information about Stripe, go to Stripe.

Configure the Stripe - Create a product action

  1. Add the action to the workflow and open the action configuration panel. For more information, see Add an action to the workflow.

  1. Select a Connection. If you do not have a connection, see Add a connection.
  1. Type a Name for the product.

  2. Enter the details of the product.

  3. Create or select a variable for the output.

For more information on all the required and optional configuration fields, go to Stripe - Create a product action fields and settings.

Stripe - Create a product action fields and settings

Section

Field

Description

Variable types

(Unlabeled)

Connection Credentials and other settings that enables workflows to communicate with external systems, services, or applications. It's required to pass data between the workflow and the indicated service, which could be a cloud service, business application, or content store.

The Stripe connection to use to create a product.

To refresh the available connections, click .

(n/a)

(Unlabeled) Name The name of the product that the customer will see. When this product is sold via a subscription, this name will show on the invoice. Type a value or insert a variable in the Name field. Text, Decimal, Integer, Boolean, DateTime, Collection
(Unlabeled) Description A description for the product that the customer will see. Use this field to optionally store a long explanation of the product for sale for your own rendering purposes. Type a value or insert a variable in the Description field. Text, Decimal, Integer, Boolean, DateTime, Collection
(Unlabeled) Image URLs

A list of URLs of images for this product which can be viewed by the customer.

Click Add item, then type a URL or insert a variable for the image. You can add a maximum of 8 URLs per product.

You can delete an item by clicking the ellipsis and selecting Delete.

Text, Decimal, Integer, Boolean, DateTime, Collection
(Unlabeled) Active Whether the product is currently available for sale. This field defaults to true. Boolean
(Unlabeled) Shippable Whether the product is shipped for example physical goods. This field defaults to true. Boolean
(Unlabeled) Product URL The URL for the web page of the product. Text, Decimal, Integer, Boolean, DateTime, Collection
Output Product Stores the result of the action as an object. The following values are returned:
  • ID: (Text) The unique ID for the product.
  • Name: (Text) The name of the product.
  • Description: (Text) The description for the product.
  • Image URLs: (Collection) A collection of URLs added for the product.
  • Active: (Boolean) Whether the product is currently available for sale.
Object