What do you want to automate

with Fireflies and Microsoft 365 People?

Prompt, edit and deploy AI agents that connect to Fireflies, Microsoft 365 People and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Create Contact Folder with Microsoft 365 People API on New Meeting Created from Fireflies API
Fireflies + Microsoft 365 People
 
Try it
Create Contact with Microsoft 365 People API on New Meeting Created from Fireflies API
Fireflies + Microsoft 365 People
 
Try it
Find Meeting by ID with Fireflies API on New Contact Created from Microsoft 365 People API
Microsoft 365 People + Fireflies
 
Try it
Find Recent Meeting with Fireflies API on New Contact Created from Microsoft 365 People API
Microsoft 365 People + Fireflies
 
Try it
Update Contact with Microsoft 365 People API on New Meeting Created from Fireflies API
Fireflies + Microsoft 365 People
 
Try it
New Meeting Created from the Fireflies API

Emit new event when a meeting with transcripts is created

 
Try it
New Contact Created from the Microsoft 365 People API

Emit new event when a new contact is created in a folder.

 
Try it
Find Meeting by ID with the Fireflies API

Locates a specific user meeting by its unique ID. See the documentation

 
Try it
Create Contact with the Microsoft 365 People API

Create a new contact in Microsoft 365 People. See the documentation

 
Try it
Find Recent Meeting with the Fireflies API

Retrieves the most recent meeting for a user. See the documentation

 
Try it
Create Contact Folder with the Microsoft 365 People API

Create a new contact folder in Microsoft 365 People. See the documentation

 
Try it
Upload Audio with the Fireflies API

Creates and stores a new meeting in Fireflies, allowing it to be transcribed and shared. See the documentation

 
Try it
Integrate the Fireflies API with the Microsoft 365 People API
Setup the Fireflies API trigger to run a workflow which integrates with the Microsoft 365 People API. Pipedream's integration platform allows you to integrate Fireflies and Microsoft 365 People remarkably fast. Free for developers.

Overview of Fireflies

The Fireflies API allows you to harness the power of AI to record, transcribe, and search across your voice conversations. With Pipedream, you can create automated workflows that leverage these capabilities to streamline communication, enhance collaboration, and ensure important insights from meetings are captured and actionable. By integrating with other apps, you can trigger actions, sync data, and build an array of powerful automations around your Fireflies data.

Connect Fireflies

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    fireflies: {
      type: "app",
      app: "fireflies",
    }
  },
  async run({steps, $}) {
    const data = {
      "query": `{ user { user_id email } }`,
    }
    return await axios($, {
      method: "POST",
      url: `https://api.fireflies.ai/graphql`,
      headers: {
        Authorization: `Bearer ${this.fireflies.$auth.api_key}`,
      },
      data,
    })
  },
})

Overview of Microsoft 365 People

The Microsoft 365 People API lets you tap into your organization's contact data, providing access to people's info within your Microsoft 365 domain. With this API, you can search for users and contacts, discover relationships, and construct rich profiles that include contact information, organizational hierarchies, and photo URLs. On Pipedream, you can harness this API to automate contact management tasks, enhance CRM data, or trigger actions based on changes in your organization's personnel.

Connect Microsoft 365 People

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    microsoft_365_people: {
      type: "app",
      app: "microsoft_365_people",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://graph.microsoft.com/v1.0/me`,
      headers: {
        Authorization: `Bearer ${this.microsoft_365_people.$auth.oauth_access_token}`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo