Basic Information

appmixer.fireflies.core.MakeApiCall

Make API Call

1.0.0

Public

Perform an arbitrary authorized API call to the Fireflies GraphQL API (https://api.fireflies.ai/graphql). Set the method to POST and provide a GraphQL request body such as {"query": "...", "variables": {...}}.

Input Ports

in

FieldTypeDescription
API Endpoint Path text Enter the API endpoint path relative to https://api.fireflies.ai/graphql or provide a full URL. For Fireflies use the base URL as-is.
HTTP Method select Select the HTTP method for the API call. Fireflies GraphQL uses POST.
Query Parameters key-value Optional query parameters.
Request Body textarea Enter the request body as a JSON object, e.g. {"query": "query { user { user_id name email } }"}.
Request Headers key-value Optional additional request headers.

Output Ports

out

FieldTypeDescription
Status Code -
Response Headers -
Response Body -

Full Metadata