Home
ServiceNow
Contact Contact Create Example
Contact Contact Create Example
Automation Cloud Services Digital Workflows Enterprise Platform ITSM Processes T1 Workflow-Automation Workflows
Contact Contact Create Example is an example object payload from ServiceNow, with 56 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
name first_name middle_name last_name user_name email phone mobile_phone home_phone title employee_number company account department manager location building street city state zip country active vip locked_out web_service_access_only internal_integration_user enable_multifactor_authn geolocation_tracked notification calendar_integration failed_attempts latitude longitude time_zone date_format time_format preferred_language gender photo introduction source roles cost_center schedule time_sheet_policy default_perspective ldap_server agent_status on_schedule
Example Payload
{
"name": "Example Title",
"first_name": "example_value",
"middle_name": "example_value",
"last_name": "example_value",
"user_name": "example_value",
"email": "user@example.com",
"phone": "example_value",
"mobile_phone": "example_value",
"home_phone": "example_value",
"title": "Example Title",
"employee_number": "example_value",
"company": "example_value",
"account": 42,
"department": "example_value",
"manager": "example_value",
"location": "example_value",
"building": "example_value",
"street": "example_value",
"city": "example_value",
"state": "example_value",
"zip": "example_value",
"country": 42,
"active": true,
"vip": true,
"locked_out": true,
"web_service_access_only": true,
"internal_integration_user": true,
"enable_multifactor_authn": true,
"geolocation_tracked": true,
"notification": 1,
"calendar_integration": 10,
"failed_attempts": 10,
"latitude": 42.5,
"longitude": 42.5,
"time_zone": "example_value",
"date_format": "dd/mm/yyyy",
"time_format": "hh.mm.ss a",
"preferred_language": "example_value",
"gender": "example_value",
"photo": "example_value",
"introduction": "example_value",
"source": "example_value",
"roles": "example_value",
"cost_center": "example_value",
"schedule": "example_value",
"time_sheet_policy": "example_value",
"default_perspective": "example_value",
"ldap_server": "example_value",
"agent_status": "Off work",
"on_schedule": "Ahead",
"edu_status": "example_value",
"last_login_time": "2026-01-15T10:30:00Z",
"last_login_device": "example_value",
"social_channel": "example_value",
"social_handle": "example_value",
"social_handle_url": "https://www.example.com"
}