Skip to main content

🚀 Quickstart

Connect to Microsoft Word with Nango and see data flow in 2 minutes.
1

Create the integration

In Nango (free signup), go to Integrations -> Configure New Integration -> Microsoft Word (Client Credentials).
2

Connect Microsoft Word

Go to Connections -> Add Test Connection -> Connect, then enter your Tenant ID, Client ID, and Client Secret. Later, you’ll let your users do the same directly from your app.
3

Call the Microsoft Word API

Let’s make your first request to the Microsoft Graph API (list SharePoint sites). Replace the placeholders below with your API key, integration ID, and connection ID:
Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
4

Implement Nango in your app

Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.

📚 Microsoft Word (Client Credentials) integration guides

Nango-maintained guides for common use cases. Official docs: Microsoft Graph API for OneDrive & SharePoint

🧩 Pre-built syncs & actions for Microsoft Word (Client Credentials)

Enable them in your dashboard. Extend and customize to fit your needs. No pre-built syncs or actions available yet.
Not seeing the integration you need? Build your own independently.

API gotchas

  • With an app-only token there’s no signed-in user, so /me/... endpoints don’t work. Target a specific user or site instead — /v1.0/users/{id}/drive/... or /v1.0/sites/{site-id}/drive/... — using an ID you resolved from /v1.0/users or /v1.0/sites.
  • Application permissions (not delegated) must be granted and admin-consented in Entra ID — see the connect guide for common permission names.