Create trial account
gambot_create_trial_accountCreate a free-trial organization and first user without a card. Send credentials via email and WhatsApp, and select a Meta test, existing, or your own WhatsApp number.
Instructions
Create a new FREE-TRIAL organization + first user (no card required). Login credentials (temp password) are emailed & WhatsApp'd to the contact. WhatsApp/number options: useFreeNumber (Meta test number) · useCoexisting (existing WhatsApp Business number in simInfo.simNumberEntered) · BYO SIM (the customer's own number in simInfo.simNumberEntered) · Buy a SIM from us (simInfo.purchaseInTwilio=true + simInfo.selectedSimNumber from gambot_search_available_numbers). GLOBAL: send companyInfo.timezone (IANA) and companyInfo.country (ISO-3166 alpha-2) — they drive scheduling and locale. Neither hard-fails: a missing/invalid timezone is derived from country (else defaults to Asia/Jerusalem). For a paid account with a card on file (no trial) use gambot_create_paid_account instead. After creating, connect WhatsApp via the returned wabaConnectUrl or gambot_exchange_waba_token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | Basic / Premium / Enterprise. | |
| payEach | No | ||
| simInfo | No | { hasSim, simNumberEntered, selectedSimNumber, purchaseInTwilio }. Set purchaseInTwilio=true + selectedSimNumber to buy a number from us. | |
| currency | No | ILS / USD / EUR / GBP. | |
| companyInfo | Yes | { organizationName (required), timezone (IANA, recommended, e.g. "America/New_York"; derived from country if omitted), country (ISO-3166 alpha-2, e.g. "US"), companyName, idNumber, companyUrl, companyPhoneNumber }. | |
| contactInfo | No | { contactFullName, contactEmail, contactPhoneNumber }. | |
| useCoexisting | No | Use an existing WhatsApp Business number (coexistence). | |
| useFreeNumber | No | Use Meta's free TEST number (testing only). |