Salesflare · Example Payload

Salesflare Account Example

A leading provider of innovative solutions

EnterpriseHot Lead

Salesflare Account Example is an example object payload from Salesflare, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamedomainwebsitepicturesizedescriptionownertagsphone_numberssocial_profilescreation_datemodification_date

Example Payload

Raw ↑
{
  "id": 1,
  "name": "Acme Corp",
  "domain": "acme.com",
  "website": "https://www.acme.com",
  "picture": "https://logo.clearbit.com/acme.com",
  "size": "11-50",
  "description": "A leading provider of innovative solutions",
  "owner": 42,
  "tags": [
    {"id": 5, "name": "Enterprise"},
    {"id": 9, "name": "Hot Lead"}
  ],
  "phone_numbers": [
    {"phone": "+1-555-123-4567", "type": "work"}
  ],
  "social_profiles": [
    {"type": "linkedin", "url": "https://linkedin.com/company/acme-corp"}
  ],
  "creation_date": "2024-01-15T09:00:00.000Z",
  "modification_date": "2024-06-01T14:30:00.000Z"
}