{
  "info": {
    "name": "SalesRobot — mcp.ai",
    "description": "REST API for the SalesRobot MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/salesrobot",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "salesrobot_add_prospect_to_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/prospect/to/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "prospect",
            "to",
            "campaign"
          ]
        },
        "description": "Add one identified LinkedIn prospect to a SalesRobot campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"email\": \"\",\n  \"job_title\": \"\",\n  \"last_name\": \"\",\n  \"first_name\": \"\",\n  \"profile_url\": \"\",\n  \"company_name\": \"\",\n  \"campaign_uuid\": \"\",\n  \"custom_fields\": {},\n  \"sales_nav_url\": \"\",\n  \"unique_linkedin_id\": \"\",\n  \"linkedin_account_uuid\": \"\",\n  \"starting_step_ordinal\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "salesrobot_get_linkedin_profile",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/linkedin/profile",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "linkedin",
            "profile"
          ]
        },
        "description": "Retrieve a LinkedIn person or company profile through a connected SalesRobot LinkedIn account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"identifier\": \"\",\n  \"linkedin_account_uuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "salesrobot_get_prospect_sequence_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/prospect/sequence/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "prospect",
            "sequence",
            "status"
          ]
        },
        "description": "Get sequence-step execution and message status for one prospect, optionally within a campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaign_uuid\": \"\",\n  \"prospect_uuid\": \"\",\n  \"linkedin_account_uuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "salesrobot_list_campaign_prospects",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/campaign/prospects",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "campaign",
            "prospects"
          ]
        },
        "description": "List and filter prospects for a campaign or across campaigns on one connected LinkedIn account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tags\": \"\",\n  \"limit\": 0,\n  \"next_cursor\": \"\",\n  \"search_term\": \"\",\n  \"no_reply_yet\": false,\n  \"campaign_uuid\": \"\",\n  \"email_available\": false,\n  \"last_activities\": \"\",\n  \"linkedin_account_uuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "salesrobot_list_campaigns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/campaigns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "campaigns"
          ]
        },
        "description": "List and filter campaigns for one connected LinkedIn account, returning campaign UUIDs for prospect and status workflows.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"statuses\": \"\",\n  \"is_archived\": false,\n  \"next_cursor\": \"\",\n  \"search_term\": \"\",\n  \"linkedin_account_uuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "salesrobot_list_inbox_threads",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/inbox/threads",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "inbox",
            "threads"
          ]
        },
        "description": "List and filter synchronized SalesRobot inbox threads for one connected LinkedIn account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tags\": \"\",\n  \"limit\": 0,\n  \"is_paused\": false,\n  \"is_unread\": false,\n  \"thread_id\": \"\",\n  \"inbox_type\": \"\",\n  \"next_cursor\": \"\",\n  \"search_term\": \"\",\n  \"campaign_uuid\": \"\",\n  \"prospect_uuids\": \"\",\n  \"linkedin_account_uuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "salesrobot_list_linkedin_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/linkedin/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "linkedin",
            "accounts"
          ]
        },
        "description": "List LinkedIn accounts connected to SalesRobot and return the account UUIDs required by most other tools.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tags\": \"\",\n  \"limit\": 0,\n  \"next_cursor\": \"\",\n  \"search_term\": \"\",\n  \"health_statuses\": \"\",\n  \"license_statuses\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "salesrobot_list_linkedin_posts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/linkedin/posts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "linkedin",
            "posts"
          ]
        },
        "description": "List recent posts for a LinkedIn person or company through a connected SalesRobot LinkedIn account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"identifier\": \"\",\n  \"is_company\": false,\n  \"next_cursor\": \"\",\n  \"profile_url\": \"\",\n  \"linkedin_account_uuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "salesrobot_send_message",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/send/message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "send",
            "message"
          ]
        },
        "description": "Send one message in an existing SalesRobot LinkedIn conversation. This immediately performs external outreach to the selected prospect; confirm the recipient and message content before calling.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"message\": \"\",\n  \"thread_id\": \"\",\n  \"prospect_uuid\": \"\",\n  \"attachment_url\": \"\",\n  \"unipile_chat_id\": \"\",\n  \"attachment_file_name\": \"\",\n  \"linkedin_account_uuid\": \"\",\n  \"unipile_sales_nav_chat_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "salesrobot_update_prospect",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/prospect",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "prospect"
          ]
        },
        "description": "Update profile, contact, and custom field data for one existing SalesRobot prospect. Omitted fields remain unchanged.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"email\": \"\",\n  \"job_title\": \"\",\n  \"last_name\": \"\",\n  \"first_name\": \"\",\n  \"profile_url\": \"\",\n  \"company_name\": \"\",\n  \"phone_number\": \"\",\n  \"custom_fields\": {},\n  \"prospect_uuid\": \"\",\n  \"sales_nav_url\": \"\",\n  \"linkedin_account_uuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}