Subscription

This activity performs operations with subscriptions, such as creating a new subscription or finding subscription information.

Configuration Tab

Field Description
Chargify Connection Chargify connection name to use when accessing the Chargify service. If you have created multiple Chargify connections, select the one you want to use from the drop down menu for this field.
Select Operation

Chargify subscription operation. Select the subscription operation you want to use. Currently, the following operations are supported:

Create Subscription - Create a new subscription in an existing Chargify account for existing or new customer. Refer to https://reference.chargify.com/v1/subscriptions/create-subscription#create-subscription for more details.

Cancel Subscription - Cancel active subscription for a given Subscription ID. Refer to https://reference.chargify.com/v1/subscriptions-cancellations for more details.

Find Subscription - Find subscription details by Subscription ID or by query, such as state=active&start_date=2018-02-12. Refer to https://reference.chargify.com/v1/subscriptions/list-subscriptions#read-subscriptions-for-a-site for more details.

Update Subscription

- Update subscription for a given Subscription ID. Refer to https://reference.chargify.com/v1/subscriptions/update-subscription#update-subscription for more details.

Input

The input field is defined by the input schema for the chosen subscription operation in the Configuration tab and will be dynamically updated as operations are selected from the drop down list. All input schemas adhere to https://reference.chargify.com/v1/subscriptions/subscriptions-intro.

Output

This tab displays the activity output schema in a tree structure format. The output of an activity is displayed for informational purposes only and cannot be modified or altered. The information in this schema varies depending on the object and its action that you selected in the Configuration tab. All output schemas adhere to https://reference.chargify.com/v1/subscriptions/subscriptions-intro.

The properties that are displayed in the Output tab schema correspond to the output of this activity and can be used as input by subsequent activities in the flow.