The Workplace object
This object represents your customers' workplaces.
{
"id": "12345",
"name": "Tech Innovators Inc.",
"description": "A cutting-edge technology company specializing in AI and software solutions.",
"website": "https://www.techinnovators.com",
"phoneNumber": "+1-800-555-1234",
"email": "[email protected]",
"address": "123 Innovation Drive, Tech City, TX 75001",
"socialLinks": {
"linkedin": "https://linkedin.com/company/techinnovators",
"twitter": "https://twitter.com/techinnovators"
},
"tags": [
"technology",
"AI",
"software"
],
"createdAt": "2024-05-14T14:15:36Z",
"updatedAt": "2024-05-14T14:15:36Z"
}Attributes
id(string): A unique identifier for the workplace.name(string): The name of the workplace.description(string): A brief description of the workplace and its purpose or focus.website(string): The URL to the official website of the workplace.phoneNumber(string): The contact phone number of the workplace.email(string): The email address for contacting the workplace.address(string): The physical address of the workplace.socialLinks(object): A collection of key-value pairs representing social media or external links associated with the workplace.tags(array of strings): A list of tags categorizing the workplace, such as its specialties or focus areas.createdAt(string,format:date-time): The timestamp indicating when the workplace record was created, in ISO 8601 format.updatedAt(string,format:date-time): The timestamp indicating when the workplace record was last updated, in ISO 8601 format.
Last updated