Novus API for Make.com
Integrate WAEPA member information retrieval into your Make.com workflows with our comprehensive API documentation and step-by-step guides.
Integration Guide
Step-by-step instructions for setting up Novus API with Make.com HTTP modules, including token management and error handling.
API Reference
Complete documentation of all endpoints, request formats, response schemas, and authentication methods.
Code Examples
Ready-to-use Make.com scenario configurations, JSON templates, and workflow examples for common use cases.
Quick Start
Get up and running with the Novus API in Make.com in just a few steps.
Get API Credentials
Obtain your Novus API username and password, and ensure your IP is whitelisted.
Configure HTTP Modules
Set up Make.com HTTP modules for token retrieval and member information requests.
Handle Token Expiration
Implement token caching and refresh logic for the 5-minute expiration window.
Process Member Data
Parse API responses and integrate member information into your workflows.
Prerequisites
Before you begin, make sure you have:
✅ Make.com account with HTTP module access
✅ Novus API credentials (Username and Password)
✅ Whitelisted IP address for API access
✅ Understanding of JSON and API authentication
✅ Access to QA and/or Production environments
API Overview
The Novus API provides access to WAEPA member information through a secure, token-based authentication system. The API is designed for integration with Make.com's HTTP modules.
Key Features
- Token-based Authentication: Secure access with 5-minute token expiration
- Member Data Retrieval: Comprehensive member information including demographics and policies
- IP Restrictions: Enhanced security through IP address whitelisting
- Environment Support: Separate QA and Production endpoints
Authentication Flow
1. POST /Token (with username/password headers)
→ Returns: Authentication token (expires in 5 minutes)
2. POST /GetMemberInfo (with token header + member data)
→ Returns: Member information and policy details
Support & Resources
Need help with your integration? Here are the available support channels:
Technical Support
Contact Novus API technical support for API-related issues and IP whitelisting requests.
Make.com Help
Refer to Make.com's HTTP module documentation for platform-specific questions.
Troubleshooting
Check our comprehensive troubleshooting guide for common issues and solutions.