Customer Acquisition Channels
There are two channels by which new customers gain access to Arda Cloud paid features.
Straight Sale (HubSpot)
Section titled “Straight Sale (HubSpot)”- Arda brings the customer to the pricing page.
- The customer selects a plan and is redirected to a HubSpot signup page to accept T&C and enter payment and contact information.
- HubSpot triggers a webhook to the BFF, which:
- Creates the user in Cognito via
AdminCreateUser - Creates
UserAccount, personalTenant, personalAgentFor, paidTenant, and paidAgentForin Accounts - Sets the paid tenant as the default agent
- Creates the user in Cognito via
- Cognito sends a password reset email to the user.
- The user resets their password and gains access.
Note: There is a delay between HubSpot sign-up and access to Arda Cloud. If the user does not receive the reset email promptly, they may contact support.
Freemium
Section titled “Freemium”- Arda brings the customer to the Arda Cloud signup page.
- The user provides an email and password and accepts T&C.
- Cognito creates the user; the PostConfirmation Lambda creates
UserAccount, personalTenant, andAgentFor. - The user accesses Arda Cloud with a personal (freemium) tenant.
- When the user decides to upgrade, they navigate to Settings, choose a plan, and enter payment information.
- This triggers the same paid tenant creation flow as the Straight Sale channel.
Priority
Section titled “Priority”The Straight Sale channel (steps in bold in the source diagram) is the top priority for the initial implementation.
Copyright: © Arda Systems 2025-2026, All rights reserved