Skip to content

Instantly share code, notes, and snippets.

@cahyowhy
Created June 19, 2024 01:34
Show Gist options
  • Save cahyowhy/7ead0817d04ae04472a51c7f2d9afdbd to your computer and use it in GitHub Desktop.
Save cahyowhy/7ead0817d04ae04472a51c7f2d9afdbd to your computer and use it in GitHub Desktop.
json webhook sent by BambooHR
{
"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