Staff ('created', 'updated', 'deactivated', 'deleted', 'reactivated')Copy PageSupported staff events: created updated deactivated deleted reactivated Staff created subscribe example: cURLcurl --location --request POST '/platform/v1/webhook/subscribe' \ --header 'Authorization: "Bearer API_TOKEN"'\ --header 'Content-Type: application/json' \ --data-raw '{ "event": "staff/created", "target_url": "URL" }' Staff created response example: cURL{ "entity_name": "staff", "event_type": "created", "data": { "business_id": "9i87qbjv6kec4kua", "staff_id": "h8hfrzuiac4e2uad", "first_name": "new", "last_name": "staff", "display_name": "New Staff", "phone": 1234567890, "email": "[email protected]", "role": "user", "created_at": "2021-08-15T14:56:41.000+03:00" } }Updated 11 months ago Welcome to the inTandem API 🚀Did this page help you?YesNo