Set API credentials
Integration Manager Basics focuses on integration manager basics, token setups, webhook registrations, and test runs. In AWRA, integrations and API managers connect the core workspace with external platforms such as QuickBooks, Paystack, and client custom systems.
The primary objective is database alignment and secure communication. Integration admins should test mappings and webhook secrets before wide deployment.
In practice, a system administrator accesses the integration panel, generates a new API token, and triggers a test webhook.
Token setup path
Register
Create client profile and select integration template.
Token
Generate client API key and assign access scopes.
Webhook
Configure target webhook URL and signature secret.
Verify
Trigger test payload and confirm success.
Integration model
- API keys must specify narrow scopes and expire regularly.
- Webhooks require signature validation and retry limits.
- OAuth integrations must handle token refresh routines.
- Always verify model mappings in staging before sync runs.