Created
June 19, 2024 01:34
-
-
Save cahyowhy/7ead0817d04ae04472a51c7f2d9afdbd to your computer and use it in GitHub Desktop.
json webhook sent by BambooHR
This file contains 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
{ | |
"employees": [ | |
{ | |
"changedFields": [ | |
"Job Title", | |
"Reports To" | |
], | |
"fields": { | |
"Employee #": "1108", | |
"First Name": "ade", | |
"Middle Name": null, | |
"Last Name": "armando", | |
"Reports To": "Cahyo Wibowo", | |
"Job Title": "Fullstack Developer" | |
}, | |
"id": "1171" | |
} | |
] | |
} | |
{ | |
"employees": [ | |
{ | |
"changedFields": [ | |
"Job Title", | |
"Reports To" | |
], | |
"fields": { | |
"Employee #": "1108", | |
"First Name": "ade", | |
"Middle Name": null, | |
"Last Name": "armando", | |
"Reports To": "Cahyo Wibowo", | |
"Job Title": "Flutter Developer" | |
}, | |
"id": "1171" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment