Discussions

Ask a Question
ANSWERED

Is there an intergration with Klaviyo?

Hello I am wondering if there's an integration with klaviyo in the works?
ANSWERED

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?
ANSWERED

Dynamic Cancellation Message (API)

When an appointment is cancelled, is there a way to have a custom message?
ANSWERED

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?
ANSWERED

List Visits API - Multiple state?

https://developers.waitwhile.com/reference/listvisits Is it possible to have multiple state for query params?
ANSWERED

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?
ANSWERED

Select a service

I'm trying to find a way to increase the logo images when selecting a service. Can anyone help?
ANSWERED

How can I find deleted visits?

How can I find deleted visits? Seems like the visit_id disappears when a booking gets cancelled..
ANSWERED

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
ANSWERED

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! :)