Discussions
Is there an intergration with Klaviyo?
Hello I am wondering if there's an integration with klaviyo in the works?
Posted by Ariel over 1 year ago
Adjusting the internal UI views
My client is looking to adjust the view their staff sees for the waitlists. They have custom fields added to their sign up that ask sensitive information and they want to hide this on the staff/admin view of the waitlist screen. I know there is a setting that you can turn custom fields off, but this sounds like it's only for the public view. Is there anything in the API that allows us to adjust that UI screen?
Posted by Stacy H over 1 year ago
Dynamic Cancellation Message (API)
When an appointment is cancelled, is there a way to have a custom message?
Posted by Joey almost 2 years ago
Is there a Send Message API?
Hi,
I have a cronjob that checks all the bookings with specific DataField value and sends the user a message.
Do we have an API that can send a message to user?
Posted by Joey almost 2 years ago
List Visits API - Multiple state?
https://developers.waitwhile.com/reference/listvisits
Is it possible to have multiple state for query params?
Posted by Joey almost 2 years ago
locationId is null
Hi,
I use the List Locations API (https://developers.waitwhile.com/reference/listlocations) and I noticed all the locationId is null. Am I missing something here?
Posted by Joey Clarin almost 2 years ago
Select a service
I'm trying to find a way to increase the logo images when selecting a service. Can anyone help?
Posted by Aimee Soltys almost 2 years ago
How can I find deleted visits?
How can I find deleted visits? Seems like the visit_id disappears when a booking gets cancelled..
Posted by Sebastian Sundet Flaen almost 2 years ago
Retrieve Que Position?
Which webhook would I use to retrieve a customers position in a waitlist. I would like my app to update itself with your server on a weekly basis.
What identifiers are necessary to poll waitwhile? Location Id and Phone Number?
Best,
Cayce
Posted by Cayce almost 2 years ago
Adding location to service
Hi!
I was looking through your API docs for ways to add locations to existing services.
I've ended up solving this by POST-ing to /v2/services/{serviceId} with the new locationIds. While this works, it requires you to fetch the existing locationIds so you can append new IDs to the list. And while it's unlikely for our use case, this could lead to concurrency issues.
Is there some other way of patching services that I'm not seeing? Can I assign locations to services when creating them, e.g. with assignToServices? I'm having some trouble figuring out what these query params do, and how to use them.
Thanks! :)
Posted by Thomas H. about 2 years ago