Search found 7 matches

by scheuermatthof.de
Sun Apr 14, 2024 7:33 am
Forum: Feature Requests
Topic: Predefined messages and AI at guest communication hub
Replies: 3
Views: 15607

Re: Predefined messages and AI at guest communication hub

I would also like message templates. And in the next step, the connection of a chatbot. :-) Autoactions are only helpful if you want to send a message to the guest at a certain action/time. However, they are not a useful replacement for any message templates, because: - at the moment there are proba...
by scheuermatthof.de
Fri Dec 02, 2022 8:30 pm
Forum: Channel Management
Topic: Airbnb Service Charges
Replies: 1
Views: 9467

Re: Airbnb Service Charges

The conversion is done automatically by Airbnb once you are connected to Airbnb through a channel manager. You can add the 15% service fee to your rental price by transferring your prices to Airbnb through the channel manager with a surcharge of e.g. 19.12% (with 7% VAT).
by scheuermatthof.de
Fri Oct 07, 2022 9:47 am
Forum: API
Topic: My first API script - beginner's questions
Replies: 4
Views: 34084

Re: My first API script - beginner's questions

Thanks for the help. It's now working! I'm updating my booking with a webhook PHP script. It automatically enters a door code in one of the individual fields 14 days before arrival. The booking number is passed to the script via a URL parameter. I have not tested the alternative with file_get_conten...
by scheuermatthof.de
Tue Oct 04, 2022 9:41 am
Forum: API
Topic: My first API script - beginner's questions
Replies: 4
Views: 34084

Re: My first API script - beginner's questions

Thank you very much. I will try this way next. I don't unterstand why I don't get the informations also within the header? In the meantime, I was also able to submit the booking ID once directly via the URL, in the form: https://domain.de/files/webcam/tuercode-setzen.php?xbookid=[BOOKID] Unfortunate...
by scheuermatthof.de
Tue Oct 04, 2022 8:29 am
Forum: API
Topic: My first API script - beginner's questions
Replies: 4
Views: 34084

Re: My first API script - beginner's questions

I'm still looking for help: How can I connect a booking/autoaction via WEBHOOK to a PHP-Script? Here are my values withn in the webhook autoaction: URL: https://domainname.de/tuercode-setzen.php Individueller Header: zz_bookid:[BOOKID] zz_anreise:[FIRSTNIGHT:{%A, %e %B, %Y}] zz_tage:[NUMNIGHT] How c...
by scheuermatthof.de
Fri Sep 30, 2022 7:13 pm
Forum: General Setup
Topic: Why do you not support emojis
Replies: 4
Views: 43785

Re: Why do you not support emojis

Same thing here. A view emojis are suppored like ✅ ❌❗ ❓ .

But most emojis are not supported. We would like to use them in our emails to guests.
by scheuermatthof.de
Wed Sep 28, 2022 8:57 am
Forum: API
Topic: My first API script - beginner's questions
Replies: 4
Views: 34084

My first API script - beginner's questions

I would like to set a door code in my bookings via the API. As a beginner, there are a few basic hurdles right at the beginning: How can I debug the API call in a meaningful way? At the moment, I write individual variables in the note of the booking. Is there a better way? How do I transfer data fro...