Sumble · Example Payload

Sumble V9 People Request By People List

CompanyAccount IntelligenceSales IntelligenceData EnrichmentGo-To-MarketTechnographicsPeople DataJob PostsSignalsMCP

Sumble V9 People Request By People List is an example object payload from Sumble, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

peopleselect

Example Payload

Raw ↑
{
  "people": [
    {
      "person_id": 181438858
    },
    {
      "linkedin_url": "https://www.linkedin.com/in/jared-nightingale"
    },
    {
      "email": "lou@sumble.com"
    }
  ],
  "select": {
    "attributes": [
      "name",
      "email",
      "phone",
      "job_title",
      "current_employer"
    ],
    "related_people": {
      "direction": [
        "managers",
        "direct_reports"
      ],
      "attributes": [
        "name",
        "job_title"
      ]
    }
  }
}