Step 1
Login to Kylas and navigate to Setup -> Automation > Workflow
Step 2
Create a workflow by following the steps mentioned in the article How to create a workflow in Kylas CRM?, and choose 'Webhook' as an action in step 4 of workflow creation and click on the 'Create webhook' button. Step 3
In the 'Add Webhook' modal:
- Enter the webhook name and description
- Choose request type from GET, POST, and PUT
- Enter the target URL (Target URL is the URL of the API to whom you want to send some data via webhook request)
- Choose the required authorization method and enter the required credentials in order to access the API URL.
- Choose the 'Add parameters' radio button to add parameters to be sent to the API in the webhook request
- Enter parameter name
- Choose parameter type (e.g. Lead information, Lead owner's information)
- Choose the parameter value to be sent (e.g. Lead's email id, Owner's name)
- Add multiple parameters if required.
Step 4
Click on the 'Save' button in the 'Edit Webhook' modal to save the webhook.

Some sample business use cases where webhook might be useful:
- Whenever a Lead is created, add the Lead's email id to the Mailchimp account for bulk email marketing.
- Create a workflow for Lead with the trigger as 'When Lead is created.
- Enter the required conditions.
- Choose 'Webhook' from the list of actions in step 4 of the workflow creation
- Enter webhook name and description
- Enter Mailchimp API URL for account creation
- Choose the authorization method as Key and enter a valid Key
- Choose the parameter as Lead's email id
- Save the webhook
- Save and Activate the workflow