SharePoint Setup
Fusion can send invoices to Microsoft SharePoint document folders, tagging each PDF with is custom data.
This section is intended for client system administrators to properly prepare their SharePoint sites to receive invoices from Fusion.
Table of contents
- Setting up your SharePoint instance
- Information to Provide to Globetrotter
- Folder Structure and File Naming
- Ongoing Maintenance
Setting up your SharePoint instance
Ensure that you have administration rights to your SharePoint instance.
Step 1: Create an Azure AD App Registration
- Navigate to the Azure Portal
- Sign in with your administrator account
- Go to Entra > App registrations
- Click New registration
- Configure the registration:
- Name:
Fusion Invoice Integration - Supported account types: Select “Accounts in this organizational directory only”
- Redirect URI: Leave blank
- Name:
- Click Register
Important: Copy the Application (client) ID from the overview page - you’ll need this later.
Step 2: Note Your Tenant ID
- While still in Azure Active Directory, click Overview in the left navigation
- Copy the Tenant ID - you’ll need to provide this to the Globetrotter IT team
Step 3: Generate a Client Secret
- In your app registration, go to Certificates & secrets
- Click New client secret
- Add a description:
Fusion SharePoint Access - Set expiration to 24 months (or per your organization’s policy)
- Click Add
- Immediately copy the secret value - it will not be shown again
Store the client secret securely. You’ll need to provide it to the Globetrotter IT team, and it cannot be retrieved from Azure after leaving this page.
Step 4: Configure API Permissions
- In your app registration, go to API permissions
- Click Add a permission
- Select Microsoft Graph
- Choose Application permissions
- Search for and select these permissions:
Sites.ReadWrite.All- Read and write items in all site collectionsFiles.ReadWrite.All- Read and write files in all site collections
- Click Add permissions
- Click Grant admin consent for [Your Organization]
- Confirm by clicking Yes
The permissions will show a green checkmark when admin consent has been granted successfully.
Step 5: Prepare Your SharePoint Site
- Navigate to your SharePoint site where you want invoices to be stored
- Note the exact URL (e.g.,
https://yourcompany.sharepoint.com/sites/accounting) - Create or identify the document library where invoices should be stored:
- Common library names: “Documents”, “Invoices”, “Shared Documents”
- If creating a new library, use Site contents > New > Document library
- Optionally, create a folder structure within the library (e.g., “Vendor Invoices”, “Fusion Invoices”)
Information to Provide to Globetrotter
Once you’ve completed the setup, provide the following information to the Globetrotter IT team:
| Setting | Description | Example |
|---|---|---|
| Tenant ID | Your Azure AD tenant identifier | 12345678-1234-1234-1234-123456789012 |
| Client ID | The application (client) ID from your app registration | 87654321-4321-4321-4321-210987654321 |
| Client Secret | The secret value you generated | aBc123... (32+ character string) |
| SharePoint Site URL | The full URL to your SharePoint site | https://yourcompany.sharepoint.com/sites/accounting |
| Document Library | The name of the document library for invoices | Documents or Invoices |
| Target Folder | (Optional) Specific folder within the library | Vendor Invoices/Fusion |
Security Note: Transmit the client secret securely (encrypted email, secure portal, or phone call). Do not send it in plain text email.
Folder Structure and File Naming
Fusion will organize uploaded invoices using the following structure:
📁 [Document Library]
📁 [Target Folder] (if specified)
📁 [Year] (e.g., 2025)
📁 [Month] (e.g., 01-Jan)
📄 20250115_143022_Invoice_12345.pdf
📄 20250116_091500_Invoice_12346.pdf
Files are named with:
- Timestamp: When the invoice was processed
- Invoice Reference: Extracted from the original filename or email subject
- Original Extension: Typically
.pdf
Ongoing Maintenance
Client Secret Renewal
Client secrets expire based on the duration you selected (typically 12-24 months):
- Before expiration: Generate a new client secret following Step 3 above
- Provide the new secret to the Globetrotter IT team before the old one expires
- Update your calendar to remind you of the next renewal date
Monitoring Access
To monitor Fusion’s access to your SharePoint:
- Go to Azure Active Directory > Enterprise applications
- Find your
Fusion Invoice Integrationapp - Click Sign-in logs to view access history
- Review Audit logs for any permission changes
Troubleshooting
Common issues and solutions:
| Issue | Solution |
|---|---|
| “Access denied” errors | Verify admin consent was granted for API permissions |
| App not found in SharePoint permissions | Wait 10-15 minutes for Azure AD changes to propagate |
| Files not appearing in expected folder | Confirm the exact document library name and folder path with Fusion team |
| Client secret expired | Generate new secret and provide to Fusion team immediately |
For additional support, contact the Globetrotter IT team with your Tenant ID and Client ID (never share the client secret in support requests).