[#1130] Find the next x free booking slots and create urls to these x booking slots

Migrated from Redmine #1130 | Author: conny p
Status: New | Priority: Normal | Created: 2023-11-17


Dear Developer Team,
the simplymeet.me support team has pointed me to this forum and suggested that I ask my question here.

I am using simplymeet.me such that clients of mine can book appointments.
I am now setting up an chatbot on instagram (manychat) and want to automatically ask simplymeet.me for the date & time of the next x free booking slots (of a certain meeting type).
Additionally I need the urls to these x free booking slots (in case a potential client wants to book a proposed booking slot).

Is it possible to do this with your API?
If yes, how?

Thanks in advance - I really appreciate your work!
Conny

Nicholas Alias wrote:

We don’t have this kind of functionality, but you can get a schedule in a range of dates

GET {{ host }}/panel/api/event-type/availability/1081/?timezone=Europe%2FLisbon&startDate=2023-12-22&endDate=2023-12-22
Content-Type: application/json
X-AUTH-TOKEN: {{ token }}

Login.
POST {{ host }}/panel/api/login
Content-Type: application/json

{
“login”: “”,
“password”: “”,
“deviceToken”: “”
}

Event type list
GET {{ host }}/panel/api/event-type?filter[forCurrentUser]=1
Content-Type: application/json
X-AUTH-TOKEN: {{ token }}