NOTE
To configure webhooks:
- Partners using OAuth clients please email [email protected].
- Companies reference our Configure Company webhooks guide for more details. Webhooks are restricted to Gourmet plans.
This webhook will be triggered when a role is created.
Below is an example role.created
payload.
{
"role_id": 1392929,
"acting_user_id": 1149595,
"company_id": 101,
"location_id": 243444,
"department_id": 67610,
"num_stations": 1,
"role_name": "Bartender",
"job_code": "code",
"sort": 0,
"color": "00ff00",
"is_deleted": false
}