Aurinko
Aurinko websiteAurinko blogAPI ReferenceContact Support
Aurinko API
Aurinko API
  • Getting started
    • What is Unified Mailbox API?
    • Getting started with Aurinko
    • Get your developer API keys
    • Adding Aurinko to Google Workspace allowlist
    • Bubble.io plugin
    • Team members and roles in applications
  • Unified APIs
    • Email API
    • Calendar API
    • Contacts API
    • Tasks API
    • Webhooks API
      • Configuring Pub/Sub for Gmail API Webhooks
    • Direct API
  • Authentication
    • OAuth Flow
      • Account OAuth Flow
      • User ОАuth Flow
      • Service Account OAuth Flow
    • Authentication scopes
    • Authorized return URLs
    • Google OAuth setup
    • Office 365 OAuth setup
    • ZOHO OAuth setup
    • Service accounts
      • Setting up G Suite service account
      • Setting up Office 365 daemon app registration
  • Scheduling
    • Create your first appointment booking page
    • Calendar Booking Page
    • Booking API
    • Group Booking API
  • Workspace Addons
    • Outlook addins
      • Create your first Outlook addin
      • Office 365: Installing Outlook addin
    • Microsoft Teams apps
      • Microsoft Teams bot setup
      • Create your first MS Teams app
      • Installing MS Teams app
    • Chrome Extensions with Google authentication
    • Google Workspace Add-Ons
  • Dynamic API
    • What is Dynamic (Virtual) API?
    • Getting Started with Dynamic API
Powered by GitBook
On this page
  1. Workspace Addons
  2. Outlook addins

Office 365: Installing Outlook addin

Install your Aurinko Outlook add-in by uploading the auto-generated manifest in Outlook. Open the add-in from the main ribbon to get started.

PreviousCreate your first Outlook addinNextMicrosoft Teams apps

Last updated 7 months ago

An Outlook add-in consists of two components: the XML add-in manifest and a web page supported by the JavaScript library for Office Add-ins (office.js). The manifest describes how the add-in integrates across Outlook clients. See for details. Aurinko auto-generates an addin manifest for youe Aurinko addin apps, see how.

In Outlook (desktop) click the Get add-ins ribbon button:

A popup will appear. Select My add-ins, scroll down to the Custom Addins section, and select the Add from File... option. Upload the manifest file you downloaded from your Aurinko app, click Install.

The addin should be installed!

Close the popup and check the main ribbon menu in Outlook.

Click Open Aurinko to open your Aurinko addin!

Microsoft documentation