[#380] Can i directly link to single event page with participants’ count from our own website ? And Can i have custom cancel link in booking mail?

Migrated from Redmine #380 | Author: Shin Yu Wang
Status: New | Priority: High, I’m very impatient | Created: 2019-05-07


Hello! Here are some questions we want to learn:

  1. Now we know it has to choose participants’ count then enter to the reservation process.
    What we want to learn is : Is there any way to add the parameter of participants’ count when we link to the single event page which display available time from our own website to continue the reservation process?

2.The cancel link in the booking mail sent to client would link to system default page.
Is there anyway to change this link to our own website ?
And could we have an iframe for canceling reservation?

Thanks.

Best,

Julia Wang

Redmine Admin wrote:

Hi,

  1. Company public service methods - Company public service methods - SimplyBook.me last param is participants count. You can use this function to display available slots.
  2. There is no way to change this link. You can disable emails and send emails you need from your API server. Or you can edit email templates and remove cancell link

Shin Yu Wang wrote:

Redmine Admin wrote:

Hi,

  1. Company public service methods - Company public service methods - SimplyBook.me last param is participants count. You can use this function to display available slots.
  2. There is no way to change this link. You can disable emails and send emails you need from your API server. Or you can edit email templates and remove cancell link

Thank you for the quick reply!

For the first question, instead of making by ourselves, the single event page which we will link to from our own website is simplybook template website. For example, we can add serviceId and providerId on the link, like this
. And we try to add the count parameter on the link() , but it doesn’t seems to work. Is there any way to tell the simplybook template website the participants count when we link to there from our website ?

Redmine Admin wrote:

count param in such links is not supported

Shin Yu Wang wrote:

Thanks for your response, i understood :slight_smile: