Skip to main content
Fellow logo

Overview

Add Fellow to any ModuleX agent or workflow. Meeting productivity platform for notes, action items, and meeting management via the Fellow REST API (https://<subdomain>.fellow.app/api/v1).
Categories: Productivity & Collaboration · Meetings · Auth: API Key · Actions: 3

Authentication

API Key Authentication

Authenticate using your Fellow API key and workspace subdomain
1

Step 1

Sign in to your Fellow workspace at https://<subdomain>.fellow.app
2

Step 2

Navigate to Settings > Integrations > API
3

Step 3

Generate a new API key or copy your existing one
4

Step 4

Note your workspace subdomain (the part before .fellow.app in your URL)

Required Credentials

FieldDescriptionRequiredFormat
Workspace SubdomainYour Fellow workspace subdomain (the part before .fellow.app)Yesmycompany
API KeyYour Fellow API key from Settings > Integrations > APIYesxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Available Actions

Parameters

action_item_id
string
required
The ID of the action item to archive

Response

{
  "additionalProperties": false,
  "properties": {
    "success": {
      "title": "Success",
      "type": "boolean"
    },
    "error": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Error"
    },
    "data": {
      "anyOf": [
        {
          "additionalProperties": true,
          "type": "object"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Data"
    }
  },
  "required": [
    "success"
  ],
  "title": "ArchiveActionItemOutput",
  "type": "object"
}

Parameters

action_item_id
string
required
The ID of the action item to mark as complete

Response

{
  "additionalProperties": false,
  "properties": {
    "success": {
      "title": "Success",
      "type": "boolean"
    },
    "error": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Error"
    },
    "data": {
      "anyOf": [
        {
          "additionalProperties": true,
          "type": "object"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Data"
    }
  },
  "required": [
    "success"
  ],
  "title": "CompleteActionItemOutput",
  "type": "object"
}

Parameters

note_id
string
required
The ID of the note to retrieve

Response

{
  "additionalProperties": false,
  "properties": {
    "success": {
      "title": "Success",
      "type": "boolean"
    },
    "error": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Error"
    },
    "data": {
      "anyOf": [
        {
          "additionalProperties": true,
          "type": "object"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Data"
    }
  },
  "required": [
    "success"
  ],
  "title": "GetNoteByIdOutput",
  "type": "object"
}

Limits & Quotas

  • No documented public rate limits from Fellow’s API documentation.
  • Error model: non-2xx responses and timeouts are caught and returned as success=False + error rather than raising.

Cal.com

Calendly

Canva