Skip to content
← Back to documentation
Technical Reference

Baremetrics

Analytics and metrics platform for subscription businesses. Create customers, plans, and subscriptions to track your revenue and customer data.

CategoryCommerce
AuthenticationOAuth 2.0, custom
Version0.0.9
Published scopes2 published scopes
Last updatedSeptember 19, 2026

Overview

Connect Baremetrics with Flows360

Analytics and metrics platform for subscription businesses. Create customers, plans, and subscriptions to track your revenue and customer data.

Use the Baremetrics connector to include its declared actions and events in Flows360 workflows without duplicating the integration logic inside each consuming system. This pinned connector version currently exposes 4 actions and no declared triggers.

Available actions

  • Create Customer
  • Create Plan
  • Create Subscription
  • Update Customer

Available triggers

  • No triggers are declared in this pinned package.

The capability list above is generated from the exact reviewed connector package so the public description stays aligned with the version Flows360 operates.

Technical guide

Technical reference

Package identity

  • Connector: Baremetrics
  • Package: @activepieces/piece-baremetrics@0.0.9
  • Exact artifact digest: sha256:9d548b601a47995536bc95765b6de05f1c4be89e85939aed355c00b9ce836dc3
  • Runtime: Activepieces-compatible deterministic worker
  • Source: the exact reviewed Activepieces source

Authentication

OAUTH2, SECRET TEXT. Connection values are tenant-specific and remain in the consuming Studio instance; CDK stores definitions and field metadata, not customer credential values.

Action contracts

  • Create Customer (create_customer), Creates a new customer record Classification: read.
  • Create Plan (create_plan), Creates a new plan for use when creating or updating subscriptions Classification: read.
  • Create Subscription (create_subscription), Creates a new subscription for a customer on a plan Classification: read.
  • Update Customer (update_customer), Updates the basic information stored on a customer Classification: read.

Trigger contracts

  • No trigger delivery contracts are declared.

Verification

Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.

Capability summary

AuthenticationOAuth 2.0, custom
Supported objects4
Supported actions4
TriggersNone published

Authentication

Authentication method: OAuth 2.0, custom

Required scopes

readwrite

Authentication profiles

connection · oauth2

OAuth scopes: read, write

connection_2 · custom
  • API Key Required · protected credential

Supported objects

ObjectReadWriteNotes
Create Customer Yes No Creates a new customer record
Create Plan Yes No Creates a new plan for use when creating or updating subscriptions
Create Subscription Yes No Creates a new subscription for a customer on a plan
Update Customer Yes No Updates the basic information stored on a customer

Supported actions

Create Customer · Read

Creates a new customer record

create_customer · Risk: low · Retry: safe

Inputs

  • source_id · string · Required, Select the data source (Payment Provider or API)
  • oid · string · Required, Your unique ID for this customer
  • name · string · Optional, Customer name
  • email · string · Optional, Email address for profile information lookup
  • notes · string · Optional, Your own notes for this customer
  • created · string · Optional, When this customer was created (defaults to now)
Create Plan · Read

Creates a new plan for use when creating or updating subscriptions

create_plan · Risk: low · Retry: safe

Inputs

  • source_id · string · Required, Select the data source (Payment Provider or API)
  • oid · string · Required, Your unique ID for this plan
  • name · string · Required, Your internal name for this plan. This will be displayed in the Plan Breakout section
  • currency · string · Required, The ISO code of the currency of this plan (e.g., USD)
  • amount · number · Required, How much is this plan? (In cents)
  • interval · string · Required, Billing interval
  • interval_count · number · Required, Number of intervals between billings (e.g., 1 for every month, 3 for every 3 months)
  • trial_duration · number · Optional, The duration of this trial
  • trial_duration_unit · string · Optional, Unit for trial duration
Create Subscription · Read

Creates a new subscription for a customer on a plan

create_subscription · Risk: low · Retry: safe

Inputs

  • source_id · string · Required, Select the data source (Payment Provider or API)
  • oid · string · Required, Your unique ID for this subscription
  • started_at · string · Required, When this subscription started
  • canceled_at · string · Optional, When this subscription was or should be canceled (optional)
  • customer_oid · string · Required, Select the customer for this subscription
  • plan_oid · string · Required, Select the plan for this subscription
  • quantity · number · Optional, Number of subscriptions
  • discount · number · Optional, Discount amount (in the same currency as the plan)
  • addons · array · Optional, Additional charges to add to the base plan
Update Customer · Read

Updates the basic information stored on a customer

update_customer · Risk: low · Retry: safe

Inputs

  • source_id · string · Required, Select the data source (Payment Provider or API)
  • customer_oid · string · Required, Select the customer to update
  • name · string · Optional, Customer name
  • email · string · Optional, Email address for this customer
  • notes · string · Optional, Your own notes for this customer
  • created · string · Optional, Unix timestamp of when this customer was created

Setup

Setup

  1. Add the Baremetrics connector to the workflow in the target Flows360 Studio instance.
  2. Create or select the tenant-specific connection required by the connector. Connection secrets remain in the Studio connection boundary and are not copied into CDK documentation.
  3. Provide the connection fields declared by the pinned package:
  • No provider credential fields are declared by the pinned package.

OAuth scopes

  • read
  • write
  1. Select the required action or trigger and complete its declared input fields. Required and optional inputs are defined by the exact package schema.
  2. Test the workflow in the appropriate environment before enabling production scheduling or event delivery.

Limitations

Limitations and operational notes

  • This content describes @activepieces/piece-baremetrics@0.0.9; provider behaviour can change independently and should be revalidated when the provider or connector version changes.
  • Only the 4 actions and 0 triggers declared by this pinned package are represented here.
  • Tenant credentials and connection values are not stored in the public connector record.
  • Provider-side permissions, account entitlements, quotas and rate limits remain subject to the connected provider account and are not inferred when the package does not declare them.
  • Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.

Troubleshooting

Why canu2019t the connector authenticate?

Check the tenant connection in Studio and confirm every required Baremetrics connection field is present. Re-authorise OAuth-based connections if the provider token or consent has expired. Do not place credential values in CDK content or logs.

Why is an action or trigger unavailable?

Confirm that the workflow is using @activepieces/piece-baremetrics@0.0.9 and compare the requested capability with the declared action and trigger list for this version. A capability that is not declared by the pinned package should not be presented as supported.

What should I check after a provider-side change?

Revalidate authentication, required fields, action/trigger behaviour and provider documentation before publishing refreshed connector content or moving a new package version into production.