This guide provides the steps necessary to modify your Webhooks within the Wamly platform.
Key Characteristics and Logic
Real-Time Data Transfer: Unlike standard APIs that require "polling" (repeatedly checking for updates), webhooks push information to a destination system the instant a chosen event is triggered.
Multi-System Integration: Wamly allows for multiple webhooks per event. This means you can simultaneously send candidate data to several external systems—such as your CRM, a secondary database, or a specialized HR tool—without needing to set up separate manual exports for each.
Agile Automation: By leveraging webhooks, organisations can automate downstream processes, such as triggering an internal Slack alert when a candidate completes an interview or automatically updating a third-party ATS.
Accessing the Webhook Configuration Panel
Permissions: Access to view, create, and configure webhooks is restricted exclusively to System Managers.- Begin by navigating through the system interface.
- To access your Webhook settings, navigate to the left-hand menu.
- Click on My Organization to open the settings view.
- Ensure that the Webhook tab is currently selected.
- Click on the “Add New” action button at the top right.
- Enter a name for your Webhook, the Webhook URL that the Webhook should call and select the Webhook Event Type that should be used to trigger the Webhook:
- Project Creation webhook is triggered when a new project is created.
- A New Interview event is triggered when a candidate completes an interview.
- A New Rating event is triggered when a new rating is given to a Candidate.
- A Project Edit event is triggered when the project has been edited.
- An event is triggered when a Candidate's interview Status is changed.
- An event is triggered when a Psychometric Assessment Status is Updated.
- An event is triggered when a Background Check Status is Updated.
- An event is triggered when a Candidate is assigned to a Rater.
- An event is triggered when a Candidate’s Tag(s) change.
- Once done, click on “Create” at the top right of the menu screen.
- Webhooks can be edited, deactivated or deleted from this menu.

Use case example of webhook
When a candidate is moved to the “Hired” stage, push the candidate info into an employee management system like SAP SuccessFactors or Zoho People.
Example using Make.com & Zoho People
- Step 1: Create a new scenario in Make and use the incoming webhooks module. Copy the URL this module provides
- Step 2: In Wamly , Navigate to My Organisation >> Webhooks >> and create new.
- Step 3: Give the webhook a name, copy the URL from Step 1 into the Webhook URL field and choose the event “Candidate interview status change”.
- Step 4: Go back into your scenario in make.com and add the Zoho People “add record” module with a filter that checks the webhook and only allows records where stage is “Hired” through.