Last active
July 3, 2024 07:54
-
-
Save cahyowhy/4a66ee110f52c79ac30ba50d483188ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"action": "hire_candidate", | |
"payload": { | |
"application": { | |
"id": 0, | |
"credited_to": { | |
"id": 0, | |
"name": "", | |
"employee_id": "" | |
}, | |
"source": { | |
"id": 0, | |
"public_name": "" | |
}, | |
"url": "", | |
"candidate": { | |
"id": 0, | |
"first_name": "Cahyo", | |
"last_name": "Wibowo", | |
"title": "", | |
"is_private": false, | |
"can_email": false, | |
"external_id": "", | |
"phone_numbers": [ | |
{ | |
"type": "home", | |
"value": "+6281123456789" | |
} | |
], | |
"email_addresses": [ | |
{ | |
"type": "personal", | |
"value": "[email protected]" | |
} | |
], | |
"addresses": null, | |
"educations": null, | |
"employments": null, | |
"recruiter": { | |
"id": 0, | |
"name": "", | |
"employee_id": "" | |
}, | |
"coordinator": { | |
"id": 0, | |
"name": "", | |
"employee_id": "" | |
}, | |
"attachments": null, | |
"custom_fields": { | |
"indonesia_national_id__ktp__candidate_1719973179.219919": { | |
"name": "Indonesia National ID (KTP)", | |
"type": "short_text", | |
"value": "3222032402920001" | |
} | |
}, | |
"applications": null | |
}, | |
"job": { | |
"id": 0, | |
"name": "", | |
"open_date": "", | |
"close_date": "", | |
"requisition_id": "", | |
"departments": null, | |
"offices": null, | |
"custom_fields": null | |
}, | |
"offer": { | |
"id": 0, | |
"version": 0, | |
"created_at": "", | |
"sent_at": "", | |
"resolved_at": "", | |
"starts_at": "", | |
"custom_fields": null | |
}, | |
"opening": { | |
"opening_id": "", | |
"custom_fields": null | |
}, | |
"current_stage": { | |
"id": 0, | |
"name": "" | |
}, | |
"candidate_id": 0 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment