Zapier - New User Webhook
This guide documents how to create a Zapier webhook to receive employee and job-related details for advanced automations across multiple apps and core IT systems.
Leverage this webhook to synchronize Zapier user data for onboarding, offboarding, and/or app-access requests.
An introduction to using Zapier webhooks can be found here.
Custom Action Configuration
Method : POST
URL : <path_to_your_hook>
Query Parameters
Parameter | Variable Mapping |
---|---|
Name | [Trigger.User.First-name] |
Last Name | [Trigger.User.Last-name] |
Location | [Trigger.User.Details.<integrated_hr_app_location_attrib>] |
Department | |
Start Date | |
Managers Email | |
Headers
Header | Value |
---|---|
Content-Type | application/json |
Body
No content or payload in the JSON body required.
Tips
Zapier can be used for just about any kind of automation. Check back here soon for more examples on how to build automations using Zapier.
Congratulations!
You have successfully created a Custom Action to create a Zapier webhook to receive employee and job-related details for advanced automations across multiple apps and core IT systems.
Updated over 1 year ago