Discussions

Ask a Question

Working with resource groups

I have event templates that require a group of resources - for example, an operation always requires an operation room, a doctor, a nurse, and an embryologist. I want to create a predefined group of resources and users. Then I want to choose them when creating a meeting, instead of choosing them individually.

Issue with Webhook Auth and Salesforce

I'm running into an issue when trying to compare the HMAC auth keys in my Apex webhook listener. Here is my code: String wwSig = EncodingUtil.urlEncode(svcURL + req.requestBody.toString(), 'UTF-8'); Blob hmac = Crypto.generateMac('hmacSHA256', Blob.valueOf(wwSig), Blob.valueOf(_WaitWhile Secret Key_)); String hmacString = EncodingUtil.base64Encode(hmac); I compare hmacString to the 'X-Waitwhile-Signature' in the headers but I cannot get the values to match. I tried following the "guide" at <https://developers.waitwhile.com/docs/authenticating-webhooks> which states, "The signature is created by concatenating webhook URL and payload as a UTF-8 string, and then creating a hash-based message authentication code (HMAC) with SHA-256, encoded using Base64." I think I'm following this correctly but it's not working. Has anyone successfully used this authentication signature with Salesforce? Any help would be appreciated. Also, I know that WaitWhile now has the ability to integrate directly with Salesforce but that is only available on the enterprise version so we cannot use it. Thank you!

Metadata for Booking and Location objects

Metadata is a great improvement. Will it be added to booking and location objects? additionally, Is there any page we can follow the roadmap and releases? Thanks

Domain in photourl is not allowed

I try to update resource photourl with our own CDN url. But I receive "Domain in photourl is not allowed" error message. is it possible to add our own domain?

Webhooks

Can you setup webhooks for a specific waitwhile list? I know you can for Location. Or would you suggest creating a location for the list you want to integrate?

About "Using your own SMS messaging provider"

To achieve it we need a Server Backend that is responsible for receiving message requests from Waitwhile and forwarding these to the Messaging Provider. How the message request look like and how to test it, the guides and API Reference has nothing about it.