[#625] Randezvous system - Access from My Account Menu

Migrated from Redmine #625 | Author: Can Cevik
Status: New | Priority: Immediate, there is BUG! | Created: 2020-12-15


Hello dear Simplybook team.

Currently we are working for Eye test randevvous system for Magrabi Opticals. We create a page where we list the eye test bookings. I attached the view of the listing. The issue is when customer clicks to Cancel,Re-Schedule or view the booking we want to redirect them to Sİmplybookme site. As we already see the links on confirmation mails on simplybook. Functionality will be same as the mails but we only want to use our buttons. Confirmation mail is also attached.

Can Cevik wrote:

Can you guide us for the issue is there such api or any other option to have such structure ?

Redmine Admin wrote:

hi, you can use API to get service and provider ids and then generate links (there is no API to generate links) if I understood your question correctly.

Can Cevik wrote:

The issue is we are taking the Hash and we generate the url. But urls doesnt work. Also from Magrabi current website when we try to test and try to receive e-mail, It does not sending it after the booking completed on live system. Can you check ?

Can Cevik wrote:

Sample e-mail I’ve sent is from the test we made at september 2020

Dmytro Bondarev wrote:

Hi! It is not possible to generate such links via API.

Can Cevik wrote:

Ok than getting service and provider ids can help us to connect your platform ? It’s very simple transaction i bet there should be a solution.

Dmytro Bondarev wrote:

If you need reschedule link, then it is just link with parameters like

https://{{ your_domain }}/v2/#book/service/{{ service_id }}/count/{{ goup_booking_count }}/provider/{{ provider_id }}/date/{{ 
date }}/time/{{ time }}/

The cancellation link contains auth hash for client. And it is not possible to generate such link via API.

Can Cevik wrote:

ok but we need same parameters for view and cancel i assume ?