...
type – to determine appropriate content in the dynamic template, one of values:
bookingConfirmation – Customer created booking
remindedAboutBooking
– Booking reminder for customerbookingActivated – Booking is activate and is a queue ticket now
positionCancelled – staff removed future booking created by the customer
notifiedToApproach - notify customer that it’s him turn soon
positionCalled – Position called by staff
positionRetry – staff pressed ‘Retry’ because customer did not show up
positionRejected – staff pressed ‘Reject’ to remove ticket
position – ticket information, including dates, labels, language and more information that can be should be used in the template
id - internal ticket identifier
location - queue display name (store, department and others info)
type - ticket type, possible values: anonymous (walk-in ticket), booking (pre-booking), manual (tickets issued by staff)
priority - internal value
locale - customer preferred language (en, ar, sv)
notification - customer contact information
type - type of notifications that customer subscribed to (phoneNumber or email)
settings.from - not relevant/internal use
settings.to - customer phone number
settings?.recipient - customer email (in case of email or phone notifications)
booking.
start - timeslot start in case of bookings, local timezone
end - timeslot end in case of bookings, local timezone
virtualAppointment
- keep information if it’s a virtual appointment or not. OptionalisEnabled
- shows if it’s a virtual appointment or not (true \ false). In case of false all other fields in virtualAppointment are omitted.eventId
- event id specified in MS Graph api. Default user for the organisation is associated with this event.url
- link to ms teams call for joiningmanagerId
- manager id from ADmanagerEmail
- manager email (if not specified, default manager for organisation will be used)
status - ticket status, possible values: draft (pre-booking created but not active), pending (ticket is inside queue), notified (ticket called out by staff), fulfilled (ticket checked in by the staff), completed (ticket has been served), rejected (ticket was cancelled either by customer or staff)
label - assigned ticket number (A1, B2 and such)
queue - queue identifier, can be used to correlate data
createdAt - ticket creation time, ISO string
fulfilledAt - customer checked-in datetime, ISO string
bookingReminderAt - if configured, when the booking reminder will be sent to customer, ISO string
QRCodeCheckInPositionId - value of the QR code to render to allow check-in by the staff
actionLink – link to present to customer, link depends on email type (see below)
...
Bookings
notifiedToLeaveSoon - send an email message that customer should leave store soon
notifiedToLeave - time to lean store
Curbside pickup
notifiedAboutBooking - notification for curbside pickup
notifiedToReschedule - when curbside is rescheduled
Info |
---|
Changelog 14-01-12-2020: Changed2021:
|
Info |
---|
Changelog 01-12-2020:
|
...
bookingConfirmation:
Code Block { "position": { "id": "_id_", "location": null, "type": "booking", "priority": 100, "locale": "en", "notification": { "type": "phoneNumber", "settings": { "from": "", "to": "+phoneNumber", "recipient": "test@email.com" }, }, "booking": { "start": "yyyy-MM-dd HH:mm", // with respect to timezone "end": "yyyy-MM-dd HH:mm", // with respect to timezone }, "virtualAppointment": { "status": "draft", "label"eventId: "", // label will generated when time comes AAMkADExYWZmYjI4LTMxMjIt......=" isEnabled: true "queue": "_queue_id_", "createdAt"managerEmail: "2020virtual-05-26T08:47:37.1700000Z",booking@some-domen.com" "fulfilledAt": "2020-05-26T17:15:59.6100000Z", managerId: "9cd376b6-......." "bookingReminderAt": null, "QRCodeCheckInPositionId"url: "{"type":"check-in-position","positionId":"ce4a66df-51ff-47af-bf5e-4e26f82d266b"}"https://teams.microsoft.com/l/meetup-join/19....." }, "type": "bookingConfirmation", } "actionLink": "https://queue.qa.ombori.com/ombori-demo/queues/36a4bdd7-7145-48f9-be92-0fd659f96f92/positions/1c645e74-edd8-48ed-b5c7-3c48fa715c8a" }
<html><head><title></title></head>Code Block
<body>,
<div
data-role="module-unsubscribe" class="module" role="module" data-type="unsubscribe" style="color:#444444; font-size:12px; line-height:20px; padding:16px 16px 16px 16px; text-align:Center;" data-muid="4e838cf3-9892-4a6d-94d6-170e474d21e5"> <p>
{{#equals"status": "draft", "label": "", // label will generated when time comes "queue": "_queue_id_", "createdAt": "2020-05-26T08:47:37.1700000Z",
position.locale
ar"
}}fulfilledAt"
حجزك: "2020-05-26T17:15:59.6100000Z",
لـ {{position.date}} مؤكد الآن.
تذكرة"bookingReminderAt": null,
{{actionLink}}"QRCodeCheckInPositionId":
{{else"{"type":"check-in-position","positionId":"ce4a66df-51ff-47af-bf5e-4e26f82d266b"}"
}}
Your, "type": "bookingConfirmation",
booking for {{position.booking.start}} is now confirmed. Ticket: {{actionLink}} {{/equals}} </p>"actionLink": "https://queue.qa.ombori.com/ombori-demo/queues/36a4bdd7-7145-48f9-be92-0fd659f96f92/positions/1c645e74-edd8-48ed-b5c7-3c48fa715c8a" }
Code Block <html><head><title></title></head> <body> <div data-role="module-unsubscribe" class="module" role="module" data-type="unsubscribe" style="color:#444444; font-size:12px; line-height:20px; padding:16px 16px 16px 16px; text-align:Center;" data-muid="4e838cf3-9892-4a6d-94d6-170e474d21e5"> <p> {{#equals position.locale "ar"}} حجزك لـ {{position.date}} مؤكد الآن. تذكرة: {{actionLink}} {{else}} Your booking for {{position.booking.start}} is now confirmed. Ticket: {{actionLink}} {{/equals}} </p> </div> </body> </html>
remindedAboutBooking
:Code Block { "position": { "id": "_id_", "location": null, "type": "booking", "priority": 100, "locale": "en", "notification": { "type": "phoneNumber", "settings": { "from": "", "to": "+phoneNumber", "recipient": "test@email.com" }, }, "booking": { "start": "yyyy-MM-dd HH:mm", // with respect to timezone "end": "yyyy-MM-dd HH:mm", // with respect to timezone "virtualAppointment": { eventId: "AAMkADExYWZmYjI4LTMxMjIt......=" isEnabled: true managerEmail: "virtual-booking@some-domen.com" managerId: "9cd376b6-......." url: "https://teams.microsoft.com/l/meetup-join/19....." } }, "status": "draft", "label": "", // label will generated when time comes "queue": "_queue_id_", "createdAt": "2020-05-26T08:47:37.1700000Z", "fulfilledAt": "2020-05-26T17:15:59.6100000Z", "bookingReminderAt": null, "QRCodeCheckInPositionId": "{"type":"check-in-position","positionId":"ce4a66df-51ff-47af-bf5e-4e26f82d266b"}" }, "type": "bookingReminder", "actionLink": "https://queue.qa.ombori.com/ombori-demo/queues/36a4bdd7-7145-48f9-be92-0fd659f96f92/positions/1c645e74-edd8-48ed-b5c7-3c48fa715c8a" }
Code Block <html> <head> <title></title> </head> <body> <div data-role="module-unsubscribe" class="module" role="module" data-type="unsubscribe" style="color:#444444; font-size:12px; line-height:20px; padding:16px 16px 16px 16px; text-align:Center;" data-muid="4e838cf3-9892-4a6d-94d6-170e474d21e5"> <p> {{#equals position.locale "ar"}} لا تنس حجزك في {{else}} Don't forget your booking in 15 minutes {{/equals}} </p> </div> </body> </html>
bookingActivated:
</div> </body> </html>Code Block { "position": { "id": "_id_", "location": null, "type": "booking", "priority": 100, "locale": "en", "notification": { "type": "phoneNumber", "settings": { "from": "", "to": "+phoneNumber", "recipient": "test@email.com" }, }, "booking": { "start": "yyyy-MM-dd HH:mm", // with respect to timezone
remindedAboutBooking
:Code Block { "position": "end": "yyyy-MM-dd HH:mm", // with respect to timezone { "idvirtualAppointment": "_id_",{ "location": null, eventId: "AAMkADExYWZmYjI4LTMxMjIt......=" "type": "booking", "priority": 100, isEnabled: true "locale": "en", managerEmail: "notification": {virtual-booking@some-domen.com" "type"managerId: "phoneNumber",9cd376b6-......." "settings": { url: "https://teams.microsoft.com/l/meetup-join/19....." } "from": "", }, "tostatus": "+phoneNumberpending", "label": "B1", "recipientqueue": "test@email.com"_queue_id_", "createdAt": "2020-05-26T08:47:37.1700000Z", }, }"fulfilledAt": "2020-05-26T17:15:59.6100000Z", "bookingbookingReminderAt": {null, "start": "yyyy-MM-dd HH:mm", // with respect to timezone"QRCodeCheckInPositionId": "{"type":"check-in-position","positionId":"ce4a66df-51ff-47af-bf5e-4e26f82d266b"}" }, "type": "bookingActivated", "endactionLink": "yyyy-MM-dd HH:mm" // with respect to timezone https://queue.qa.ombori.com/ombori-demo/queues/36a4bdd7-7145-48f9-be92-0fd659f96f92/positions/1c645e74-edd8-48ed-b5c7-3c48fa715c8a" }
},Code Block <html> <head>
"status": "draft",<title></title> </head>
label<body> <div data-role="module-unsubscribe" class="
:module"
, // label will generated when time comes "queue": "_queue_id_",role="module"
"createdAt":data-type="unsubscribe" style="color:#444444; font-size:12px; line-height:20px; padding:16px 16px 16px 16px; text-align:Center;" data-muid="4e838cf3-9892-4a6d-94d6-170e474d21e5">
"2020-05-26T08:47:37.1700000Z",
"fulfilledAt":<p>
"2020-05-26T17:15:59.6100000Z",
"bookingReminderAt":
null,
QRCodeCheckInPositionId": "{"type":"check-in-position","positionId":"ce4a66df-51ff-47af-bf5e-4e26f82d266b"}" }, "type": "bookingReminder",{{#equals position.locale "
"actionLink":ar"}} "رقم موعدك: {{position.label}}. يرجى الحضور في خلال 15 دقيقة لتجنب إلغاء الموعد تذكرة: {{actionLink}}"
"https://queue.qa.ombori.com/ombori-demo/queues/36a4bdd7-7145-48f9-be92-0fd659f96f92/positions/1c645e74-edd8-48ed-b5c7-3c48fa715c8a"
}Code Block {{else}} <html> <head> Your <title></title> </head> <body> <div data-role="module-unsubscribe" class="module" role="module" data-type="unsubscribe" style="color:#444444; font-size:12px; line-height:20px; padding:16px 16px 16px 16px; text-align:Center;" data-muid="4e838cf3-9892-4a6d-94d6-170e474d21e5"> position: {{position.label}}. Please come within 15 minutes to avoid cancellation of your appointment. Ticket: {{actionLink}} {{/equals}} </p> <p> </div> </body> </html> {{#equals position.locale "ar"}}
positionCancelled:
لاCode Block { "position": {
تنس
حجزك
في
{{else}}"id": "_id_",
Don't forget your booking in 15 minutes"location": null,
{{/equals}}"type": "booking", "priority": 100,
</p>"locale": "en",
</div>"notification": {
</body>"type": "phoneNumber",
</html>bookingActivated:
Code Block { "positionsettings": { { "idfrom": "_id_", "location": null, "typeto": "booking+phoneNumber", "priorityrecipient": 100, "test@email.com" "locale": "en", }, "notification": { }, "typebooking": "phoneNumber",{ "settingsstart": { "yyyy-MM-dd HH:mm", // with respect to timezone "fromend": "yyyy-MM-dd HH:mm", // with respect to timezone "tovirtualAppointment": "+phoneNumber",{ "recipient"eventId: "test@email.com"AAMkADExYWZmYjI4LTMxMjIt......=" }, isEnabled: true }, managerEmail: "booking": {virtual-booking@some-domen.com" "start"managerId: "yyyy-MM-dd HH:mm", // with respect to timezone9cd376b6-......." url: "https://teams.microsoft.com/l/meetup-join/19....." "end": "yyyy-MM-dd HH:mm" // with respect to timezone} }, "status": "pendingdraft", "label": "B1", "queue": "_queue_id_", "createdAt": "2020-05-26T08:47:37.1700000Z", "fulfilledAt": "2020-05-26T17:15:59.6100000Z", "bookingReminderAt": null, "QRCodeCheckInPositionId": "{"type":"check-in-position","positionId":"ce4a66df-51ff-47af-bf5e-4e26f82d266b"}" }, "type": "bookingActivatedpositionCancelled", "actionLink": "https://queue.qa.ombori.com/ombori-demo/queues/36a4bdd7-7145-48f9-be92-0fd659f96f92/positions/1c645e74-edd8-48ed-b5c7-3c48fa715c8abook" }
Code Block <html> <head> <title></title> </head> <body> <div data-role="module-unsubscribe" class="module" role="module" data-type="unsubscribe" style="color:#444444; font-size:12px; line-height:20px; padding:16px 16px 16px 16px; text-align:Center;" data-muid="4e838cf3-9892-4a6d-94d6-170e474d21e5"> <p> {{#equals position.locale "ar"}} "رقم موعدك: {{position.label}}. يرجى الحضور في خلال 15 دقيقة لتجنبتم إلغاء الموعد تذكرة: الحجز. {{position.label}} برجاء زيارة {{actionLink}}" إذا كنت ترغب في حجز موعد جديد {{else}} YourPosition position: {{position.label}} was cancelled. Please come within 15 minutesVisit {{actionLink}} if you would like to avoidrequest cancellationa ofnew your appointment. Ticket: {{actionLink}}position. {{/equals}} </p> </div> </body> </html>
positionCancelled:notifiedToApproach
Code Block { "position": { "id": "_id_", "location": null, "type": "booking", "priority": 100, "locale": "en", "notification": { "type": "phoneNumberemail", "settings": { "from": "", "to": "+phoneNumber", "recipient": "test@email.com" }, }, "booking": { // could be exist or could be missed "start": "yyyy-MM-dd HH:mm", // with respect to timezone "end": "yyyy-MM-dd HH:mm", // with respect to timezone }, "virtualAppointment": { "status": "draft", "label"eventId: "B1",AAMkADExYWZmYjI4LTMxMjIt......=" "queue": "_queue_id_", "createdAt": "2020-05-26T08:47:37.1700000Z",isEnabled: true "fulfilledAt"managerEmail: "2020virtual-05-26T17:15:59.6100000Z",booking@some-domen.com" "bookingReminderAt": null, "QRCodeCheckInPositionId"managerId: "{"type":"check-in-position","positionId":"ce4a66df-51ff-47af-bf5e-4e26f82d266b"}" 9cd376b6-......." }, "type": "positionCancelled", "actionLink"url: "https://queueteams.qa.omborimicrosoft.com/ombori-demo/queues/36a4bdd7-7145-48f9-be92-0fd659f96f92/bookl/meetup-join/19....." }
Code Block
<html>
<head>
<title></title>}
</head>
<body>
<div data-role="module-unsubscribe" class="module" role="module" data-type="unsubscribe" style="color:#444444; font-size:12px; line-height:20px; padding:16px 16px 16px 16px; text-align:Center;" data-muid="4e838cf3-9892-4a6d-94d6-170e474d21e5">
<p>}, "status": "draft", "label": "B1",
{{#equals position.locale "ar"}}"queue": "_queue_id_", "createdAt": "2020-05-26T08:47:37.1700000Z",
تم"fulfilledAt": "2020-05-26T17:15:59.6100000Z", "bookingReminderAt": null,
إلغاء
الحجز.
{{position.label}}
برجاء
زيارة
{{actionLink}} إذا كنت ترغب في حجز موعد جديد"QRCodeCheckInPositionId":
{{else"{"type":"check-in-position","positionId":"ce4a66df-51ff-47af-bf5e-4e26f82d266b"}"
}}
Position {{position.label}} was cancelled. Visit {{actionLink}} if you would like to request a new position. {{/equals}}, "type": "notifiedToApproach",
"actionLink": "https://queue.qa.ombori.com/ombori-demo/queues/36a4bdd7-7145-48f9-be92-0fd659f96f92/positions/_id_" }
</p>Code Block <html>
<head>
div><title></title> </
</body>head>
</html><body>
notifiedToApproach
Code Block { <div data-role="module-unsubscribe" class="positionmodule": role="module" data-type="unsubscribe" style="color:#444444; { "id": "_id_",font-size:12px; line-height:20px; padding:16px 16px 16px 16px; text-align:Center;" data-muid="4e838cf3-9892-4a6d-94d6-170e474d21e5"> "location": null, <p> "type": "booking", "priority": 100, "locale": "en",{{#equals position.locale "ar"}} "notification": { سيحل دورك قريباً. من فضلك توجه "type": "email",إلى المدخل. {{else}} "settings": { It will be your turn soon. Please go to "from": "",the entrance. {{/equals}} "to": "+phoneNumber", </p> "recipient": "test@email.com" </div> </body> </html>
positionCalled
Code Block { }, "position": },{ "bookingid": { // could be exist or could be missed "_id_", "location": null, "starttype": "yyyy-MM-dd HH:mmbooking", // with respect to timezone "priority": 100, "endlocale": "yyyy-MM-dd HH:mm" // with respect to timezoneen", "notification": { }, "statustype": "draftphoneNumber", "labelsettings": "B1",{ "queue": "_queue_id_", "createdAtfrom": "2020-05-26T08:47:37.1700000Z", "fulfilledAtto": "2020-05-26T17:15:59.6100000Z+phoneNumber", "bookingReminderAt": null, "QRCodeCheckInPositionIdrecipient": "{"type":"check-in-position","positionId":"ce4a66df-51ff-47af-bf5e-4e26f82d266b"}"test@email.com" }, "type": "notifiedToApproach", }, "actionLink": "https://queue.qa.ombori.com/ombori-demo/queues/36a4bdd7-7145-48f9-be92-0fd659f96f92/positions/_id_"}, }
Code Block <html>"booking": { <head> <title></title> "start": "yyyy-MM-dd HH:mm", </head> // with respect to timezone <body> <div data-role="module-unsubscribe" class="module" role="moduleend": data-type="unsubscribe" style="color:#444444; font-size:12px; line-height:20px; padding:16px 16px 16px 16px; text-align:Center;" data-muid="4e838cf3-9892-4a6d-94d6-170e474d21e5">"yyyy-MM-dd HH:mm", // with respect to timezone "virtualAppointment": { <p> eventId: "AAMkADExYWZmYjI4LTMxMjIt......=" {{#equals position.locale "ar"}} isEnabled: true سيحل دورك قريباً. من فضلك توجه إلى المدخل.managerEmail: "virtual-booking@some-domen.com" {{else}} managerId: "9cd376b6-......." It will be your turn soon. Please go to the entrance. {{/equals}}url: "https://teams.microsoft.com/l/meetup-join/19....." </p> } </div> }, </body> </html>
positionCalled
Code Block { "positionstatus": {"pending", "idlabel": "_id_B1", "locationqueue": null"_queue_id_", "typecreatedAt": "booking2020-05-26T08:47:37.1700000Z", "priorityfulfilledAt": 100"2020-05-26T17:15:59.6100000Z", "locale": "en"bookingReminderAt": null, "notificationQRCodeCheckInPositionId": "{"type":"check-in-position","positionId":"ce4a66df-51ff-47af-bf5e-4e26f82d266b"}" }, "type": "phoneNumberpositionCalled", "actionLink": "https://queue.qa.ombori.com/ombori-demo/queues/36a4bdd7-7145-48f9-be92-0fd659f96f92/positions/1c645e74-edd8-48ed-b5c7-3c48fa715c8a" "settings": {}
"from":Code Block <html> <head> <title></title>
"",
"to": "+phoneNumber",</head> <body> <div data-role="module-unsubscribe" class="module" role="module"
"recipient":data-type="unsubscribe" style="color:#444444; font-size:12px; line-height:20px; padding:16px 16px 16px 16px; text-align:Center;" data-muid="4e838cf3-9892-4a6d-94d6-170e474d21e5">
"test@email.com"
},<p>
}, "booking": {
"start": "yyyy-MM-dd HH:mm", // with respect to timezone{{#equals position.locale "ar"}} حان
"end":دورك الآن. {{else}}
"yyyy-MM-dd HH:mm" // with respect to timezoneIt is your turn now.
,{{/equals}}
"status": "pending",
"label":</p>
"B1",
"queue": "_queue_id_",
"createdAt": "2020-05-26T08:47:37.1700000Z",</div> </body> </html>
positionRetry
Code Block { "position": "fulfilledAt": "2020-05-26T17:15:59.6100000Z", { "bookingReminderAtid": null"_id_", "QRCodeCheckInPositionIdlocation": "{"type":"check-in-position","positionId":"ce4a66df-51ff-47af-bf5e-4e26f82d266b"}" null, }, "type": "positionCalledbooking", "actionLink": "https://queue.qa.ombori.com/ombori-demo/queues/36a4bdd7-7145-48f9-be92-0fd659f96f92/positions/1c645e74-edd8-48ed-b5c7-3c48fa715c8a" }
<html> <head>Code Block
<title></title>"priority": 100, "locale": "en",
</head>
<body>"notification": {
<div
data-role="module-unsubscribe" class="module" role="module" data-type="unsubscribe" style="color:#444444; font-size:12px; line-height:20px; padding:16px 16px 16px 16px; text-align:Center;" data-muid="4e838cf3-9892-4a6d-94d6-170e474d21e5">
<p>"type": "phoneNumber", "settings": {
{{#equals position.locale"from": "",
ar"to": "
}}+phoneNumber"
حان,
دورك
الآن.
{{else}}"recipient": "test@email.com"
It},
is
your
turn
now.},
{/equals}}"booking": {
</p>"start":
</div>"yyyy-MM-dd HH:mm", // with respect to timezone
</body> </html>positionRetry
Code Block { "position":"end": "yyyy-MM-dd HH:mm", // with respect to timezone { "idvirtualAppointment": "_id_",{ "location": null, eventId: "AAMkADExYWZmYjI4LTMxMjIt......=" "type": "booking", "priority": 100, isEnabled: true "locale": "en", managerEmail: "notification": {virtual-booking@some-domen.com" "type"managerId: "phoneNumber",9cd376b6-......." "settings": {url: "https://teams.microsoft.com/l/meetup-join/19....." } "from": "", }, "tostatus": "+phoneNumberpending", "label": "B1", "recipientqueue": "test@email.com"_queue_id_", "createdAt": "2020-05-26T08:47:37.1700000Z", }, }"fulfilledAt": "2020-05-26T17:15:59.6100000Z", "bookingbookingReminderAt": {null, "start": "yyyy-MM-dd HH:mm", // with respect to timezone "QRCodeCheckInPositionId": "{"type":"check-in-position","positionId":"ce4a66df-51ff-47af-bf5e-4e26f82d266b"}" }, "type": "positionRetry", "endactionLink": "yyyy-MM-dd HH:mm" // with respect to timezone https://queue.qa.ombori.com/ombori-demo/queues/36a4bdd7-7145-48f9-be92-0fd659f96f92/positions/1c645e74-edd8-48ed-b5c7-3c48fa715c8a" }
},Code Block <html>
"status": "pending",<head>
"label": "B1",<title></title> </head>
queue<body> <div data-role="module-unsubscribe" class="
:module"
"_queue_id_", "createdAt": "2020-05-26T08:47:37.1700000Z",
"fulfilledAt":role="module" data-type="unsubscribe" style="color:#444444; font-size:12px; line-height:20px; padding:16px 16px 16px 16px; text-align:Center;" data-muid="4e838cf3-9892-4a6d-94d6-170e474d21e5">
"2020-05-26T17:15:59.6100000Z",
"bookingReminderAt":<p>
null,
"QRCodeCheckInPositionId":
"{"type":"check-in-position","positionId":"ce4a66df-51ff-47af-bf5e-4e26f82d266b"}"
},{{#equals position.locale "ar"}}
"type": "positionRetry", "actionLink": "https://queue.qa.ombori.com/ombori-demo/queues/36a4bdd7-7145-48f9-be92-0fd659f96f92/positions/1c645e74-edd8-48ed-b5c7-3c48fa715c8a" }تم
Code Block <html>الوصول لدورك، لكنك لم تدخل. سنحاول مرة أخرى في غضون دقائق قليلة. الرجاء الإقتراب من المدخل <head> {{else}} <title></title> </head> <body>We called your ticket, but did not <div data-role="module-unsubscribe" class="module" role="module" data-type="unsubscribe" style="color:#444444; font-size:12px; line-height:20px; padding:16px 16px 16px 16px; text-align:Center;" data-muid="4e838cf3-9892-4a6d-94d6-170e474d21e5">find you. We will try again in few minutes. Please approach the entrance. {{/equals}} </p> <p> {{#equals position.locale "ar"}} </div> </body> </html>
positionReject
تمCode Block { "position":
الوصول
لدورك،
لكنك
لم
تدخل.
سنحاول
مرة{
أخرى
في
غضون
دقائق
قليلة.
الرجاء
الإقتراب
من المدخل
{{else}}"id": "_id_",
We"location": null, "type": "booking",
called
your
ticket,
but
did
not
find you. We will try again in few minutes. Please approach the entrance.
{/equals}}"priority": 100, "locale": "en", "notification": {
</p>
</div>"type": "phoneNumber", "settings": {
</body>
</html>positionReject
Code Block { "positionfrom": "", { "idto": "_id_+phoneNumber", "location": null, "typerecipient": "booking",test@email.com" "priority": 100}, "locale": "en"}, "notificationbooking": { "typestart": "phoneNumber",yyyy-MM-dd HH:mm", // with respect to timezone "settingsend": { "yyyy-MM-dd HH:mm", // with respect to timezone "fromvirtualAppointment": "",{ "to"eventId: "+phoneNumber",AAMkADExYWZmYjI4LTMxMjIt......=" "recipient"isEnabled: "test@email.com"true }, managerEmail: "virtual-booking@some-domen.com" }, managerId: "booking": {9cd376b6-......." "start"url: "yyyy-MM-dd HH:mm", // with respect to timezonehttps://teams.microsoft.com/l/meetup-join/19....." } "end": "yyyy-MM-dd HH:mm" // with respect to timezone }, "status": "cancelled", "label": "B1", "queue": "_queue_id_", "createdAt": "2020-05-26T08:47:37.1700000Z", "fulfilledAt": "2020-05-26T17:15:59.6100000Z", "bookingReminderAt": null, "QRCodeCheckInPositionId": "{"type":"check-in-position","positionId":"ce4a66df-51ff-47af-bf5e-4e26f82d266b"}" }, "type": "positionReject", "actionLink": "https://queue.qa.ombori.com/ombori-demo/queues/36a4bdd7-7145-48f9-be92-0fd659f96f92" }
Code Block <html> <head> <title></title> </head> <body> <div data-role="module-unsubscribe" class="module" role="module" data-type="unsubscribe" style="color:#444444; font-size:12px; line-height:20px; padding:16px 16px 16px 16px; text-align:Center;" data-muid="4e838cf3-9892-4a6d-94d6-170e474d21e5"> <p> {{#equals position.locale "ar"}} تم إلغاء الحجز. {{position.label}} برجاء زيارة {{actionLink}} إذا كنت ترغب في حجز موعد جديد {{else}} Position {{position.label}} was cancelled. Visit {{actionLink}} if you would like to request a new position. {{/equals}} </p> </div> </body> </html>
...