MeetGeek icon

MeetGeek

Interact with MeetGeek API

Actions8

Overview

This node integrates with the MeetGeek API to retrieve information about meetings and related data. Specifically, the "Get Meeting Summary" operation fetches a summarized version of a meeting's content based on its unique Meeting ID. This is useful for users who want quick insights or highlights from recorded meetings without manually reviewing entire transcripts or recordings.

Practical examples include:

  • Automatically generating meeting summaries for team updates.
  • Extracting key points from client calls for CRM entries.
  • Creating concise reports from lengthy webinars or training sessions.

Properties

Name Meaning
Meeting ID The unique identifier of the meeting to retrieve. Required to specify which meeting's summary to fetch.

Output

The output JSON contains the meeting summary data returned by the MeetGeek API for the specified Meeting ID. This typically includes summarized text or structured data representing the key points and insights extracted from the meeting.

No binary data output is produced by this operation.

Dependencies

  • Requires an API authentication token credential for the MeetGeek service.
  • The node dynamically selects the API base URL depending on the token prefix (US or EU region).
  • Network access to the MeetGeek API endpoints is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing Meeting ID will cause the API request to fail.
    • Incorrect or expired API token will result in authentication errors.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication failures: Check that the API token is valid and has not expired.
    • Not found errors: Verify the Meeting ID exists and is correct.
    • Rate limiting or quota exceeded: Ensure your API usage complies with MeetGeek limits.

Resolving these usually involves verifying credentials, confirming input parameters, and ensuring stable network connectivity.

Links and References

Discussion