What’s supported
Supported actions
This connector supports:- Read Actions, including full historic backfill.
- Write Actions.
- Proxy Actions, using the base URL
https://api.fireflies.ai
.
You will need to use the
graphql
endpoint to make proxy requests. (i.e. https://proxy.withampersand.com/graphql
)Supported Objects
The Fireflies connector supports reading to the following objects: The Fireflies connector supports writing to the following objects:Example integration
For an example manifest file of a Fireflies integration, visit our samples repo on Github.Using the connector
This connector uses API Key authentication, so you do not need to configure a Provider App before getting started. (Provider Apps are only required for providers using the OAuth2 Authorization Code grant type.) To integrate with Fireflies:- Create a manifest file similar to the example above.
- Deploy it using the amp CLI.
- Embed the InstallIntegration UI component, which will prompt the customer for an API key.
- Start using the connector!
- If your integration has Read Actions, you’ll start getting webhook messages.
- If your integration has Write Actions, you can start making API calls to our Write API.
- If your integration has Proxy Actions, you can start making Proxy API calls.
Creating an API key for Fireflies
- Log in to your Fireflies account.
- Navigate to Integrations and select Fireflies API.
- click on Get API Key
