-
Getting started
-
Settings
-
Schedule Board
-
Reservations
-
Accommodations
-
Prices
-
Guests
-
- Articles coming soon
-
Invoices
-
- Articles coming soon
-
- Articles coming soon
-
Interactive Map
-
Reports
-
- Articles coming soon
-
- Articles coming soon
-
App Store
-
Payments
-
Deals
-
Point of Sale
-
License Plates
-
Online booking
-
Energies
-
Older F.A.Q.
- Can I save my custom reservations list?
- How can I work with lists?
- How do cancellations work?
- How do i change the communication language for a reservation?
- How do i change the place of a reservation?
- How do I change the status of a booking?
- How do I export reservation data to excel?
- How do I make a reservation?
- How to add a payment to a reservation?
- How to search for a booking?
- How to send an email to the guest manually
- What does the messages mean the price calculation returns?
- What kind of reservation statuses are there?
- How to manage prices?
- How to add a price to an accommodation?
- How to set a special week/weekend price?
- How do i create my own reports?
- How do I share a report?
- How do I login with my SSO account?
- How to send a e-mail to yourself via a workflow?
- Administration
- Reservations
- Branding
- Guests
- Invoices
- How do custom fields work?
- Setting period conditions
- How to set up an accommodation?
- How do i modify the informations of the customer?
- How do age tables work?
- How do guest languages work?
- How does the interactive map work?
- How to set up products under accommodations
- What is the difference between concept and final invoices?
- How do i add a product to the invoice?
- How to finalize an invoice?
- How do i print the final invoice?
- How to search for an invoice
- How does the Point of Sale works?
- Show Remaining Articles ( 24 ) Collapse Articles
-
Kiosk
-
Developers
-
Channels
- Articles coming soon
-
Barrier systems
- Articles coming soon
-
Products
- Articles coming soon
Originally written in English, any translations errors should be checked against the original atricle
The nicest thing is: everyone can create apps for the AppStore. It is available to all developers and can be available for a single campsite as for a specific number of campsites as well as for all campsites.
The basic app just consists out of a link to the location your app is running. The apps will run sandboxed within the camping.care environment. In this way the app can also run on your own domain and can be build in all programming languages.
What can apps do?
An app can consist out of multiple parts. The basic app interface looks like this
- App root URL
- Widgets
- Webhooks
- Scopes
App Root url
The app root url is the interface which is shown when you open an app in the AppStore. It can be an open interface or it also can be provided with a login mechanism so you will be able to login the apps user. We will also use this url to notify you about an install or removal of the app.
Widgets
Widgets are extra pieces of user interface which can be added to the camping.care widget. The widgets will run sandboxed in different predefined areas within the camping.care interface.
Webhooks
Webhooks are made for informing external applications about different kind of events coming from camping.care. In this way we can inform external system in real time about changes in camping.care.
Each time an webhook event is registered an POST message will fire to your application with the relevant data in JSON format. Register yo webhooks and receive info like:
If a new new reservation has been created (reservation.add)
If a reservation has been canceled (reservation.cancelled)
If a new contact has been created (contact.add)
etc..