App
UniBee
UniBee is a subscription management and billing automation platform for SaaS and AI businesses.
What your agent can do with UniBee
Triggers and actions 9 triggers · 17 actions
- TriggerNew Invoice Event
Triggers when an invoice event occurs (created, paid, process, cancelled, failed, or reversed).
- TriggerNew Payment Event
Triggers when a payment event occurs (created, authorised need, success, cancelled, or failure).
- TriggerNew Refund Event
Triggers when a refund event occurs (created, success, failure, cancelled, or reversed).
- TriggerNew Subscription Activated
Triggers when a subscription becomes active.
- TriggerNew Subscription Event
Triggers when a subscription event occurs (created, activated, updated, cancelled, expired, etc.).
- TriggerNew Subscription Onetime Addon Event
Triggers when a subscription onetime addon event occurs (created, success, cancelled, or expired).
- TriggerNew Subscription Pending Update Event
Triggers when a subscription pending update event occurs (create, success, or cancelled).
- TriggerNew User Event
Triggers when a user event occurs (created, updated, metric update, or subscription update).
- TriggerNew User Plan Change
Triggers when a user subscription or subscription change occurs.
- ActionAdd Discount Code
Create a new discount/promo code. Endpoint: POST /merchant/discount/new (New Discount Code).
- ActionAdd Invoice
Create a new invoice. Endpoint: POST /merchant/invoice/new (New Invoice).
- ActionAdd Payment
Record/create a new payment. Endpoint: POST /merchant/payment/new (New Payment).
- ActionAdd Plan
Create a new subscription plan. Endpoint: POST /merchant/plan/new (Create Plan).
- ActionAdd Product
Create a new product. Endpoint: POST /merchant/product/new (Create Product).
- ActionAdd Subscription
Create a new subscription for a user against a plan. Endpoint: POST /merchant/subscription/new (Create Subscription).
- ActionAdd User
Create a new customer/user record in UniBee. Endpoint: POST /merchant/user/new (New User).
- ActionCancel Subscription
Cancel a subscription immediately. Endpoint: POST /merchant/subscription/cancel (Cancel Subscription Immediately).
- ActionGet Invoice
Fetch a single invoice's detail by invoice id. Endpoint: GET /merchant/invoice/detail (Invoice Detail).
- ActionGet Payment
Fetch a single payment's detail by payment id. Endpoint: GET /merchant/payment/detail (Payment Detail).
- ActionGet Plan
Fetch a single plan's detail by plan id. Endpoint: GET /merchant/plan/detail (Plan Detail).
- ActionGet Subscription
Fetch a single subscription's detail by subscription id. Endpoint: GET /merchant/subscription/detail (Subscription Detail).
- ActionGet User
Fetch a single user's profile by user id. Endpoint: GET /merchant/user/profile (Get User Profile).
- ActionList Discount Codes
List discount codes with pagination/filters. Endpoint: GET /merchant/discount/list (Get Discount Code List).
- ActionList Products
List products with pagination/filters. Endpoint: GET /merchant/product/list (Get Product List).
- ActionList Users
List/search customer users with pagination. Endpoint: GET /merchant/user/list (User List).
- ActionUpdate User
Update an existing user's profile fields. Endpoint: POST /merchant/user/update_profile (Update User Profile).
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the UniBee API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.