zulip/zerver/webhooks/greenhouse/fixtures/candidate_created.json

113 lines
2.8 KiB
JSON
Raw Normal View History

{
"action": "new_candidate_application",
"payload": {
"application": {
"id": 265293,
"rejected_at": null,
"prospect": false,
"status": "active",
"applied_at": "2013-03-22T00:00:00Z",
"last_activity_at": "2015-03-18T20:28:09Z",
"source": {
"id": 27,
"public_name": "LinkedIn"
},
"credited_to": null,
"rejection_reason": null,
"current_stage": {
"id": 678901,
"name": "Application Review",
"interviews": [
{
"id": 989099,
"name":"Application Review",
"status": "collect_feedback",
"interview_kit": {
"url": "http://app.greenhouse.io/guides/67656/people/265788",
"content": "",
"questions": []
},
"interviewers": []
}
]
},
"candidate": {
"id": 265788,
"created_at": "2013-10-04T01:24:48Z",
"first_name": "Hector",
"last_name": "Porter",
"title": null,
"company": null,
"phone_numbers": [
{
"value": "330-281-8004",
"type": "home"
}
],
"email_addresses": [
{
"value": "hector.porter.265788@example.com",
"type": "personal"
}
],
"addresses": [],
"website_addresses": [],
"social_media_addresses": [],
"recruiter": null,
"coordinator": null,
"photo_url": "https://prod-heroku.s3.amazonaws.com/...",
"attachments": [
{
"filename": "resume.pdf",
"url": "https://prod-heroku.s3.amazonaws.com/...",
"type": "resume"
}
],
"tags": [
"Import from Previous ATS"
],
"custom_fields": {
"favorite_color": {
"name": "Favorite Color",
"type": "short_text",
"value": "Blue"
}
}
},
"jobs": [
{
"id": 3485,
"name": "Designer",
"requisition_id": null,
"notes": "Digital and print",
"job_post_id": 54321,
"status": "open",
"created_at": "2013-10-02T22:59:29Z",
"opened_at": "2015-01-23T00:25:04Z",
"closed_at": null,
"departments": [
{
"id": 237,
"name": "Community"
}
],
"offices": [
{
"id": 54,
"name": "New York",
"location": "New York, NY"
}
],
"custom_fields": {
"employment_type": {
"name": "Employment Type",
"type": "single_select",
"value": "Full Time"
}
}
}
]
}
}
}