Profile Settings
Keep your business details accurate so invoices, notifications, and account communications go to the right place. To update your profile:Log in to your Hany dashboard
Visit hany.tools and sign in with your credentials.
Navigate to Account Settings
Click your profile avatar or business name in the top-right corner, then select Settings.
Update your details
Edit any of the following fields and click Save Changes:
- Full name — your personal name as account owner
- Email address — used for login, notifications, and receipts
- Business name — displayed on invoices and sender ID applications
- Phone number — used for account verification and support contact
Keep your account email address up to date. Hany uses it to send important service notifications, low-credit alerts, and announcements about new features.
API Keys
Your API key authenticates all requests you make to the Hany API. Treat it like a password — guard it carefully.Generate a New API Key
Click 'Generate New Key'
Give your key a descriptive label (for example,
production-app or crm-integration) so you can identify it later.Revoke an API Key
If a key is compromised or no longer needed, revoke it immediately:Click 'Revoke'
Confirm the action. The key is invalidated instantly — any requests using it will receive a
401 Unauthorized error.Best Practices
- One key per integration — use a separate API key for each application or service that connects to Hany. This way, if one key is compromised, you can revoke only that key without disrupting other integrations.
- Rotate keys regularly — generate a new key and retire the old one every few months as part of your security hygiene.
- Use environment variables — never hardcode your API key in source code. Store it as an environment variable or in a secrets manager like AWS Secrets Manager, HashiCorp Vault, or your CI/CD platform’s secret store.
Notification Preferences
Stay informed about the events that matter to your business. You can configure which notifications Hany sends you under Settings → Notifications. Available notification types:| Notification | Description |
|---|---|
| Low credit balance | Get an alert when your SMS credits drop below a threshold you set |
| Delivery failures | Be notified when a message fails to deliver so you can investigate or retry |
| New services launching | Receive announcements when IVR, USSD, Email Marketing, and Payments become available |