> For the complete documentation index, see [llms.txt](https://tutorials.kuasa.io/getting-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.kuasa.io/getting-started/kuasa-crm-pipeline/projects/steps-to-setup-webhook/connector-using-make.md).

# Connector using Make

<mark style="color:blue;">**Register Make Account**</mark>

1. Open [**make.com**](https://www.make.com/en) in a new tab.
2. Click **Get started free**.

<figure><img src="/files/CTMm9ZFBRSFyvtVwbK5L" alt=""><figcaption></figcaption></figure>

3. Click the **Google** button.

<figure><img src="/files/QBRp8THAIjmlVTz4DHcA" alt=""><figcaption></figcaption></figure>

4. Choose your preferred email.

<figure><img src="/files/aW4UE7n04rVII9qYwbnR" alt=""><figcaption></figcaption></figure>

5. Click the **Continue** button.

<figure><img src="/files/ErG5ZICMeKGYcI5Ahsio" alt=""><figcaption></figcaption></figure>

6. Click **Sign up for FREE**.

<figure><img src="/files/QVNnW5hDufZXPIAZhWdW" alt=""><figcaption></figcaption></figure>

7. The page will appear as shown. Proceed to answer the questions.

<figure><img src="/files/YrCrOZtDYFBWTea9nn4m" alt=""><figcaption></figcaption></figure>

8. After completion, you will be redirected to the login page.
9. Click **Sign in with Google**.

<figure><img src="/files/HO9GT6MwAiylNtXHY2du" alt=""><figcaption></figcaption></figure>

10. Choose your preferred email.

<figure><img src="/files/ihSN788ME2oqFr8AEek9" alt=""><figcaption></figcaption></figure>

<mark style="color:blue;">**Setup First Module: Custom Webhook**</mark>

11. Click **+ Create a new scenario** (top right) and click the **Get started** button.

<figure><img src="/files/xAX4Rgf5yPy7ymYsLbxd" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/C8Vr5PHE4HwfDX1phm18" alt=""><figcaption></figcaption></figure>

12. Choose **Webhooks**.

<figure><img src="/files/Pfgro1kx7YlCE9BlPRoa" alt=""><figcaption></figcaption></figure>

13. Choose **Custom webhook**.

<figure><img src="/files/qw2bzCps5wEqHNKrOgxn" alt=""><figcaption></figcaption></figure>

14. Click **Create a webhook**.

<figure><img src="/files/aLZJVwnsAiP1rEtolWYc" alt=""><figcaption></figcaption></figure>

15. Enter a name for the webhook and then click the **Save** button.

<figure><img src="/files/Z8wcrZkxm0xO6dHbPIhZ" alt=""><figcaption></figcaption></figure>

16. &#x20;Click **Copy address to clipboard** and then click the **OK** button.

<figure><img src="/files/9N6V6gGx8uAvl1Z2fF7a" alt=""><figcaption></figcaption></figure>

17. Paste the link address into the form settings under **Webhook**.

<figure><img src="/files/4SZoPnXmT85dSVtOx02V" alt=""><figcaption></figcaption></figure>

18. Go to Make and click **Run once**.

<figure><img src="/files/CZg5MIwHqt2VlWlCPuz5" alt=""><figcaption></figcaption></figure>

19. Open the form, fill it out, and submit it to trigger the hook.

<figure><img src="/files/DEvZvDMlVu9ypT73MX2P" alt=""><figcaption></figcaption></figure>

20. &#x20;When you open Make, it will show this: Make already captures the details submitted in the form.

<figure><img src="/files/nnErLY57XEeP9dx3DING" alt=""><figcaption></figcaption></figure>

<mark style="color:blue;">**Setup Second Module: POST**</mark>

21. Click the '**+**' symbol to add another module.

<figure><img src="/files/fUvVoJrGoYrmlQ9vlwXS" alt=""><figcaption></figcaption></figure>

22. &#x20;Choose **HTTP**.

<figure><img src="/files/Fm62pafj5TBNzsK7POMv" alt=""><figcaption></figcaption></figure>

23. &#x20;Choose **Make a request**.

<figure><img src="/files/s7Vu9nNsgRVWEtzk5Yik" alt=""><figcaption></figcaption></figure>

24. &#x20;Paste the link copied from Kuasa into the URL field.

<figure><img src="/files/naveyJpmAZfOcxqKLYsZ" alt=""><figcaption></figcaption></figure>

25. &#x20;Under Method, choose **POST**.

<figure><img src="/files/H18Rt9yqdAw8lTptjk4R" alt=""><figcaption></figcaption></figure>

26. &#x20;Under Body type, choose **Raw**.

<figure><img src="/files/lNuV2GNUgWlxtgSb50rd" alt=""><figcaption></figcaption></figure>

27. &#x20;Under Content type, choose **JSON (application/json)**.

<figure><img src="/files/Fi2uzoaTA0aXfeVszNtT" alt=""><figcaption></figcaption></figure>

28. &#x20;Under Request content, paste: <mark style="color:blue;">{"firstName":"","lastName":"","email\_contact":"","contact":""}</mark>

<figure><img src="/files/843NE0VZZGmH2jl5nplX" alt=""><figcaption></figcaption></figure>

29. &#x20;Click the **star** symbol and then type **firstname**.

<figure><img src="/files/lRnEAAoszwMA1abI4GgD" alt=""><figcaption></figcaption></figure>

30. &#x20;Drag the **value** tag and place it between the "".&#x20;

{"firstName":"<mark style="background-color:red;">value</mark>",

<figure><img src="/files/Dz0T8ugrXLshKpQYFxaU" alt=""><figcaption></figcaption></figure>

31. It will look like this.

{"firstName":"<mark style="background-color:red;">1. fields: firstName: value</mark>",

<figure><img src="/files/JS0ZpGGIi2vn4kscMaxx" alt=""><figcaption></figcaption></figure>

32. &#x20;Repeat steps 29 - 31 for the remaining details:

* Type **lastname** > drag the <mark style="background-color:red;">**value**</mark>.
* Type **email** > drag the <mark style="background-color:red;">**value**</mark>.
* Type **contact** > drag the <mark style="background-color:red;">**value**</mark> under the **contact** section.

33. &#x20;It should look like this.

<figure><img src="/files/GSy09ZzVpJenZA4sAMfO" alt=""><figcaption></figcaption></figure>

34. &#x20;Under Parse response, tick **Yes**. Then click the **OK** button.

<figure><img src="/files/vChULIRrv4PqYGcTMpEj" alt=""><figcaption></figcaption></figure>

35. &#x20;Right-click on the second module and choose **Run this module only**.

<figure><img src="/files/5zsQDFsbauRK9aQBTbgF" alt=""><figcaption></figcaption></figure>

36. &#x20;Scroll down, fill in all the details, and click **OK**.

<figure><img src="/files/8AkQGkU3eXfOkOty7XES" alt=""><figcaption></figcaption></figure>

37. &#x20;You can check the details entered in the Kuasa system.
38. Toggle the button from **OFF** to **ON** (bottom left).

<figure><img src="/files/HMfvL8zKbIqo8zsSUEq0" alt=""><figcaption></figcaption></figure>

**Well Done!** You already set up the webhook using Make. Try submitting the form again to verify that the details are entered into Kuasa.
