Hi @mahabbat, you can try following these steps:
-
Create an IFTTT account
-
Create an Applet
-
If This:
- Choose Webhook
- Use the option “Receive a web request with a JSON payload”
- Create an event name. I’ll use “submission” for the example
-
Then That:
- Choose Gmail (or whatever you want):
- Sign into Gmail account
- Choose the option “Send yourself an email”
- Leave everything as the default for now
- Create action
-
Continue
- Create a title
- Finish
-
In the drop down menu in top right, go to “My services”
-
Scroll down and click on “Webhooks”
- Click on “Documentation”
- Under the heading “To trigger an Event with an arbitrary JSON payload” you can see the URL pattern you need to follow (the end value is your key):
https://maker.ifttt.com/trigger/{event}/json/with/key/hpr78PGztRXzxcBoD3FDLqavbsoruqlG3lgGZKHB_w1o5tw
- Replace
{event}
with what you called your hook, in this case “submission” - Copy the URL
-
In the KoBo REST Services, paste the URL from IFTTT
-
Click “Create”
-
Try submitting something to the form and hopefully receive an email