Developer Community

Latest Activity...

Widgets design 1 reply

Ken T
Jun 23, 2022 7:58 PM
OR Team Member Joined Aug, 2019 1705 posts

In the settings for each Widget in OwnerRez, there's a CSS block, where you can add CSS code that will, to some extent, change the appearance of the Widget to make it match better.

Widgets design 1 reply

LivingItUpHawaii
Jun 23, 2022 12:37 PM
Joined Jun, 2022 11 posts

Aloha, 

 

I would really appreciate it if somebody could help me with the widgets code.  I'm locked in till 2025 with the Wix website. When I add the Availability widget, and calendar widget it looks out of place.  My page is www.livingituphawaii.com . I would like that if my potential guest clicks on the search on the home screen or if they are on my Vacation Renlar page ( properties) it looks like this page property https://www.vacayseekers.com/  and the search button.  What am I supposed to do to make it look like that? 

 

Thanks in advance. Ania

reporting problems 2 replies

Mike B
Jun 17, 2022 8:48 AM
Joined Sep, 2021 2 posts

I have sent all I know to send. Accurate reporting is important to me, Not sure why this particular glitch is occuring, Thanks, Mike

reporting problems 2 replies

Ken T
Jun 16, 2022 6:07 PM
OR Team Member Joined Aug, 2019 1705 posts

Please write in to the Helpdesk with specific examples including screenshots and URLs detailing what is wrong, so we can investigate.

reporting problems 2 replies

Mike B
Jun 16, 2022 11:07 AM
Joined Sep, 2021 2 posts

Hello, I am having an issue with the reporting feature, I run a report and for some reason July numbers are never included in detailed reporting. Please reach out to me or give me some advice, Thanks, Mike B

Why did I get webhook failure mail repeatedly? 1 reply

Joel P
May 26, 2022 12:15 PM
OR Team Member Joined Oct, 2009 150 posts

If you are receiving failure notifications, it means that we have tried to reach out to your webhook endpoint (configured on your OAuth App) but are unable to send the requested webhook data to you. You should review if your server is setup correctly. 

You can see the specific details of the failing requests, as well as retry them if you like, by viewing the Webhooks tab on the OAuth App page. 

If you do not need the webhooks, you can disable them per type on the OAuth App configuration. However, we strongly advise against implementing polling as our rate limiting will kick in and block your requests if you exceed our limits. 

Additionally, we do require that App developers who wish to distribute their app to other users must implement at least the application_authorization_revoked webhook. 

Why did I get webhook failure mail repeatedly? 1 reply

Kimberly L
May 26, 2022 4:38 AM
Joined May, 2021 5 posts

I have a woocommerce site where I have integrated ownerrez successfully. Though I have repeatedly received the message regarding webhook failure. Can you please help me that why I got these mails? Is there anything wrong with the integration?

Beta version of the OR plugin has errors 0 replies

Donna M
Dec 24, 2021 1:36 PM
Joined Sep, 2017 41 posts

Is anyone else having issues with the display of their widgets on their wordpress website? Webmaster installed the Beta version of the OR plugin today to see how that worked and the other widgets started displaying strangely. She disabled the plugin but the problem persists. The msg, "Please correct the errors below." is also displaying above those widgets. They were working just fine a few days ago.

Kaba locks support 21 replies

Ken T
Sep 6, 2021 2:46 PM
OR Team Member Joined Aug, 2019 1705 posts

Alas, no - there's no technical reason from OwnerRez' perspective why it won't work, it's just that Kaba doesn't allow it. Perhaps if they get more people pushing them for this capability, they will finally add it - they announced it some years ago, but so far it has not yet happened.

Kaba locks support 21 replies

Groome Vacation
Sep 5, 2021 11:20 AM
Joined Feb, 2017 9 posts

Oh gahhhhh I can’t believe I just paid $700 to have this lock installed & its doesn’t work with owner rez. I feel super stupid. It’s the lock that everyone here in Panama City beach is pushing. Ughhhhh. I did a quick look here & saw an integration and just saw it’s for PM ONLY. Any news on this update? I’m dying 😵 ahhhhh!

CSS help 7 replies

Ken T
Jul 24, 2021 1:28 PM
OR Team Member Joined Aug, 2019 1705 posts

Have you taken a look at this page?

https://www.ownerrez.com/support/articles/hosted-website-css-magic

If you have more specific questions, please write in to the Helpdesk with a detailed description of what you're trying to do, and we'll see if we can assist.

CSS help 7 replies

Chelle W
Jul 24, 2021 11:06 AM
Joined Mar, 2021 2 posts

Hello! I am needing help with all this technical set up. Is this something you offer? Thanks!

Change a booking tag's value 6 replies

SBF VR
Jun 25, 2021 2:10 PM
Joined Jul, 2018 29 posts

I have the code working, thanks!

Change a booking tag's value 6 replies

Ken T
Jun 25, 2021 1:54 PM
OR Team Member Joined Aug, 2019 1705 posts

Yes, that's correct - "foo" represents a generic meaningless example tag name.

Change a booking tag's value 6 replies

SBF VR
Jun 25, 2021 1:37 PM
Joined Jul, 2018 29 posts

In the above example, is "foo" a tag name or some kind of value (I thought tags were boolean, either they existed or they didn't, so "foo" seems like a tag name, but want to be sure I'm not making a mistake)? Thanks.

Change a booking tag's value 6 replies

Chris Hynes
Jun 25, 2021 1:32 PM
OR Team Member Joined Oct, 2012 1403 posts

The Trigger tag criteria includes tags set on the booking itself as well as on the property or guest.

Change a booking tag's value 6 replies

SBF VR
Jun 25, 2021 1:27 PM
Joined Jul, 2018 29 posts

How would adding the tag to the guest work with triggers (if at all), which appear to look at tags on bookings and not on guests...? If it doesn't, then adding the tag to the guest doesn't get me where I'm trying to get.

Change a booking tag's value 6 replies

Chris Hynes
Jun 25, 2021 12:24 PM
OR Team Member Joined Oct, 2012 1403 posts

Currently, there's no way to set tags on bookings via API. You can set them on guests though, via PUT (to replace existing tags for the guest with the new set you pass) or PATCH (to add) like this:

PATCH https://app.ownerrez.com/guests/12345
{
"Tags" : [ "7890", "foo" ]
}

You can pass either a tag id or a tag name.

Change a booking tag's value 6 replies

SBF VR
Jun 25, 2021 11:16 AM
Joined Jul, 2018 29 posts

I have the booking ID, I can figure out the tag ID # from the UI... I can't figure out what call to do in the API to change the value of a booking's tag from false to true. Because the tag is being used to fire a trigger, it's important that I find a way to set it's value based on external conditions (via the API). Thanks.

Query the Guest object? 2 replies

SBF VR
Apr 20, 2021 12:00 PM
Joined Jul, 2018 29 posts

Follow up for posterity:

q={q} the best results came from q being the last name, but then filter the output by the guest Id to make sure we picked up the right one. Supposed to also be able to use the email address, but that returned bad data more often than I preferred.

Webhooks and feature idea/request. 1 reply

Joel P
Apr 14, 2021 11:11 AM
OR Team Member Joined Oct, 2009 150 posts

Hi Lui,

We do have a webhooks architecture in place, but it has not been fleshed out with lots of event types yet. We hope to add a lot more features to that as we flesh out our API v2. I can't give any specific timeline on that yet, though.

Webhooks and feature idea/request. 1 reply

Lui K
Apr 13, 2021 2:03 PM
Joined Jul, 2020 1 post

Hello OR World,

I would be interested in learning more about the OwnerRez use or thoughts of webhooks.

My specific requests would be:
Being able to define in the account webhooks for reservation changes and one for account termination.

Use cases are:
Reservation Change - Any change in a reservation would call a web address to notify me or a 3rd party if the dates, prices, number of people, or adding a pet happened.
Account Termination - Upon the removal from the active status of an OwnerRez account there be a webhook call that let the receiver take specific actions. An example of this is notice to end a coexisting service account.

Query the Guest object? 2 replies

Chris Hynes
Apr 9, 2021 1:15 PM
OR Team Member Joined Oct, 2012 1403 posts

Yep, that API is pretty old and we're working on an update. I'll send you some details on an alternate API you can use in the meantime.

Query the Guest object? 2 replies

SBF VR
Apr 8, 2021 11:24 AM
Joined Jul, 2018 29 posts

Attempting something with the OR API...

I can get the booking details using the numbers from the reservation ID, but the guest info includes several IDs related to other objects (address, phone, email), some of which don't appear to be available as objects to query via the API.

But it looks like the Guest object is available to query, just not documented how to query it (?q={q} isn't obvious enough). Please advise.

Reports -- Home state of guest 8 replies

Dori123
Mar 10, 2021 10:35 PM
Joined Sep, 2020 90 posts

I would also LOVE to see a report that shows me which states and cities my guests come from. Pretty please?
Thanks!

Orbital Gateway for Chase Business Accounts 1 reply

Ken T
Mar 1, 2021 2:14 PM
OR Team Member Joined Aug, 2019 1705 posts

I don't think it's particularly likely that we'll support any new payment processors in the near future, since we support so many. But, it is possible that Chase works with Authorize.net, which we do support. It's worth asking anyway.

Orbital Gateway for Chase Business Accounts 1 reply

tdblanchard
Feb 28, 2021 3:54 PM
Joined Oct, 2020 10 posts

We'd really love to use Chase to handle our CC processing but Orbital doesn't seem to be on the list of integrated gateways.
Is there a way to request this integration?

CSS help 7 replies

Chris-W
Apr 6, 2020 7:54 PM
Joined Apr, 2020 1 post

I'm Having a similar issue and can't figure out how to get the Book Now Quote Info Box colors changed. I found that the class=booknow-quote-info box and changed the information I needed changed to:

.background-color {rgb(191, 248, 70)}
.background-image {linear-gradient(rgb(191, 248, 70) 0%, rgb(167, 215, 62) 100%)}
.border-bottom-color {rgb(0, 128, 0)}
.border-left-color {rgb(0, 128, 0)}
.border-right-color {rgb(0, 128, 0)}
.border-top-color {rgb(0, 128, 0)}
.color {rgb(0, 128, 0)}
.alert-info {
rgb(0, 128, 0)}

posted this in the OwnerRez Widget but doesn't seem to work. Am I missing something by not listing the CSS class?

Kaba locks support 21 replies

Chris Hynes
Feb 17, 2020 8:39 AM
OR Team Member Joined Oct, 2012 1403 posts

I've heard some feedback they may be planning changes to the API, but nothing concrete yet. Will let you know as soon as we know!

Kaba locks support 21 replies

Lydia B
Feb 14, 2020 11:47 AM
Joined May, 2019 159 posts

Boosting this to see if there are any new folks who need integration but do not qualify for the property management requirement of 10+ locks.

WOULD LOVE TO HAVE THIS FEATURE!

Chris Hynes - Who do we need to bug at Kaba?

Per OR:
We are collecting a list of folks with less than 10 locks to see if Kaba will add support for this scenario at some point if we get enough requests. If this applies to you, email us and we'll add you to the list: help@ownerreservations.com