Wati.io Webhook Setup for Therapist Availability

Job ID: 38798762

Budget: €8 – €30 EUR

I'm in need of a Wati.io expert to set up a webhook via API for me. I have a CRM where I manage therapist schedules, and I want to pull this information using a webhook.

Here's how I envision it working:

- The bot should check my API every hour to see which therapists are available that day.
- The bot should then relay this information in the chatbot in the following format: "test1 is available", "test2 is available", etc.

I have already crafted a JSON API, but I'm unsure how to implement it in Wati, as my tests have yielded no response. My API response looks like this:

{
"status": "success",
"data": [
{
"therapist_name": "test2",
"is_available": "1"
},
{
"therapist_name": "test1",
"is_available": "1"
},
{
"therapist_name": "test3",
"is_available": "1"
}
]
}

The ideal freelancer for this project would have prior experience with Wati.io and integrating APIs. Skills in Javascript and chatbot development would also be a plus.