Profile Section

  • As the name denotes, it is the profile of a company or a person
  • It is an exclusive layout to display the details of a company or a person.

ParameterDescriptionDatatypeMax Limit
nameUnique ID for the sectionString50
layoutType of section layout - ProfileString 
titleUnique title for the sectionString30
dataData to be included in the sectionList3
linkURL associated with   
link_hintText that is displayed on hovering over the linkString 

Data element structure:

ParameterDescriptionDatatypeMax Limit
name

Name of the company or the person

Note: Element name is mandatory if reference_id is available in that element or navigate is true for that element or section

String50
websiteWebsite of the person/companyString 
logo_urlURL of the company logoLink 
social_mediaSocial Media details of the person/company - Facebook, Twitter, etc.Map 
aboutProfile description of the person/companyString 
contactsContact details of the person/company - phone, emailString 
companyName of the companyString 
genderGender of the personString 
positionPosition of the person in the companyString 
locationLocation of the person/companyString 
time_zoneTime zone of the person/companyString 
headquartersHeadquarters of the companyString 
employees_countNumber of employees in the companyString 
sinceStart date of the companyString 
typeType of the companyString 
sectorSector to which the company belongsString 
annual_revenueAnnual revenue of the companyString 
fund_raisedFunds raised by the companyString 
industryType of industryString 
market_capitalMarket capital value String 
technologiesTechnologies used in the companyString 
tagsTags associated to the companyString 
alexa_rank_us String 
alexa_rank_global String 

Social Media:

ParameterDescriptionDatatype
facebookFacebook profile URL of the person/companyLink
twitterTwitter profile URL of the person/companyLink
instagramInstagram profile URL of the person/companyLink
linkedinLinkedIn profile URL of the person/companyLink
crunchbaseCrunchbase profile URL of the person/companyLink
facebook_likesNumber of likes the Facebook profile of the person/company has wonString
facebook_followersNumber of followers the Facebook profile of the person/company hasString
instagram_followersNumber of followers the Instagram page of the person/company hasString
twitter_followersNumber of followers the Twitter profile of the person/company hasString

Action structure:

ParameterDescriptionDatatypeMax Limit
label Label to be shown for the buttonString30
name

Unique name for each action element

String50
reference_idAdditional values that need to be passed to the action handlerString300

Note:

If the datatype is String then the Max Limit indicates the character limit and if the datatype is List, then it indicates the maximum number of values that can be included in the list​

 

Sample Code:

Copied{
   "name":"$sectionId",
   "layout":"profile",
   "title":"$title",
   "data":{
      "name":"Zylker Inc.",
      "website":"www.zylker.com",
      "logo_url":"https://zylkerinc.zylker.com/logo.png",
      "social_media":{
         "facebook":"facebook.com/zylkerinc/",
         "twitter":"twitter.com/zylkerinc",
         "instagram":"instagram.com/zylkerinc",
         "linkedin":"linkedin.com/zylkerinc",
         "crunchbase":"crunchbase.com/zylkerinc",
         "facebook_likes" : 12070,
         "facebook_followers" : 20000,
         "instagram_followers" : 15000,
         "twitter_followers" : 18000
      },
      "about":"Zylker Inc. was founded in Feb 1994 as a very small start-up and gradually grew to become one of the world's giants",
      "contacts":[
         {
            "type":"phone|email",
            "value":"0081838918|zylkerinc@zylker.com"
         }
      ],
      "company" : "Zylker Inc",
      "gender" : "Male",
      "position" : "CEO",
      "location" : "Chennai, India",
      "time_zone" : "America/Vancouver",
      "headquarters":"Vancouver",
      "employees_count":"1000",
      "since":"Feb, 1994",
      "type":"Public",
      "sector":"Information Technology",
      "annual_revenue":"$200 Billion",
      "fund_raised" : "$10M",
      "industry":"IT",
      "market_capital":"$ 20M",
      "technologies":"Java, C++",
      "tags":"information,software",
      "alexa_rank_us":26,
      "alexa_rank_global":12
   },
   "link":"",
   "link_hint":"",
   "reference_id":"1",
   "actions":[
      {
         "label":"Add record",
         "name":"addRecord"
      }
   ]
}