Getting Started with Upwell
Follow these steps to set up your Upwell account and start processing carrier invoices.Initial Setup
1. Login to Upwell
1. Login to Upwell
Use the email address provided by your account manager to access your Upwell account.
If you haven’t received your login credentials, please contact your account manager.
2. Configure TMS Integration
2. Configure TMS Integration
Navigate to the Integrations page to set up your Transportation Management System (TMS) integration:
- Click on “Integrations” in the main navigation
- Select your TMS provider
- Follow the provider-specific configuration steps
- Test the connection to ensure proper data flow
3. Setup Shipper Portal Integrations
3. Setup Shipper Portal Integrations
Configure your shipper portal connections to enable automated rate validation:
- Go to the Shipper Portal section
- Add your carrier credentials
- Verify the connection for each carrier
Final Configuration
4. Configure Inbound Email Settings
4. Configure Inbound Email Settings
Set up your email configuration to receive carrier invoices:
- Navigate to Email Settings
- Configure your dedicated invoice processing email address
- Set up any required email filters or rules
5. Start Processing Invoices
5. Start Processing Invoices
Begin sending carrier invoices to your configured email address. The system will automatically:
- Receive and process incoming invoices
- Match invoices against shipment data
- Validate rates and accessorials
- Flag any discrepancies for review
For Developers
If you’re building a TMS integration or working with the Upwell API directly, start here instead:1
Get your API key
Your account manager provides an API key. It authenticates every request — send it as
Authorization: YOUR_API_KEY (no Bearer prefix). See Authentication.2
Learn the data model
Understand the core objects (shipments, invoices, bills, carrier invoices, payments) and how they relate. See Core concepts & data model.
3
Sync your foundation data
Push customers, carriers, shipments, and bills from your TMS. See Syncing foundation entities.
4
Build your AP or AR flow
Choose your starting point: Carrier invoice submission (AP), Customer invoices (AR), or Purchase orders & vendor invoices.
5
Subscribe to webhooks
Get notified when invoices are processed, approved, or hit exceptions. See Outbound webhooks.
Need Help?
Contact Support
Get help from our support team.
API Reference
Browse our detailed API documentation.
Troubleshooting
Find solutions to common issues.
Authentication Guide
Learn how to authenticate with the API.

