In this documentation, you'll learn everything regarding how to receive data using webhooks in FunnelKit Automations.
How to Get a Webhook URL?
Here’s how you can use FunnelKit Automations to get the webhook URL.
Step 1: Create a new automation
Go to Automations and click on Create Automation.
![Create a new automation](https://funnelkit.com/wp-content/uploads/2024/04/automations-click-create-automation.png)
You'll see many pre-built recipes ready to get imported.
Click on Start from Scratch from there and enter the name of your new automation.
![Name your automation](https://funnelkit.com/wp-content/uploads/2024/06/name-automation-generalized-fka-3-0.png)
Click on Create.
Step 2: Select the event
Click on Select an Event.
![](https://funnelkit.com/wp-content/uploads/2024/06/select-an-event-receive-webhook.png)
Now, select the event - Webhook received in FunnelKit Automations.
![Select the event - Webhook received in FunnelKit Automations](https://funnelkit.com/wp-content/uploads/2024/06/click-webhook-received-event.png)
Step 3: Copy the custom webhook URL
Click on the trigger and copy this webhook URL.
![Copy the custom webhook URL](https://funnelkit.com/wp-content/uploads/2024/06/copy-custom-webhook-url-fka.png)
This is how you can get your webhook URL in FunnelKit Automations.
How to receive webhook data?
Once you’ve successfully sent the data through the webhook, here are the step-by-step instructions on how to receive it.
Step 1: Click on Receive Webhook
![Click on Receive Webhook](https://funnelkit.com/wp-content/uploads/2024/06/click-receive-webhook.png)
Your data will successfully be fetched here.
Step 2: Map your Email field
As you can see in this example, we have fetched three fields: Email, First Name, and Last Name of our customers.
![Map your Email field](https://funnelkit.com/wp-content/uploads/2024/06/webhook-data-received.png)
Now that we have successfully received the data, we can perform various Actions within FunnelKit Automations.
How to use webhook data in automation?
Here is an example, we will be creating a user from the webhook data that we received.
Follow the instructions below to create a user using the webhook data:
Step 1: Select an action - Create User
![Select an action - Create User](https://funnelkit.com/wp-content/uploads/2024/06/wordpress-create-user-action.png)
Once done, click on Done.
Step 2: Enter the field from the webhook data
Click on Merge tags.
![Enter the field from the webhook data](https://funnelkit.com/wp-content/uploads/2024/06/click-merge-tags-create-user.png)
Select your webhook data fields and click on Copy.
![Select your webhook data fields and click on Copy to clipboard](https://funnelkit.com/wp-content/uploads/2024/06/copy-email-webhook-data-merge-tag.png)
Now, paste the merge tags into the respective fields.
![Paste the merge tags](https://funnelkit.com/wp-content/uploads/2024/06/paste-merge-tags-create-user-action.png)
Choose the WordPress role you want to assign and turn on the toggle to make this automation live.
That’s it! You have successfully created a user on your source site from the webhook data received from another application.
This is how you can receive information from another application using FunnelKit Automations webhooks.