<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://help.hoteliga.com/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Irene</id>
		<title>hoteliga - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://help.hoteliga.com/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Irene"/>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php/Special:Contributions/Irene"/>
		<updated>2026-06-15T16:30:29Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=Automation&amp;diff=2219</id>
		<title>Automation</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=Automation&amp;diff=2219"/>
				<updated>2020-07-22T10:03:20Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: /* Automation Plans */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Automation is the technology by which a process or procedure is performed with minimal human assistance. Automation saves time on creating repeated tasks, you just need to configure rules (automation plans) for the future tasks to be generated. You can use it for sending emails to customers automatically, without manual work. For example, you want to send a welcome email to a customer when a reservation created, or &amp;quot;thank you for staying with us&amp;quot; email after checkout.&lt;br /&gt;
&lt;br /&gt;
==Settings==&lt;br /&gt;
You can find Automation in Options ⇒ Tools&lt;br /&gt;
&lt;br /&gt;
[[File:OptionsTools.png|200px]]&lt;br /&gt;
&lt;br /&gt;
and to the Automation section:&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationSettings.png|900px]]&lt;br /&gt;
&lt;br /&gt;
In settings you can configure default arrival and departure time:&lt;br /&gt;
&lt;br /&gt;
[[File:ArrivalDepartureTimes.png|900px]]&lt;br /&gt;
&lt;br /&gt;
==Automation Plans==&lt;br /&gt;
Automation Plans are rules by which tasks will be automatically generated. You can configure the actions that will take place and what time they should be executed.&lt;br /&gt;
&lt;br /&gt;
In &amp;quot;Automation plans&amp;quot; you can add a new rule to generate tasks.&lt;br /&gt;
# Title - the title of the automation plan&lt;br /&gt;
# Time execution (in hours) - when you want a task of this plan to be executed (12h before/24h after some action)&lt;br /&gt;
# Execution moment - Before, after or on time of an event.&lt;br /&gt;
# Event type - types of events that trigger the creation of tasks (arrival, departure, checkin, checkout, creation)&lt;br /&gt;
# Handle group separately - if the reservation for which the event took place is a group one, then tasks will be generated for all reservations in group&lt;br /&gt;
# Task action - what kind of action will take place: &lt;br /&gt;
## template email action - sending an email template (parameters: templateId)&lt;br /&gt;
## raw email message - sending raw email message without a template (parameters: template - message, emailAddress - receiver, subject - subject of an email)&lt;br /&gt;
## webhook action - sending GET/POST request to a given endpoint (parameters: baseUrl - endpoint URL, callMethod - GET/POST, contentType - JSON/XML)&lt;br /&gt;
&lt;br /&gt;
==Automation Tasks==&lt;br /&gt;
Automation tasks are tasks which will be executed by Azure Function at the selected time.&lt;br /&gt;
&lt;br /&gt;
===Actions===&lt;br /&gt;
Depends on the action type set in the plan. An email with selected template can be send or raw email with just text.&lt;br /&gt;
&lt;br /&gt;
====Template Email====&lt;br /&gt;
TemplateEmail action allows you to choose a template which will be send to the customer. You need to choose which template will be used as email template. When you choose &amp;quot;Template email action&amp;quot; you will see &amp;quot;templateId&amp;quot; parameter and you need to choose a template from the drop down menu. For example, if you want to send a welcome email when a customer checks in, then plan should look like:&lt;br /&gt;
&lt;br /&gt;
[[File:Welcomeplan.png]]&lt;br /&gt;
&lt;br /&gt;
====Raw Email Action====&lt;br /&gt;
If you want to send just simple text email, then you should choose &amp;quot;Raw Email Action&amp;quot;. You will see three parameters to fill: &lt;br /&gt;
&lt;br /&gt;
[[File:RawEmailAction.png]]&lt;br /&gt;
&lt;br /&gt;
* template - the content of email message.&lt;br /&gt;
* emailAddress - the sender email (your email).&lt;br /&gt;
* subject - the subject of the message&lt;br /&gt;
&lt;br /&gt;
====Webhook Action====&lt;br /&gt;
You should use this type of action if you want to send reservation's information to a custom callback.&lt;br /&gt;
&lt;br /&gt;
Note that the response from the endpoint you provide must be returned within 5 seconds. Otherwise the call will fail.&lt;br /&gt;
&lt;br /&gt;
[[File:Webhook.png]]&lt;br /&gt;
&lt;br /&gt;
* baseUrl - endpoint URL.&lt;br /&gt;
* callMethod - type of HTTP request (GET/POST).&lt;br /&gt;
* contentType - format of sending data JSON/XML&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
If something goes wrong during executing a task you will see the status &amp;quot;Task failed&amp;quot; and in the popup window the reason:&lt;br /&gt;
&lt;br /&gt;
[[File:TaskFailed.png]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
The first things you need to configure are check-in and check-out times in Tools ⇒ Automation Settings.&lt;br /&gt;
&lt;br /&gt;
Then you can start creating a plan (Tools ⇒ Automation Plans).&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationPlan.png]]&lt;br /&gt;
&lt;br /&gt;
This plan will be triggered when you create a reservation and will send a confirmation email to a customer.&lt;br /&gt;
&lt;br /&gt;
[[File:CreateReservation.png]]&lt;br /&gt;
&lt;br /&gt;
An automation task will be created (Tools ⇒ Automation Tasks)&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationTask.png]]&lt;br /&gt;
&lt;br /&gt;
After the task will be executed the customer will get an email. Task's status will change and you will see when the task was actually executed:&lt;br /&gt;
&lt;br /&gt;
[[File:FinishedAutomationTask.png]]&lt;br /&gt;
&lt;br /&gt;
An example of a received email:&lt;br /&gt;
&lt;br /&gt;
[[File:ConfirmationEmail.png]]&lt;br /&gt;
&lt;br /&gt;
===Webhook example===&lt;br /&gt;
&lt;br /&gt;
====POST request====&lt;br /&gt;
&lt;br /&gt;
UI Setup of the webhook plan:&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_example_en.png]]&lt;br /&gt;
&lt;br /&gt;
The created task result:&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_task.png]]&lt;br /&gt;
&lt;br /&gt;
Request URL: &amp;lt;pre&amp;gt;https://your-endpoint.com&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Request payload: &lt;br /&gt;
* JSON: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
&amp;quot;id&amp;quot;:&amp;quot;12638&amp;quot;,&lt;br /&gt;
&amp;quot;dateFrom&amp;quot;:&amp;quot;18/10/2019&amp;quot;,&lt;br /&gt;
&amp;quot;dateTo&amp;quot;:&amp;quot;20/10/2019&amp;quot;,&lt;br /&gt;
&amp;quot;customerFullName&amp;quot;:&amp;quot;TestFullName&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* XML: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-16&amp;quot;?&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;reservation xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; xmlns:xsd=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;id&amp;amp;gt;12638&amp;amp;lt;/id&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;dateFrom&amp;amp;gt;18/10/2019&amp;amp;lt;/dateFrom&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;dateTo&amp;amp;gt;20/10/2019&amp;amp;lt;/dateTo&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;customerFullName&amp;amp;gt;TestFullName&amp;amp;lt;/customerFullName&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;/reservation&amp;amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====GET request====&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_example_get_en.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Request URL: &amp;lt;pre&amp;gt;https://your-endpoint.com?reservationId=12678&amp;amp;dateFrom=18/10/2019&amp;amp;dateTo=20/10/2019&amp;amp;customerFullName=TestFullName&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=Automation&amp;diff=2218</id>
		<title>Automation</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=Automation&amp;diff=2218"/>
				<updated>2020-07-22T10:02:12Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: /* Automation Plans */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Automation is the technology by which a process or procedure is performed with minimal human assistance. Automation saves time on creating repeated tasks, you just need to configure rules (automation plans) for the future tasks to be generated. You can use it for sending emails to customers automatically, without manual work. For example, you want to send a welcome email to a customer when a reservation created, or &amp;quot;thank you for staying with us&amp;quot; email after checkout.&lt;br /&gt;
&lt;br /&gt;
==Settings==&lt;br /&gt;
You can find Automation in Options ⇒ Tools&lt;br /&gt;
&lt;br /&gt;
[[File:OptionsTools.png|200px]]&lt;br /&gt;
&lt;br /&gt;
and to the Automation section:&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationSettings.png|900px]]&lt;br /&gt;
&lt;br /&gt;
In settings you can configure default arrival and departure time:&lt;br /&gt;
&lt;br /&gt;
[[File:ArrivalDepartureTimes.png|900px]]&lt;br /&gt;
&lt;br /&gt;
==Automation Plans==&lt;br /&gt;
Automation Plans are rules by which tasks will be automatically generated. You can configure the actions that will take place and what time they should be executed.&lt;br /&gt;
&lt;br /&gt;
In &amp;quot;Automation plans&amp;quot; you can add a new rule to generate tasks.&lt;br /&gt;
# Title - the title of the automation plan&lt;br /&gt;
# Time execution (in hours) - when you want a task of this plan to be executed (12h before/24h after some action)&lt;br /&gt;
# Execution moment - Before, after or on time of an event.&lt;br /&gt;
# Event type - types of event (arrival, departure, checkin, checkout, creation)&lt;br /&gt;
# Handle group separately - if the reservation for which the event took place is a group one, then tasks will be generated for all reservations in group&lt;br /&gt;
# Task action - what kind of action will take place: &lt;br /&gt;
## template email action - sending an email template (parameters: templateId)&lt;br /&gt;
## raw email message - sending raw email message without a template (parameters: template - message, emailAddress - receiver, subject - subject of an email)&lt;br /&gt;
## webhook action - sending GET/POST request to a given endpoint (parameters: baseUrl - endpoint URL, callMethod - GET/POST, contentType - JSON/XML)&lt;br /&gt;
&lt;br /&gt;
==Automation Tasks==&lt;br /&gt;
Automation tasks are tasks which will be executed by Azure Function at the selected time.&lt;br /&gt;
&lt;br /&gt;
===Actions===&lt;br /&gt;
Depends on the action type set in the plan. An email with selected template can be send or raw email with just text.&lt;br /&gt;
&lt;br /&gt;
====Template Email====&lt;br /&gt;
TemplateEmail action allows you to choose a template which will be send to the customer. You need to choose which template will be used as email template. When you choose &amp;quot;Template email action&amp;quot; you will see &amp;quot;templateId&amp;quot; parameter and you need to choose a template from the drop down menu. For example, if you want to send a welcome email when a customer checks in, then plan should look like:&lt;br /&gt;
&lt;br /&gt;
[[File:Welcomeplan.png]]&lt;br /&gt;
&lt;br /&gt;
====Raw Email Action====&lt;br /&gt;
If you want to send just simple text email, then you should choose &amp;quot;Raw Email Action&amp;quot;. You will see three parameters to fill: &lt;br /&gt;
&lt;br /&gt;
[[File:RawEmailAction.png]]&lt;br /&gt;
&lt;br /&gt;
* template - the content of email message.&lt;br /&gt;
* emailAddress - the sender email (your email).&lt;br /&gt;
* subject - the subject of the message&lt;br /&gt;
&lt;br /&gt;
====Webhook Action====&lt;br /&gt;
You should use this type of action if you want to send reservation's information to a custom callback.&lt;br /&gt;
&lt;br /&gt;
Note that the response from the endpoint you provide must be returned within 5 seconds. Otherwise the call will fail.&lt;br /&gt;
&lt;br /&gt;
[[File:Webhook.png]]&lt;br /&gt;
&lt;br /&gt;
* baseUrl - endpoint URL.&lt;br /&gt;
* callMethod - type of HTTP request (GET/POST).&lt;br /&gt;
* contentType - format of sending data JSON/XML&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
If something goes wrong during executing a task you will see the status &amp;quot;Task failed&amp;quot; and in the popup window the reason:&lt;br /&gt;
&lt;br /&gt;
[[File:TaskFailed.png]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
The first things you need to configure are check-in and check-out times in Tools ⇒ Automation Settings.&lt;br /&gt;
&lt;br /&gt;
Then you can start creating a plan (Tools ⇒ Automation Plans).&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationPlan.png]]&lt;br /&gt;
&lt;br /&gt;
This plan will be triggered when you create a reservation and will send a confirmation email to a customer.&lt;br /&gt;
&lt;br /&gt;
[[File:CreateReservation.png]]&lt;br /&gt;
&lt;br /&gt;
An automation task will be created (Tools ⇒ Automation Tasks)&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationTask.png]]&lt;br /&gt;
&lt;br /&gt;
After the task will be executed the customer will get an email. Task's status will change and you will see when the task was actually executed:&lt;br /&gt;
&lt;br /&gt;
[[File:FinishedAutomationTask.png]]&lt;br /&gt;
&lt;br /&gt;
An example of a received email:&lt;br /&gt;
&lt;br /&gt;
[[File:ConfirmationEmail.png]]&lt;br /&gt;
&lt;br /&gt;
===Webhook example===&lt;br /&gt;
&lt;br /&gt;
====POST request====&lt;br /&gt;
&lt;br /&gt;
UI Setup of the webhook plan:&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_example_en.png]]&lt;br /&gt;
&lt;br /&gt;
The created task result:&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_task.png]]&lt;br /&gt;
&lt;br /&gt;
Request URL: &amp;lt;pre&amp;gt;https://your-endpoint.com&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Request payload: &lt;br /&gt;
* JSON: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
&amp;quot;id&amp;quot;:&amp;quot;12638&amp;quot;,&lt;br /&gt;
&amp;quot;dateFrom&amp;quot;:&amp;quot;18/10/2019&amp;quot;,&lt;br /&gt;
&amp;quot;dateTo&amp;quot;:&amp;quot;20/10/2019&amp;quot;,&lt;br /&gt;
&amp;quot;customerFullName&amp;quot;:&amp;quot;TestFullName&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* XML: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-16&amp;quot;?&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;reservation xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; xmlns:xsd=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;id&amp;amp;gt;12638&amp;amp;lt;/id&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;dateFrom&amp;amp;gt;18/10/2019&amp;amp;lt;/dateFrom&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;dateTo&amp;amp;gt;20/10/2019&amp;amp;lt;/dateTo&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;customerFullName&amp;amp;gt;TestFullName&amp;amp;lt;/customerFullName&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;/reservation&amp;amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====GET request====&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_example_get_en.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Request URL: &amp;lt;pre&amp;gt;https://your-endpoint.com?reservationId=12678&amp;amp;dateFrom=18/10/2019&amp;amp;dateTo=20/10/2019&amp;amp;customerFullName=TestFullName&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=Automation&amp;diff=2217</id>
		<title>Automation</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=Automation&amp;diff=2217"/>
				<updated>2020-07-22T10:01:35Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: /* Settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Automation is the technology by which a process or procedure is performed with minimal human assistance. Automation saves time on creating repeated tasks, you just need to configure rules (automation plans) for the future tasks to be generated. You can use it for sending emails to customers automatically, without manual work. For example, you want to send a welcome email to a customer when a reservation created, or &amp;quot;thank you for staying with us&amp;quot; email after checkout.&lt;br /&gt;
&lt;br /&gt;
==Settings==&lt;br /&gt;
You can find Automation in Options ⇒ Tools&lt;br /&gt;
&lt;br /&gt;
[[File:OptionsTools.png|200px]]&lt;br /&gt;
&lt;br /&gt;
and to the Automation section:&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationSettings.png|900px]]&lt;br /&gt;
&lt;br /&gt;
In settings you can configure default arrival and departure time:&lt;br /&gt;
&lt;br /&gt;
[[File:ArrivalDepartureTimes.png|900px]]&lt;br /&gt;
&lt;br /&gt;
==Automation Plans==&lt;br /&gt;
Automation Plans are rules by which tasks will be created. You can configure the actions that will take place and what time they should be executed.&lt;br /&gt;
&lt;br /&gt;
In &amp;quot;Automation plans&amp;quot; you can add a new rule to generate tasks.&lt;br /&gt;
# Title - the title of the automation plan&lt;br /&gt;
# Time execution (in hours) - when you want a task of this plan to be executed (12h before/24h after some action)&lt;br /&gt;
# Execution moment - Before, after or on time of an event.&lt;br /&gt;
# Event type - types of event (arrival, departure, checkin, checkout, creation)&lt;br /&gt;
# Handle group separately - if the reservation for which the event took place is a group one, then tasks will be generated for all reservations in group&lt;br /&gt;
# Task action - what kind of action will take place: &lt;br /&gt;
## template email action - sending an email template (parameters: templateId)&lt;br /&gt;
## raw email message - sending raw email message without a template (parameters: template - message, emailAddress - receiver, subject - subject of an email)&lt;br /&gt;
## webhook action - sending GET/POST request to a given endpoint (parameters: baseUrl - endpoint URL, callMethod - GET/POST, contentType - JSON/XML)&lt;br /&gt;
&lt;br /&gt;
==Automation Tasks==&lt;br /&gt;
Automation tasks are tasks which will be executed by Azure Function at the selected time.&lt;br /&gt;
&lt;br /&gt;
===Actions===&lt;br /&gt;
Depends on the action type set in the plan. An email with selected template can be send or raw email with just text.&lt;br /&gt;
&lt;br /&gt;
====Template Email====&lt;br /&gt;
TemplateEmail action allows you to choose a template which will be send to the customer. You need to choose which template will be used as email template. When you choose &amp;quot;Template email action&amp;quot; you will see &amp;quot;templateId&amp;quot; parameter and you need to choose a template from the drop down menu. For example, if you want to send a welcome email when a customer checks in, then plan should look like:&lt;br /&gt;
&lt;br /&gt;
[[File:Welcomeplan.png]]&lt;br /&gt;
&lt;br /&gt;
====Raw Email Action====&lt;br /&gt;
If you want to send just simple text email, then you should choose &amp;quot;Raw Email Action&amp;quot;. You will see three parameters to fill: &lt;br /&gt;
&lt;br /&gt;
[[File:RawEmailAction.png]]&lt;br /&gt;
&lt;br /&gt;
* template - the content of email message.&lt;br /&gt;
* emailAddress - the sender email (your email).&lt;br /&gt;
* subject - the subject of the message&lt;br /&gt;
&lt;br /&gt;
====Webhook Action====&lt;br /&gt;
You should use this type of action if you want to send reservation's information to a custom callback.&lt;br /&gt;
&lt;br /&gt;
Note that the response from the endpoint you provide must be returned within 5 seconds. Otherwise the call will fail.&lt;br /&gt;
&lt;br /&gt;
[[File:Webhook.png]]&lt;br /&gt;
&lt;br /&gt;
* baseUrl - endpoint URL.&lt;br /&gt;
* callMethod - type of HTTP request (GET/POST).&lt;br /&gt;
* contentType - format of sending data JSON/XML&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
If something goes wrong during executing a task you will see the status &amp;quot;Task failed&amp;quot; and in the popup window the reason:&lt;br /&gt;
&lt;br /&gt;
[[File:TaskFailed.png]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
The first things you need to configure are check-in and check-out times in Tools ⇒ Automation Settings.&lt;br /&gt;
&lt;br /&gt;
Then you can start creating a plan (Tools ⇒ Automation Plans).&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationPlan.png]]&lt;br /&gt;
&lt;br /&gt;
This plan will be triggered when you create a reservation and will send a confirmation email to a customer.&lt;br /&gt;
&lt;br /&gt;
[[File:CreateReservation.png]]&lt;br /&gt;
&lt;br /&gt;
An automation task will be created (Tools ⇒ Automation Tasks)&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationTask.png]]&lt;br /&gt;
&lt;br /&gt;
After the task will be executed the customer will get an email. Task's status will change and you will see when the task was actually executed:&lt;br /&gt;
&lt;br /&gt;
[[File:FinishedAutomationTask.png]]&lt;br /&gt;
&lt;br /&gt;
An example of a received email:&lt;br /&gt;
&lt;br /&gt;
[[File:ConfirmationEmail.png]]&lt;br /&gt;
&lt;br /&gt;
===Webhook example===&lt;br /&gt;
&lt;br /&gt;
====POST request====&lt;br /&gt;
&lt;br /&gt;
UI Setup of the webhook plan:&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_example_en.png]]&lt;br /&gt;
&lt;br /&gt;
The created task result:&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_task.png]]&lt;br /&gt;
&lt;br /&gt;
Request URL: &amp;lt;pre&amp;gt;https://your-endpoint.com&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Request payload: &lt;br /&gt;
* JSON: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
&amp;quot;id&amp;quot;:&amp;quot;12638&amp;quot;,&lt;br /&gt;
&amp;quot;dateFrom&amp;quot;:&amp;quot;18/10/2019&amp;quot;,&lt;br /&gt;
&amp;quot;dateTo&amp;quot;:&amp;quot;20/10/2019&amp;quot;,&lt;br /&gt;
&amp;quot;customerFullName&amp;quot;:&amp;quot;TestFullName&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* XML: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-16&amp;quot;?&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;reservation xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; xmlns:xsd=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;id&amp;amp;gt;12638&amp;amp;lt;/id&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;dateFrom&amp;amp;gt;18/10/2019&amp;amp;lt;/dateFrom&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;dateTo&amp;amp;gt;20/10/2019&amp;amp;lt;/dateTo&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;customerFullName&amp;amp;gt;TestFullName&amp;amp;lt;/customerFullName&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;/reservation&amp;amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====GET request====&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_example_get_en.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Request URL: &amp;lt;pre&amp;gt;https://your-endpoint.com?reservationId=12678&amp;amp;dateFrom=18/10/2019&amp;amp;dateTo=20/10/2019&amp;amp;customerFullName=TestFullName&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=Automation&amp;diff=2216</id>
		<title>Automation</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=Automation&amp;diff=2216"/>
				<updated>2020-07-22T09:42:09Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Automation is the technology by which a process or procedure is performed with minimal human assistance. Automation saves time on creating repeated tasks, you just need to configure rules (automation plans) for the future tasks to be generated. You can use it for sending emails to customers automatically, without manual work. For example, you want to send a welcome email to a customer when a reservation created, or &amp;quot;thank you for staying with us&amp;quot; email after checkout.&lt;br /&gt;
&lt;br /&gt;
==Settings==&lt;br /&gt;
To be able to use automation you need to go to Options ⇒ Tools&lt;br /&gt;
&lt;br /&gt;
[[File:OptionsTools.png|200px]]&lt;br /&gt;
&lt;br /&gt;
and to the Automation section:&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationSettings.png|900px]]&lt;br /&gt;
&lt;br /&gt;
In settings you can configure default arrival and departure time:&lt;br /&gt;
&lt;br /&gt;
[[File:ArrivalDepartureTimes.png|900px]]&lt;br /&gt;
&lt;br /&gt;
==Automation Plans==&lt;br /&gt;
Automation Plans are rules by which tasks will be created. You can configure the actions that will take place and what time they should be executed.&lt;br /&gt;
&lt;br /&gt;
In &amp;quot;Automation plans&amp;quot; you can add a new rule to generate tasks.&lt;br /&gt;
# Title - the title of the automation plan&lt;br /&gt;
# Time execution (in hours) - when you want a task of this plan to be executed (12h before/24h after some action)&lt;br /&gt;
# Execution moment - Before, after or on time of an event.&lt;br /&gt;
# Event type - types of event (arrival, departure, checkin, checkout, creation)&lt;br /&gt;
# Handle group separately - if the reservation for which the event took place is a group one, then tasks will be generated for all reservations in group&lt;br /&gt;
# Task action - what kind of action will take place: &lt;br /&gt;
## template email action - sending an email template (parameters: templateId)&lt;br /&gt;
## raw email message - sending raw email message without a template (parameters: template - message, emailAddress - receiver, subject - subject of an email)&lt;br /&gt;
## webhook action - sending GET/POST request to a given endpoint (parameters: baseUrl - endpoint URL, callMethod - GET/POST, contentType - JSON/XML)&lt;br /&gt;
&lt;br /&gt;
==Automation Tasks==&lt;br /&gt;
Automation tasks are tasks which will be executed by Azure Function at the selected time.&lt;br /&gt;
&lt;br /&gt;
===Actions===&lt;br /&gt;
Depends on the action type set in the plan. An email with selected template can be send or raw email with just text.&lt;br /&gt;
&lt;br /&gt;
====Template Email====&lt;br /&gt;
TemplateEmail action allows you to choose a template which will be send to the customer. You need to choose which template will be used as email template. When you choose &amp;quot;Template email action&amp;quot; you will see &amp;quot;templateId&amp;quot; parameter and you need to choose a template from the drop down menu. For example, if you want to send a welcome email when a customer checks in, then plan should look like:&lt;br /&gt;
&lt;br /&gt;
[[File:Welcomeplan.png]]&lt;br /&gt;
&lt;br /&gt;
====Raw Email Action====&lt;br /&gt;
If you want to send just simple text email, then you should choose &amp;quot;Raw Email Action&amp;quot;. You will see three parameters to fill: &lt;br /&gt;
&lt;br /&gt;
[[File:RawEmailAction.png]]&lt;br /&gt;
&lt;br /&gt;
* template - the content of email message.&lt;br /&gt;
* emailAddress - the sender email (your email).&lt;br /&gt;
* subject - the subject of the message&lt;br /&gt;
&lt;br /&gt;
====Webhook Action====&lt;br /&gt;
You should use this type of action if you want to send reservation's information to a custom callback.&lt;br /&gt;
&lt;br /&gt;
Note that the response from the endpoint you provide must be returned within 5 seconds. Otherwise the call will fail.&lt;br /&gt;
&lt;br /&gt;
[[File:Webhook.png]]&lt;br /&gt;
&lt;br /&gt;
* baseUrl - endpoint URL.&lt;br /&gt;
* callMethod - type of HTTP request (GET/POST).&lt;br /&gt;
* contentType - format of sending data JSON/XML&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
If something goes wrong during executing a task you will see the status &amp;quot;Task failed&amp;quot; and in the popup window the reason:&lt;br /&gt;
&lt;br /&gt;
[[File:TaskFailed.png]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
The first things you need to configure are check-in and check-out times in Tools ⇒ Automation Settings.&lt;br /&gt;
&lt;br /&gt;
Then you can start creating a plan (Tools ⇒ Automation Plans).&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationPlan.png]]&lt;br /&gt;
&lt;br /&gt;
This plan will be triggered when you create a reservation and will send a confirmation email to a customer.&lt;br /&gt;
&lt;br /&gt;
[[File:CreateReservation.png]]&lt;br /&gt;
&lt;br /&gt;
An automation task will be created (Tools ⇒ Automation Tasks)&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationTask.png]]&lt;br /&gt;
&lt;br /&gt;
After the task will be executed the customer will get an email. Task's status will change and you will see when the task was actually executed:&lt;br /&gt;
&lt;br /&gt;
[[File:FinishedAutomationTask.png]]&lt;br /&gt;
&lt;br /&gt;
An example of a received email:&lt;br /&gt;
&lt;br /&gt;
[[File:ConfirmationEmail.png]]&lt;br /&gt;
&lt;br /&gt;
===Webhook example===&lt;br /&gt;
&lt;br /&gt;
====POST request====&lt;br /&gt;
&lt;br /&gt;
UI Setup of the webhook plan:&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_example_en.png]]&lt;br /&gt;
&lt;br /&gt;
The created task result:&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_task.png]]&lt;br /&gt;
&lt;br /&gt;
Request URL: &amp;lt;pre&amp;gt;https://your-endpoint.com&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Request payload: &lt;br /&gt;
* JSON: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
&amp;quot;id&amp;quot;:&amp;quot;12638&amp;quot;,&lt;br /&gt;
&amp;quot;dateFrom&amp;quot;:&amp;quot;18/10/2019&amp;quot;,&lt;br /&gt;
&amp;quot;dateTo&amp;quot;:&amp;quot;20/10/2019&amp;quot;,&lt;br /&gt;
&amp;quot;customerFullName&amp;quot;:&amp;quot;TestFullName&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* XML: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-16&amp;quot;?&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;reservation xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; xmlns:xsd=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;id&amp;amp;gt;12638&amp;amp;lt;/id&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;dateFrom&amp;amp;gt;18/10/2019&amp;amp;lt;/dateFrom&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;dateTo&amp;amp;gt;20/10/2019&amp;amp;lt;/dateTo&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;customerFullName&amp;amp;gt;TestFullName&amp;amp;lt;/customerFullName&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;/reservation&amp;amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====GET request====&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_example_get_en.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Request URL: &amp;lt;pre&amp;gt;https://your-endpoint.com?reservationId=12678&amp;amp;dateFrom=18/10/2019&amp;amp;dateTo=20/10/2019&amp;amp;customerFullName=TestFullName&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=Automation&amp;diff=2215</id>
		<title>Automation</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=Automation&amp;diff=2215"/>
				<updated>2020-07-22T09:39:40Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: /* Automation Tasks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Automation is the technology by which a process or procedure is performed with minimal human assistance. Automation saves time on creating repeated tasks, you just need to configure rules (automation plans) for the future tasks to be generated. You can use it for sending emails to customers automatically, without manual work. For example, you want to send a welcome email to a customer when a reservation created, or &amp;quot;thank you for staying with us&amp;quot; email after checkout.&lt;br /&gt;
&lt;br /&gt;
==Settings==&lt;br /&gt;
To be able to use automation you need to go to Options ⇒ Tools&lt;br /&gt;
&lt;br /&gt;
[[File:OptionsTools.png|200px]]&lt;br /&gt;
&lt;br /&gt;
and to the Automation section:&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationSettings.png|900px]]&lt;br /&gt;
&lt;br /&gt;
In settings you can configure default arrival and departure time:&lt;br /&gt;
&lt;br /&gt;
[[File:ArrivalDepartureTimes.png|900px]]&lt;br /&gt;
&lt;br /&gt;
==Automation Plans==&lt;br /&gt;
Automation Plans are rules by which tasks will be created. You can configure the actions that will take place and what time they should be executed.&lt;br /&gt;
&lt;br /&gt;
In &amp;quot;Automation plans&amp;quot; you can add a new rule to generate tasks.&lt;br /&gt;
# Title - the title of the automation plan&lt;br /&gt;
# Time execution (in hours) - when you want a task of this plan to be executed (12h before/24h after some action)&lt;br /&gt;
# Execution moment - Before, after or on time of an event.&lt;br /&gt;
# Event type - types of event (arrival, departure, checkin, checkout, creation)&lt;br /&gt;
# Handle group separately - if the reservation for which the event took place is a group one, then tasks will be generated for all reservations in group&lt;br /&gt;
# Task action - what kind of action will take place: &lt;br /&gt;
## template email action - sending an email template (parameters: templateId)&lt;br /&gt;
## raw email message - sending raw email message without a template (parameters: template - message, emailAddress - receiver, subject - subject of an email)&lt;br /&gt;
## webhook action - sending GET/POST request to a given endpoint (parameters: baseUrl - endpoint URL, callMethod - GET/POST, contentType - JSON/XML)&lt;br /&gt;
&lt;br /&gt;
==Automation Tasks==&lt;br /&gt;
Automation tasks are tasks which will be executed by Azure Function at the selected time.&lt;br /&gt;
&lt;br /&gt;
===Actions===&lt;br /&gt;
Depends on the action type set in the plan. An email with selected template can be send or raw email with just text.&lt;br /&gt;
&lt;br /&gt;
====Template Email====&lt;br /&gt;
TemplateEmail action allows you to choose a template which will be send to the customer. You need to choose which template will be used as email template. When you choose &amp;quot;Template email action&amp;quot; you will see &amp;quot;templateId&amp;quot; parameter and you need to choose a template from the drop down menu. For example, if you want to send a welcome email when a customer checks in, then plan should look like:&lt;br /&gt;
&lt;br /&gt;
[[File:Welcomeplan.png]]&lt;br /&gt;
&lt;br /&gt;
====Raw Email Action====&lt;br /&gt;
If you want to send just simple text email, then you should choose &amp;quot;Raw Email Action&amp;quot;. You will see three parameters to fill: &lt;br /&gt;
&lt;br /&gt;
[[File:RawEmailAction.png]]&lt;br /&gt;
&lt;br /&gt;
* template - the content of email message.&lt;br /&gt;
* emailAddress - the sender email (your email).&lt;br /&gt;
* subject - the subject of the message&lt;br /&gt;
&lt;br /&gt;
====Webhook Action====&lt;br /&gt;
You should use this type of action if you want to send reservation's information to a custom callback.&lt;br /&gt;
&lt;br /&gt;
Note that the response from the endpoint you provide must be returned within 5 seconds. Otherwise the call will fail.&lt;br /&gt;
&lt;br /&gt;
[[File:Webhook.png]]&lt;br /&gt;
&lt;br /&gt;
* baseUrl - endpoint URL.&lt;br /&gt;
* callMethod - type of HTTP request (GET/POST).&lt;br /&gt;
* contentType - format of sending data JSON/XML&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
If something goes wrong during executing a task you will see the status &amp;quot;Task failed&amp;quot; and in the popup window the reason:&lt;br /&gt;
&lt;br /&gt;
[[File:TaskFailed.png]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
The first thing you need to configure checkin checkout times in Tools ⇒ Automation Settings.&lt;br /&gt;
&lt;br /&gt;
Then you can start to create a plan (Tools ⇒ Automation Plans).&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationPlan.png]]&lt;br /&gt;
&lt;br /&gt;
This plan will be triggered when you create a reservation and will send a confirmation email to a customer.&lt;br /&gt;
&lt;br /&gt;
[[File:CreateReservation.png]]&lt;br /&gt;
&lt;br /&gt;
An automation task will be created (Tools ⇒ Automation Tasks)&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationTask.png]]&lt;br /&gt;
&lt;br /&gt;
After the task will be executed a customer will get an email and the task's status will change and you will see when the task was actually sent:&lt;br /&gt;
&lt;br /&gt;
[[File:FinishedAutomationTask.png]]&lt;br /&gt;
&lt;br /&gt;
An example of a received email:&lt;br /&gt;
&lt;br /&gt;
[[File:ConfirmationEmail.png]]&lt;br /&gt;
&lt;br /&gt;
===Webhook example===&lt;br /&gt;
&lt;br /&gt;
====POST request====&lt;br /&gt;
&lt;br /&gt;
UI Setup of the webhook plan:&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_example_en.png]]&lt;br /&gt;
&lt;br /&gt;
The created task result:&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_task.png]]&lt;br /&gt;
&lt;br /&gt;
Request URL: &amp;lt;pre&amp;gt;https://your-endpoint.com&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Request payload: &lt;br /&gt;
* JSON: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
&amp;quot;id&amp;quot;:&amp;quot;12638&amp;quot;,&lt;br /&gt;
&amp;quot;dateFrom&amp;quot;:&amp;quot;18/10/2019&amp;quot;,&lt;br /&gt;
&amp;quot;dateTo&amp;quot;:&amp;quot;20/10/2019&amp;quot;,&lt;br /&gt;
&amp;quot;customerFullName&amp;quot;:&amp;quot;TestFullName&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* XML: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-16&amp;quot;?&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;reservation xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; xmlns:xsd=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;id&amp;amp;gt;12638&amp;amp;lt;/id&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;dateFrom&amp;amp;gt;18/10/2019&amp;amp;lt;/dateFrom&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;dateTo&amp;amp;gt;20/10/2019&amp;amp;lt;/dateTo&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;customerFullName&amp;amp;gt;TestFullName&amp;amp;lt;/customerFullName&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;/reservation&amp;amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====GET request====&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_example_get_en.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Request URL: &amp;lt;pre&amp;gt;https://your-endpoint.com?reservationId=12678&amp;amp;dateFrom=18/10/2019&amp;amp;dateTo=20/10/2019&amp;amp;customerFullName=TestFullName&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=Automation&amp;diff=2214</id>
		<title>Automation</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=Automation&amp;diff=2214"/>
				<updated>2020-07-22T09:33:42Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: /* Automation Plans */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Automation is the technology by which a process or procedure is performed with minimal human assistance. Automation saves time on creating repeated tasks, you just need to configure rules (automation plans) for the future tasks to be generated. You can use it for sending emails to customers automatically, without manual work. For example, you want to send a welcome email to a customer when a reservation created, or &amp;quot;thank you for staying with us&amp;quot; email after checkout.&lt;br /&gt;
&lt;br /&gt;
==Settings==&lt;br /&gt;
To be able to use automation you need to go to Options ⇒ Tools&lt;br /&gt;
&lt;br /&gt;
[[File:OptionsTools.png|200px]]&lt;br /&gt;
&lt;br /&gt;
and to the Automation section:&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationSettings.png|900px]]&lt;br /&gt;
&lt;br /&gt;
In settings you can configure default arrival and departure time:&lt;br /&gt;
&lt;br /&gt;
[[File:ArrivalDepartureTimes.png|900px]]&lt;br /&gt;
&lt;br /&gt;
==Automation Plans==&lt;br /&gt;
Automation Plans are rules by which tasks will be created. You can configure the actions that will take place and what time they should be executed.&lt;br /&gt;
&lt;br /&gt;
In &amp;quot;Automation plans&amp;quot; you can add a new rule to generate tasks.&lt;br /&gt;
# Title - the title of the automation plan&lt;br /&gt;
# Time execution (in hours) - when you want a task of this plan to be executed (12h before/24h after some action)&lt;br /&gt;
# Execution moment - Before, after or on time of an event.&lt;br /&gt;
# Event type - types of event (arrival, departure, checkin, checkout, creation)&lt;br /&gt;
# Handle group separately - if the reservation for which the event took place is a group one, then tasks will be generated for all reservations in group&lt;br /&gt;
# Task action - what kind of action will take place: &lt;br /&gt;
## template email action - sending an email template (parameters: templateId)&lt;br /&gt;
## raw email message - sending raw email message without a template (parameters: template - message, emailAddress - receiver, subject - subject of an email)&lt;br /&gt;
## webhook action - sending GET/POST request to a given endpoint (parameters: baseUrl - endpoint URL, callMethod - GET/POST, contentType - JSON/XML)&lt;br /&gt;
&lt;br /&gt;
==Automation Tasks==&lt;br /&gt;
Automation tasks are tasks which will be executed by Azure Function at the set time.&lt;br /&gt;
&lt;br /&gt;
===Actions===&lt;br /&gt;
Depends on an action type set in the plan, an email with selected template can be send, raw email with just text.&lt;br /&gt;
&lt;br /&gt;
====Template Email====&lt;br /&gt;
TemplateEmail action allows you to choose a template which will be send to a customer. You need to choose which template will be used as email template. When you choose &amp;quot;Template email action&amp;quot; you will see &amp;quot;templateId&amp;quot; parameter and you need to choose template from drop down. For example you want to send a welcome email when a customer checks in, then plan may look like:&lt;br /&gt;
&lt;br /&gt;
[[File:Welcomeplan.png]]&lt;br /&gt;
&lt;br /&gt;
====Raw Email Action====&lt;br /&gt;
If you want to send just simple text email, you can choose Raw Email Action. You will see three parameters to fill: &lt;br /&gt;
&lt;br /&gt;
[[File:RawEmailAction.png]]&lt;br /&gt;
&lt;br /&gt;
* template - the content of email message.&lt;br /&gt;
* emailAddress - the sender email (your email).&lt;br /&gt;
* subject - the subject of the message&lt;br /&gt;
&lt;br /&gt;
====Webhook Action====&lt;br /&gt;
You can use this type of action if you need to send reservation information to a custom callback.&lt;br /&gt;
&lt;br /&gt;
Beware the endpoint you provide must execute within 5 seconds. Otherwise the call will fail.&lt;br /&gt;
&lt;br /&gt;
[[File:Webhook.png]]&lt;br /&gt;
&lt;br /&gt;
* baseUrl - endpoint URL.&lt;br /&gt;
* callMethod - type of HTTP request (GET/POST).&lt;br /&gt;
* contentType - format of sending data JSON/XML&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
If something goes wrong during executing a task you will see the status &amp;quot;Task failed&amp;quot; and in the popup window the reason:&lt;br /&gt;
&lt;br /&gt;
[[File:TaskFailed.png]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
The first thing you need to configure checkin checkout times in Tools ⇒ Automation Settings.&lt;br /&gt;
&lt;br /&gt;
Then you can start to create a plan (Tools ⇒ Automation Plans).&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationPlan.png]]&lt;br /&gt;
&lt;br /&gt;
This plan will be triggered when you create a reservation and will send a confirmation email to a customer.&lt;br /&gt;
&lt;br /&gt;
[[File:CreateReservation.png]]&lt;br /&gt;
&lt;br /&gt;
An automation task will be created (Tools ⇒ Automation Tasks)&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationTask.png]]&lt;br /&gt;
&lt;br /&gt;
After the task will be executed a customer will get an email and the task's status will change and you will see when the task was actually sent:&lt;br /&gt;
&lt;br /&gt;
[[File:FinishedAutomationTask.png]]&lt;br /&gt;
&lt;br /&gt;
An example of a received email:&lt;br /&gt;
&lt;br /&gt;
[[File:ConfirmationEmail.png]]&lt;br /&gt;
&lt;br /&gt;
===Webhook example===&lt;br /&gt;
&lt;br /&gt;
====POST request====&lt;br /&gt;
&lt;br /&gt;
UI Setup of the webhook plan:&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_example_en.png]]&lt;br /&gt;
&lt;br /&gt;
The created task result:&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_task.png]]&lt;br /&gt;
&lt;br /&gt;
Request URL: &amp;lt;pre&amp;gt;https://your-endpoint.com&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Request payload: &lt;br /&gt;
* JSON: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
&amp;quot;id&amp;quot;:&amp;quot;12638&amp;quot;,&lt;br /&gt;
&amp;quot;dateFrom&amp;quot;:&amp;quot;18/10/2019&amp;quot;,&lt;br /&gt;
&amp;quot;dateTo&amp;quot;:&amp;quot;20/10/2019&amp;quot;,&lt;br /&gt;
&amp;quot;customerFullName&amp;quot;:&amp;quot;TestFullName&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* XML: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-16&amp;quot;?&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;reservation xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; xmlns:xsd=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;id&amp;amp;gt;12638&amp;amp;lt;/id&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;dateFrom&amp;amp;gt;18/10/2019&amp;amp;lt;/dateFrom&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;dateTo&amp;amp;gt;20/10/2019&amp;amp;lt;/dateTo&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;customerFullName&amp;amp;gt;TestFullName&amp;amp;lt;/customerFullName&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;/reservation&amp;amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====GET request====&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_example_get_en.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Request URL: &amp;lt;pre&amp;gt;https://your-endpoint.com?reservationId=12678&amp;amp;dateFrom=18/10/2019&amp;amp;dateTo=20/10/2019&amp;amp;customerFullName=TestFullName&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=Automation&amp;diff=2213</id>
		<title>Automation</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=Automation&amp;diff=2213"/>
				<updated>2020-07-22T09:30:38Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: /* Automation Plans */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Automation is the technology by which a process or procedure is performed with minimal human assistance. Automation saves time on creating repeated tasks, you just need to configure rules (automation plans) for the future tasks to be generated. You can use it for sending emails to customers automatically, without manual work. For example, you want to send a welcome email to a customer when a reservation created, or &amp;quot;thank you for staying with us&amp;quot; email after checkout.&lt;br /&gt;
&lt;br /&gt;
==Settings==&lt;br /&gt;
To be able to use automation you need to go to Options ⇒ Tools&lt;br /&gt;
&lt;br /&gt;
[[File:OptionsTools.png|200px]]&lt;br /&gt;
&lt;br /&gt;
and to the Automation section:&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationSettings.png|900px]]&lt;br /&gt;
&lt;br /&gt;
In settings you can configure default arrival and departure time:&lt;br /&gt;
&lt;br /&gt;
[[File:ArrivalDepartureTimes.png|900px]]&lt;br /&gt;
&lt;br /&gt;
==Automation Plans==&lt;br /&gt;
Automation Plans are rules by which tasks will be created. You can configure the actions that will take place and what time they should be executed.&lt;br /&gt;
&lt;br /&gt;
In &amp;quot;Automation plans&amp;quot; you can add a new rule to generate tasks.&lt;br /&gt;
# Title - the title of the automation plan&lt;br /&gt;
# Time execution (in hours) - when you want a task of this plan to be executed (12h before/24h after some action)&lt;br /&gt;
# Execution moment - Before, after or on time of an event.&lt;br /&gt;
# Event type - types of event (arrival, departure, checkin, checkout, creation)&lt;br /&gt;
# Task action - what kind of action will take place: &lt;br /&gt;
## template email action - sending an email template (parameters: templateId)&lt;br /&gt;
## raw email message - sending raw email message without a template (parameters: template - message, emailAddress - receiver, subject - subject of an email)&lt;br /&gt;
## webhook action - sending GET/POST request to a given endpoint (parameters: baseUrl - endpoint URL, callMethod - GET/POST, contentType - JSON/XML)&lt;br /&gt;
&lt;br /&gt;
==Automation Tasks==&lt;br /&gt;
Automation tasks are tasks which will be executed by Azure Function at the set time.&lt;br /&gt;
&lt;br /&gt;
===Actions===&lt;br /&gt;
Depends on an action type set in the plan, an email with selected template can be send, raw email with just text.&lt;br /&gt;
&lt;br /&gt;
====Template Email====&lt;br /&gt;
TemplateEmail action allows you to choose a template which will be send to a customer. You need to choose which template will be used as email template. When you choose &amp;quot;Template email action&amp;quot; you will see &amp;quot;templateId&amp;quot; parameter and you need to choose template from drop down. For example you want to send a welcome email when a customer checks in, then plan may look like:&lt;br /&gt;
&lt;br /&gt;
[[File:Welcomeplan.png]]&lt;br /&gt;
&lt;br /&gt;
====Raw Email Action====&lt;br /&gt;
If you want to send just simple text email, you can choose Raw Email Action. You will see three parameters to fill: &lt;br /&gt;
&lt;br /&gt;
[[File:RawEmailAction.png]]&lt;br /&gt;
&lt;br /&gt;
* template - the content of email message.&lt;br /&gt;
* emailAddress - the sender email (your email).&lt;br /&gt;
* subject - the subject of the message&lt;br /&gt;
&lt;br /&gt;
====Webhook Action====&lt;br /&gt;
You can use this type of action if you need to send reservation information to a custom callback.&lt;br /&gt;
&lt;br /&gt;
Beware the endpoint you provide must execute within 5 seconds. Otherwise the call will fail.&lt;br /&gt;
&lt;br /&gt;
[[File:Webhook.png]]&lt;br /&gt;
&lt;br /&gt;
* baseUrl - endpoint URL.&lt;br /&gt;
* callMethod - type of HTTP request (GET/POST).&lt;br /&gt;
* contentType - format of sending data JSON/XML&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
If something goes wrong during executing a task you will see the status &amp;quot;Task failed&amp;quot; and in the popup window the reason:&lt;br /&gt;
&lt;br /&gt;
[[File:TaskFailed.png]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
The first thing you need to configure checkin checkout times in Tools ⇒ Automation Settings.&lt;br /&gt;
&lt;br /&gt;
Then you can start to create a plan (Tools ⇒ Automation Plans).&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationPlan.png]]&lt;br /&gt;
&lt;br /&gt;
This plan will be triggered when you create a reservation and will send a confirmation email to a customer.&lt;br /&gt;
&lt;br /&gt;
[[File:CreateReservation.png]]&lt;br /&gt;
&lt;br /&gt;
An automation task will be created (Tools ⇒ Automation Tasks)&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationTask.png]]&lt;br /&gt;
&lt;br /&gt;
After the task will be executed a customer will get an email and the task's status will change and you will see when the task was actually sent:&lt;br /&gt;
&lt;br /&gt;
[[File:FinishedAutomationTask.png]]&lt;br /&gt;
&lt;br /&gt;
An example of a received email:&lt;br /&gt;
&lt;br /&gt;
[[File:ConfirmationEmail.png]]&lt;br /&gt;
&lt;br /&gt;
===Webhook example===&lt;br /&gt;
&lt;br /&gt;
====POST request====&lt;br /&gt;
&lt;br /&gt;
UI Setup of the webhook plan:&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_example_en.png]]&lt;br /&gt;
&lt;br /&gt;
The created task result:&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_task.png]]&lt;br /&gt;
&lt;br /&gt;
Request URL: &amp;lt;pre&amp;gt;https://your-endpoint.com&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Request payload: &lt;br /&gt;
* JSON: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
&amp;quot;id&amp;quot;:&amp;quot;12638&amp;quot;,&lt;br /&gt;
&amp;quot;dateFrom&amp;quot;:&amp;quot;18/10/2019&amp;quot;,&lt;br /&gt;
&amp;quot;dateTo&amp;quot;:&amp;quot;20/10/2019&amp;quot;,&lt;br /&gt;
&amp;quot;customerFullName&amp;quot;:&amp;quot;TestFullName&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* XML: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-16&amp;quot;?&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;reservation xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; xmlns:xsd=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;id&amp;amp;gt;12638&amp;amp;lt;/id&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;dateFrom&amp;amp;gt;18/10/2019&amp;amp;lt;/dateFrom&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;dateTo&amp;amp;gt;20/10/2019&amp;amp;lt;/dateTo&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;customerFullName&amp;amp;gt;TestFullName&amp;amp;lt;/customerFullName&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;/reservation&amp;amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====GET request====&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_example_get_en.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Request URL: &amp;lt;pre&amp;gt;https://your-endpoint.com?reservationId=12678&amp;amp;dateFrom=18/10/2019&amp;amp;dateTo=20/10/2019&amp;amp;customerFullName=TestFullName&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=Automation&amp;diff=2212</id>
		<title>Automation</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=Automation&amp;diff=2212"/>
				<updated>2020-07-22T09:24:40Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Automation is the technology by which a process or procedure is performed with minimal human assistance. Automation saves time on creating repeated tasks, you just need to configure rules (automation plans) for the future tasks to be generated. You can use it for sending emails to customers automatically, without manual work. For example, you want to send a welcome email to a customer when a reservation created, or &amp;quot;thank you for staying with us&amp;quot; email after checkout.&lt;br /&gt;
&lt;br /&gt;
==Settings==&lt;br /&gt;
To be able to use automation you need to go to Options ⇒ Tools&lt;br /&gt;
&lt;br /&gt;
[[File:OptionsTools.png|200px]]&lt;br /&gt;
&lt;br /&gt;
and to the Automation section:&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationSettings.png|900px]]&lt;br /&gt;
&lt;br /&gt;
In settings you can configure default arrival and departure time:&lt;br /&gt;
&lt;br /&gt;
[[File:ArrivalDepartureTimes.png|900px]]&lt;br /&gt;
&lt;br /&gt;
==Automation Plans==&lt;br /&gt;
Automation Plans are rules by what tasks will be created. You can configure by what actions tasks will be triggered and what time they should be executed.&lt;br /&gt;
&lt;br /&gt;
In automation plan you can add a new rule, when automation tasks will be triggered.&lt;br /&gt;
# Title - the title of an automation plan&lt;br /&gt;
# Time execution (in hours) - when you want this event to happen (12h before/24h after some action)&lt;br /&gt;
# Execution moment - Before, after, on time of an action.&lt;br /&gt;
# Event type - types of event (arrival, departure, checkin, checkout, creation)&lt;br /&gt;
# Task action - what kind of task will be triggered: &lt;br /&gt;
## template email action - sending an email template (parameters: templateId)&lt;br /&gt;
## raw email message - sending raw email message without a template (parameters: template - message, emailAddress - receiver, subject - subject of an email)&lt;br /&gt;
## webhook action - sending GET/POST request to a given endpoint (parameters: baseUrl - endpoint URL, callMethod - GET/POST, contentType - JSON/XML)&lt;br /&gt;
&lt;br /&gt;
==Automation Tasks==&lt;br /&gt;
Automation tasks are tasks which will be executed by Azure Function at the set time.&lt;br /&gt;
&lt;br /&gt;
===Actions===&lt;br /&gt;
Depends on an action type set in the plan, an email with selected template can be send, raw email with just text.&lt;br /&gt;
&lt;br /&gt;
====Template Email====&lt;br /&gt;
TemplateEmail action allows you to choose a template which will be send to a customer. You need to choose which template will be used as email template. When you choose &amp;quot;Template email action&amp;quot; you will see &amp;quot;templateId&amp;quot; parameter and you need to choose template from drop down. For example you want to send a welcome email when a customer checks in, then plan may look like:&lt;br /&gt;
&lt;br /&gt;
[[File:Welcomeplan.png]]&lt;br /&gt;
&lt;br /&gt;
====Raw Email Action====&lt;br /&gt;
If you want to send just simple text email, you can choose Raw Email Action. You will see three parameters to fill: &lt;br /&gt;
&lt;br /&gt;
[[File:RawEmailAction.png]]&lt;br /&gt;
&lt;br /&gt;
* template - the content of email message.&lt;br /&gt;
* emailAddress - the sender email (your email).&lt;br /&gt;
* subject - the subject of the message&lt;br /&gt;
&lt;br /&gt;
====Webhook Action====&lt;br /&gt;
You can use this type of action if you need to send reservation information to a custom callback.&lt;br /&gt;
&lt;br /&gt;
Beware the endpoint you provide must execute within 5 seconds. Otherwise the call will fail.&lt;br /&gt;
&lt;br /&gt;
[[File:Webhook.png]]&lt;br /&gt;
&lt;br /&gt;
* baseUrl - endpoint URL.&lt;br /&gt;
* callMethod - type of HTTP request (GET/POST).&lt;br /&gt;
* contentType - format of sending data JSON/XML&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
If something goes wrong during executing a task you will see the status &amp;quot;Task failed&amp;quot; and in the popup window the reason:&lt;br /&gt;
&lt;br /&gt;
[[File:TaskFailed.png]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
The first thing you need to configure checkin checkout times in Tools ⇒ Automation Settings.&lt;br /&gt;
&lt;br /&gt;
Then you can start to create a plan (Tools ⇒ Automation Plans).&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationPlan.png]]&lt;br /&gt;
&lt;br /&gt;
This plan will be triggered when you create a reservation and will send a confirmation email to a customer.&lt;br /&gt;
&lt;br /&gt;
[[File:CreateReservation.png]]&lt;br /&gt;
&lt;br /&gt;
An automation task will be created (Tools ⇒ Automation Tasks)&lt;br /&gt;
&lt;br /&gt;
[[File:AutomationTask.png]]&lt;br /&gt;
&lt;br /&gt;
After the task will be executed a customer will get an email and the task's status will change and you will see when the task was actually sent:&lt;br /&gt;
&lt;br /&gt;
[[File:FinishedAutomationTask.png]]&lt;br /&gt;
&lt;br /&gt;
An example of a received email:&lt;br /&gt;
&lt;br /&gt;
[[File:ConfirmationEmail.png]]&lt;br /&gt;
&lt;br /&gt;
===Webhook example===&lt;br /&gt;
&lt;br /&gt;
====POST request====&lt;br /&gt;
&lt;br /&gt;
UI Setup of the webhook plan:&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_example_en.png]]&lt;br /&gt;
&lt;br /&gt;
The created task result:&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_task.png]]&lt;br /&gt;
&lt;br /&gt;
Request URL: &amp;lt;pre&amp;gt;https://your-endpoint.com&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Request payload: &lt;br /&gt;
* JSON: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
&amp;quot;id&amp;quot;:&amp;quot;12638&amp;quot;,&lt;br /&gt;
&amp;quot;dateFrom&amp;quot;:&amp;quot;18/10/2019&amp;quot;,&lt;br /&gt;
&amp;quot;dateTo&amp;quot;:&amp;quot;20/10/2019&amp;quot;,&lt;br /&gt;
&amp;quot;customerFullName&amp;quot;:&amp;quot;TestFullName&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* XML: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-16&amp;quot;?&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;reservation xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; xmlns:xsd=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;id&amp;amp;gt;12638&amp;amp;lt;/id&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;dateFrom&amp;amp;gt;18/10/2019&amp;amp;lt;/dateFrom&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;dateTo&amp;amp;gt;20/10/2019&amp;amp;lt;/dateTo&amp;amp;gt;&lt;br /&gt;
	&amp;amp;lt;customerFullName&amp;amp;gt;TestFullName&amp;amp;lt;/customerFullName&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;/reservation&amp;amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====GET request====&lt;br /&gt;
&lt;br /&gt;
[[File:webhook_example_get_en.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Request URL: &amp;lt;pre&amp;gt;https://your-endpoint.com?reservationId=12678&amp;amp;dateFrom=18/10/2019&amp;amp;dateTo=20/10/2019&amp;amp;customerFullName=TestFullName&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2165</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2165"/>
				<updated>2020-01-13T15:17:57Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: /* Seasonal Rules */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Managing Accounts == &lt;br /&gt;
=== Authorizing AirBnb Account ===&lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will give access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_terms_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
=== Unauthorizing AirBnb Account ===&lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on the account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
After disconnecting successfully no information about this account will be available to hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove access from hoteliga of an account from your Airbnb control panel: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb remove access en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Managing Listings ==&lt;br /&gt;
Listings, in Airbnb, are equivalent and connected to room types in hoteliga. If a room type has more than one room, then all of them should offer the same amenities and services. &lt;br /&gt;
&lt;br /&gt;
Airbnb will be updated with the number of available rooms for listings mapped to room types. &lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you have set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be made&lt;br /&gt;
* '''Connected''' - if a listing is connected, that is prices and inventory are managed through hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
Here, you can change channel title. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_count''' - more than one room of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that mapped room type has only one room and AirBnb will be updated if the room type is available or not&lt;br /&gt;
** 1 - means that mapped room type has more than one rooms and AirBnb will be updated with how many rooms are available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel, the room type mapping will, also, be created automatically. Here, you can also change the mapped room type:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
=== After connecting a listing ===&lt;br /&gt;
After successfully connecting a listing, so that is managed through hoteliga, create a booking agency and a price list for Airbnb, if they are not created already.&lt;br /&gt;
&lt;br /&gt;
Then create a contract for the newly created channel. &lt;br /&gt;
&lt;br /&gt;
=== Upload available rooms ===&lt;br /&gt;
After setting target sales for this room type in the contract (Settings =&amp;gt; Contracts) select &amp;quot;Save&amp;quot; in the &amp;quot;Rooms&amp;quot; tab, so that Airbnb gets updated with the current room availability. &lt;br /&gt;
&lt;br /&gt;
=== Upload prices ===&lt;br /&gt;
Upload prices to Airbnb by selecting &amp;quot;Save&amp;quot; in the &amp;quot;Price list&amp;quot; tab inside the related contract. &lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
Seasonal Rules are pricing and/or availability rules that are created on account level and can be applied for a specific time period over listings. &lt;br /&gt;
&lt;br /&gt;
In order to review the existing seasonal rules, for all authorized accounts, select &amp;quot;Seasonal Rules&amp;quot; (Channel Manager =&amp;gt; Seasonal Rules). &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_seasonal_rules_review.png|900px]]&lt;br /&gt;
&lt;br /&gt;
=== Create a Seasonal Rule ===&lt;br /&gt;
Select the &amp;quot;New Seasonal Rule&amp;quot;. In the modal that will open, the minimum required fields is a title and the e-mail of the account to which the new rule will be added. &lt;br /&gt;
&lt;br /&gt;
Note, that seasonal rules can be applied only to listings of the account, to which they belong. &amp;quot;Rule id&amp;quot; can not be selected or modified, since it is determined from Airbnb.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_new_seasonal_rule_1.png|900px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_new_seasonal_rule_2.png|900px]]&lt;br /&gt;
&lt;br /&gt;
* '''Title''' - is the selected naming of the seasonal rule&lt;br /&gt;
* '''Rule id''' - can not be selected or modified, since it is a unique identifier determined from Airbnb.&lt;br /&gt;
* '''Color''' - select the color that will be applied to the days that this rule is applied to (calendar in Airbnb page)&lt;br /&gt;
* '''E-mail''' - the e-mail of the account for which the rule will be created&lt;br /&gt;
* '''Pricing Rules'''&lt;br /&gt;
** '''Seasonal adjustment''' - a percentage or fixed amount applied to the base nightly price (daily or custom price)&lt;br /&gt;
** '''Length-of-stay adjustment''' - a percentage or fixed amount applied to the adjusted seasonal price if they stay a specified length of time&lt;br /&gt;
** '''Last-minute discount''' - modify the adjusted seasonal price by a percentage or fixed amount if guests book within a specified date/time of their stay&lt;br /&gt;
** '''Booking-ahead discount''' - deduct a percentage or fixed amount from the adjusted seasonal price if they book before a specified date/time before their stay&lt;br /&gt;
* '''Availability Rules'''&lt;br /&gt;
** '''Closed on arrival''' - days of the week when guests cannot check-in&lt;br /&gt;
** '''Closed on departure''' - days of the week when guests cannot check-out&lt;br /&gt;
** '''Max nights''' - for each day of the week, the maximum nights guests can stay if they check-in on that day&lt;br /&gt;
** '''Min nights''' - for each day of the week, the minimum nights guests can stay if they check-in on that day&lt;br /&gt;
&lt;br /&gt;
When adding pricing rule(s), remember to click on the &amp;quot;Add&amp;quot; button so that is added. &lt;br /&gt;
After creating the desired pricing and/or availability rules click on &amp;quot;Save&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Update a Seasonal Rule ===&lt;br /&gt;
Select the desired rule and apply the desired modifications. &amp;quot;Rule id&amp;quot; and &amp;quot;E-mail&amp;quot; fields can not be updated. &lt;br /&gt;
After applying changes click on &amp;quot;Save&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
=== Delete a Seasonal Rule ===&lt;br /&gt;
Select the desired rule and click on the &amp;quot;Delete&amp;quot; button. &lt;br /&gt;
&lt;br /&gt;
=== Applied Seasonal Rules ===&lt;br /&gt;
In order to review the applied seasonal rules on a listing, select the desired listing from listings' list (Channel Manager =&amp;gt; Listings). &lt;br /&gt;
&lt;br /&gt;
In the modal select the &amp;quot;Seasonal Rules&amp;quot; tab. Here you can review, which rule and over which time period(s) is applied. &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb applied rules.png|900px]]&lt;br /&gt;
&lt;br /&gt;
In order to apply a Seasonal Rule select one from the &amp;quot;Title&amp;quot; dropdown menu, select the time period for which you want to be applied and select &amp;quot;Add&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_apply_rule.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The same rule can be applied for different time periods. If applying multiple rules for the same time period, the latest one will take effect. &lt;br /&gt;
&lt;br /&gt;
In order to remove applied Seasonal Rules, select the desired time period and click on &amp;quot;Delete&amp;quot; button. &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_remove_rule.png|900px]]&lt;br /&gt;
&lt;br /&gt;
== Getting Prices from AirBnb ==&lt;br /&gt;
Navigate to available listings (Channel Manager ⇒ Listings) and select a connected listing. &lt;br /&gt;
&lt;br /&gt;
Selecting &amp;quot;Get Prices&amp;quot; will retrieve the prices that are set for this listing for the next two(2) years and will update accordingly the related hoteliga price list.&lt;br /&gt;
&lt;br /&gt;
In order to use this feature, it is required that listing is connected and there is already a contract for the related channel.&lt;br /&gt;
&lt;br /&gt;
 [[File:Airbnb_get_prices_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
== Getting Reservations from AirBnb ==&lt;br /&gt;
Navigate to available listings (Channel Manager ⇒ Listings) and select a connected listing. &lt;br /&gt;
&lt;br /&gt;
Selecting &amp;quot;Get Reservations&amp;quot; will retrieve and register in hoteliga all future reservations made for this listing. &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_get_reservations.png|900px]]&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=File:Airbnb_remove_rule.png&amp;diff=2164</id>
		<title>File:Airbnb remove rule.png</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=File:Airbnb_remove_rule.png&amp;diff=2164"/>
				<updated>2020-01-13T15:16:31Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=File:Airbnb_apply_rule.png&amp;diff=2163</id>
		<title>File:Airbnb apply rule.png</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=File:Airbnb_apply_rule.png&amp;diff=2163"/>
				<updated>2020-01-13T15:14:49Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2162</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2162"/>
				<updated>2020-01-13T14:51:56Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Managing Accounts == &lt;br /&gt;
=== Authorizing AirBnb Account ===&lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will give access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_terms_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
=== Unauthorizing AirBnb Account ===&lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on the account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
After disconnecting successfully no information about this account will be available to hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove access from hoteliga of an account from your Airbnb control panel: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb remove access en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Managing Listings ==&lt;br /&gt;
Listings, in Airbnb, are equivalent and connected to room types in hoteliga. If a room type has more than one room, then all of them should offer the same amenities and services. &lt;br /&gt;
&lt;br /&gt;
Airbnb will be updated with the number of available rooms for listings mapped to room types. &lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you have set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be made&lt;br /&gt;
* '''Connected''' - if a listing is connected, that is prices and inventory are managed through hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
Here, you can change channel title. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_count''' - more than one room of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that mapped room type has only one room and AirBnb will be updated if the room type is available or not&lt;br /&gt;
** 1 - means that mapped room type has more than one rooms and AirBnb will be updated with how many rooms are available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel, the room type mapping will, also, be created automatically. Here, you can also change the mapped room type:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
=== After connecting a listing ===&lt;br /&gt;
After successfully connecting a listing, so that is managed through hoteliga, create a booking agency and a price list for Airbnb, if they are not created already.&lt;br /&gt;
&lt;br /&gt;
Then create a contract for the newly created channel. &lt;br /&gt;
&lt;br /&gt;
=== Upload available rooms ===&lt;br /&gt;
After setting target sales for this room type in the contract (Settings =&amp;gt; Contracts) select &amp;quot;Save&amp;quot; in the &amp;quot;Rooms&amp;quot; tab, so that Airbnb gets updated with the current room availability. &lt;br /&gt;
&lt;br /&gt;
=== Upload prices ===&lt;br /&gt;
Upload prices to Airbnb by selecting &amp;quot;Save&amp;quot; in the &amp;quot;Price list&amp;quot; tab inside the related contract. &lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
Seasonal Rules are pricing and/or availability rules that are created on account level and can be applied for a specific time period over listings. &lt;br /&gt;
&lt;br /&gt;
In order to review the existing seasonal rules, for all authorized accounts, select &amp;quot;Seasonal Rules&amp;quot; (Channel Manager =&amp;gt; Seasonal Rules). &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_seasonal_rules_review.png|900px]]&lt;br /&gt;
&lt;br /&gt;
=== Create a Seasonal Rule ===&lt;br /&gt;
Select the &amp;quot;New Seasonal Rule&amp;quot;. In the modal that will open, the minimum required fields is a title and the e-mail of the account to which the new rule will be added. &lt;br /&gt;
&lt;br /&gt;
Note, that seasonal rules can be applied only to listings of the account, to which they belong. &amp;quot;Rule id&amp;quot; can not be selected or modified, since it is determined from Airbnb.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_new_seasonal_rule_1.png|900px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_new_seasonal_rule_2.png|900px]]&lt;br /&gt;
&lt;br /&gt;
* '''Title''' - is the selected naming of the seasonal rule&lt;br /&gt;
* '''Rule id''' - can not be selected or modified, since it is a unique identifier determined from Airbnb.&lt;br /&gt;
* '''Color''' - select the color that will be applied to the days that this rule is applied to (calendar in Airbnb page)&lt;br /&gt;
* '''E-mail''' - the e-mail of the account for which the rule will be created&lt;br /&gt;
* '''Pricing Rules'''&lt;br /&gt;
** '''Seasonal adjustment''' - a percentage or fixed amount applied to the base nightly price (daily or custom price)&lt;br /&gt;
** '''Length-of-stay adjustment''' - a percentage or fixed amount applied to the adjusted seasonal price if they stay a specified length of time&lt;br /&gt;
** '''Last-minute discount''' - modify the adjusted seasonal price by a percentage or fixed amount if guests book within a specified date/time of their stay&lt;br /&gt;
** '''Booking-ahead discount''' - deduct a percentage or fixed amount from the adjusted seasonal price if they book before a specified date/time before their stay&lt;br /&gt;
* '''Availability Rules'''&lt;br /&gt;
** '''Closed on arrival''' - days of the week when guests cannot check-in&lt;br /&gt;
** '''Closed on departure''' - days of the week when guests cannot check-out&lt;br /&gt;
** '''Max nights''' - for each day of the week, the maximum nights guests can stay if they check-in on that day&lt;br /&gt;
** '''Min nights''' - for each day of the week, the minimum nights guests can stay if they check-in on that day&lt;br /&gt;
&lt;br /&gt;
When adding pricing rule(s), remember to click on the &amp;quot;Add&amp;quot; button so that is added. &lt;br /&gt;
After creating the desired pricing and/or availability rules click on &amp;quot;Save&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Update a Seasonal Rule ===&lt;br /&gt;
Select the desired rule and apply the desired modifications. &amp;quot;Rule id&amp;quot; and &amp;quot;E-mail&amp;quot; fields can not be updated. &lt;br /&gt;
After applying changes click on &amp;quot;Save&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
=== Delete a Seasonal Rule ===&lt;br /&gt;
Select the desired rule and click on the &amp;quot;Delete&amp;quot; button. &lt;br /&gt;
&lt;br /&gt;
=== Review applied Seasonal Rules ===&lt;br /&gt;
In order to review the applied seasonal rules on a listing, select the desired listing from listings' list (Channel Manager =&amp;gt; Listings). &lt;br /&gt;
&lt;br /&gt;
In the modal select the &amp;quot;Seasonal Rules&amp;quot; tab. Here you can review, which rule and over which time period(s) is applied. &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_applied_rules.png]]&lt;br /&gt;
&lt;br /&gt;
== Getting Prices from AirBnb ==&lt;br /&gt;
Navigate to available listings (Channel Manager ⇒ Listings) and select a connected listing. &lt;br /&gt;
&lt;br /&gt;
Selecting &amp;quot;Get Prices&amp;quot; will retrieve the prices that are set for this listing for the next two(2) years and will update accordingly the related hoteliga price list.&lt;br /&gt;
&lt;br /&gt;
In order to use this feature, it is required that listing is connected and there is already a contract for the related channel.&lt;br /&gt;
&lt;br /&gt;
 [[File:Airbnb_get_prices_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
== Getting Reservations from AirBnb ==&lt;br /&gt;
Navigate to available listings (Channel Manager ⇒ Listings) and select a connected listing. &lt;br /&gt;
&lt;br /&gt;
Selecting &amp;quot;Get Reservations&amp;quot; will retrieve and register in hoteliga all future reservations made for this listing. &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_get_reservations.png|900px]]&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=File:Airbnb_applied_rules.png&amp;diff=2161</id>
		<title>File:Airbnb applied rules.png</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=File:Airbnb_applied_rules.png&amp;diff=2161"/>
				<updated>2020-01-13T14:50:13Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2160</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2160"/>
				<updated>2020-01-13T14:24:02Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: /* Seasonal Rules */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Managing Accounts == &lt;br /&gt;
=== Authorizing AirBnb Account ===&lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will give access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_terms_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
=== Unauthorizing AirBnb Account ===&lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on the account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
After disconnecting successfully no information about this account will be available to hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove access from hoteliga of an account from your Airbnb control panel: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb remove access en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Managing Listings ==&lt;br /&gt;
Listings, in Airbnb, are equivalent and connected to room types in hoteliga. If a room type has more than one room, then all of them should offer the same amenities and services. &lt;br /&gt;
&lt;br /&gt;
Airbnb will be updated with the number of available rooms for listings mapped to room types. &lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you have set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be made&lt;br /&gt;
* '''Connected''' - if a listing is connected, that is prices and inventory are managed through hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
Here, you can change channel title. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_count''' - more than one room of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that mapped room type has only one room and AirBnb will be updated if the room type is available or not&lt;br /&gt;
** 1 - means that mapped room type has more than one rooms and AirBnb will be updated with how many rooms are available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel, the room type mapping will, also, be created automatically. Here, you can also change the mapped room type:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
=== After connecting a listing ===&lt;br /&gt;
After successfully connecting a listing, so that is managed through hoteliga, create a booking agency and a price list for Airbnb, if they are not created already.&lt;br /&gt;
&lt;br /&gt;
Then create a contract for the newly created channel. &lt;br /&gt;
&lt;br /&gt;
=== Upload available rooms ===&lt;br /&gt;
After setting target sales for this room type in the contract (Settings =&amp;gt; Contracts) select &amp;quot;Save&amp;quot; in the &amp;quot;Rooms&amp;quot; tab, so that Airbnb gets updated with the current room availability. &lt;br /&gt;
&lt;br /&gt;
=== Upload prices ===&lt;br /&gt;
Upload prices to Airbnb by selecting &amp;quot;Save&amp;quot; in the &amp;quot;Price list&amp;quot; tab inside the related contract. &lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
Seasonal Rules are pricing and/or availability rules that are created on account level and can be applied for a specific time period over listings. &lt;br /&gt;
&lt;br /&gt;
In order to review the existing seasonal rules, for all authorized accounts, select &amp;quot;Seasonal Rules&amp;quot; (Channel Manager =&amp;gt; Seasonal Rules). &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_seasonal_rules_review.png|900px]]&lt;br /&gt;
&lt;br /&gt;
=== Create a Seasonal Rule ===&lt;br /&gt;
Select the &amp;quot;New Seasonal Rule&amp;quot;. In the modal that will open, the minimum required fields is a title and the e-mail of the account to which the new rule will be added. &lt;br /&gt;
&lt;br /&gt;
Note, that seasonal rules can be applied only to listings of the account, to which they belong. &amp;quot;Rule id&amp;quot; can not be selected or modified, since it is determined from Airbnb.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_new_seasonal_rule_1.png|900px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_new_seasonal_rule_2.png]]&lt;br /&gt;
&lt;br /&gt;
== Getting Prices from AirBnb ==&lt;br /&gt;
Navigate to available listings (Channel Manager ⇒ Listings) and select a connected listing. &lt;br /&gt;
&lt;br /&gt;
Selecting &amp;quot;Get Prices&amp;quot; will retrieve the prices that are set for this listing for the next two(2) years and will update accordingly the related hoteliga price list.&lt;br /&gt;
&lt;br /&gt;
In order to use this feature, it is required that listing is connected and there is already a contract for the related channel.&lt;br /&gt;
&lt;br /&gt;
 [[File:Airbnb_get_prices_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
== Getting Reservations from AirBnb ==&lt;br /&gt;
Navigate to available listings (Channel Manager ⇒ Listings) and select a connected listing. &lt;br /&gt;
&lt;br /&gt;
Selecting &amp;quot;Get Reservations&amp;quot; will retrieve and register in hoteliga all future reservations made for this listing. &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_get_reservations.png|900px]]&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=File:Airbnb_new_seasonal_rule_2.png&amp;diff=2159</id>
		<title>File:Airbnb new seasonal rule 2.png</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=File:Airbnb_new_seasonal_rule_2.png&amp;diff=2159"/>
				<updated>2020-01-13T14:22:53Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=File:Airbnb_new_seasonal_rule_1.png&amp;diff=2158</id>
		<title>File:Airbnb new seasonal rule 1.png</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=File:Airbnb_new_seasonal_rule_1.png&amp;diff=2158"/>
				<updated>2020-01-13T14:22:40Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2157</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2157"/>
				<updated>2020-01-13T14:17:13Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Managing Accounts == &lt;br /&gt;
=== Authorizing AirBnb Account ===&lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will give access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_terms_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
=== Unauthorizing AirBnb Account ===&lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on the account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
After disconnecting successfully no information about this account will be available to hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove access from hoteliga of an account from your Airbnb control panel: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb remove access en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Managing Listings ==&lt;br /&gt;
Listings, in Airbnb, are equivalent and connected to room types in hoteliga. If a room type has more than one room, then all of them should offer the same amenities and services. &lt;br /&gt;
&lt;br /&gt;
Airbnb will be updated with the number of available rooms for listings mapped to room types. &lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you have set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be made&lt;br /&gt;
* '''Connected''' - if a listing is connected, that is prices and inventory are managed through hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
Here, you can change channel title. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_count''' - more than one room of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that mapped room type has only one room and AirBnb will be updated if the room type is available or not&lt;br /&gt;
** 1 - means that mapped room type has more than one rooms and AirBnb will be updated with how many rooms are available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel, the room type mapping will, also, be created automatically. Here, you can also change the mapped room type:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
=== After connecting a listing ===&lt;br /&gt;
After successfully connecting a listing, so that is managed through hoteliga, create a booking agency and a price list for Airbnb, if they are not created already.&lt;br /&gt;
&lt;br /&gt;
Then create a contract for the newly created channel. &lt;br /&gt;
&lt;br /&gt;
=== Upload available rooms ===&lt;br /&gt;
After setting target sales for this room type in the contract (Settings =&amp;gt; Contracts) select &amp;quot;Save&amp;quot; in the &amp;quot;Rooms&amp;quot; tab, so that Airbnb gets updated with the current room availability. &lt;br /&gt;
&lt;br /&gt;
=== Upload prices ===&lt;br /&gt;
Upload prices to Airbnb by selecting &amp;quot;Save&amp;quot; in the &amp;quot;Price list&amp;quot; tab inside the related contract. &lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
Seasonal Rules are pricing and/or availability rules that are created on account level and can be applied for a specific time period over listings. &lt;br /&gt;
&lt;br /&gt;
In order to review the existing seasonal rules, for all authorized accounts, select &amp;quot;Seasonal Rules&amp;quot; (Channel Manager =&amp;gt; Seasonal Rules). &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_seasonal_rules_review.png]]&lt;br /&gt;
&lt;br /&gt;
=== Create a Seasonal Rule ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting Prices from AirBnb ==&lt;br /&gt;
Navigate to available listings (Channel Manager ⇒ Listings) and select a connected listing. &lt;br /&gt;
&lt;br /&gt;
Selecting &amp;quot;Get Prices&amp;quot; will retrieve the prices that are set for this listing for the next two(2) years and will update accordingly the related hoteliga price list.&lt;br /&gt;
&lt;br /&gt;
In order to use this feature, it is required that listing is connected and there is already a contract for the related channel.&lt;br /&gt;
&lt;br /&gt;
 [[File:Airbnb_get_prices_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
== Getting Reservations from AirBnb ==&lt;br /&gt;
Navigate to available listings (Channel Manager ⇒ Listings) and select a connected listing. &lt;br /&gt;
&lt;br /&gt;
Selecting &amp;quot;Get Reservations&amp;quot; will retrieve and register in hoteliga all future reservations made for this listing. &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_get_reservations.png|900px]]&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2156</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2156"/>
				<updated>2020-01-13T14:16:51Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Managing Accounts == &lt;br /&gt;
=== Authorizing AirBnb Account ===&lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will give access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_terms_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
== Unauthorizing AirBnb Account == &lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on the account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
After disconnecting successfully no information about this account will be available to hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove access from hoteliga of an account from your Airbnb control panel: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb remove access en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Managing Listings ==&lt;br /&gt;
Listings, in Airbnb, are equivalent and connected to room types in hoteliga. If a room type has more than one room, then all of them should offer the same amenities and services. &lt;br /&gt;
&lt;br /&gt;
Airbnb will be updated with the number of available rooms for listings mapped to room types. &lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you have set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be made&lt;br /&gt;
* '''Connected''' - if a listing is connected, that is prices and inventory are managed through hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
Here, you can change channel title. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_count''' - more than one room of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that mapped room type has only one room and AirBnb will be updated if the room type is available or not&lt;br /&gt;
** 1 - means that mapped room type has more than one rooms and AirBnb will be updated with how many rooms are available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel, the room type mapping will, also, be created automatically. Here, you can also change the mapped room type:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
=== After connecting a listing ===&lt;br /&gt;
After successfully connecting a listing, so that is managed through hoteliga, create a booking agency and a price list for Airbnb, if they are not created already.&lt;br /&gt;
&lt;br /&gt;
Then create a contract for the newly created channel. &lt;br /&gt;
&lt;br /&gt;
=== Upload available rooms ===&lt;br /&gt;
After setting target sales for this room type in the contract (Settings =&amp;gt; Contracts) select &amp;quot;Save&amp;quot; in the &amp;quot;Rooms&amp;quot; tab, so that Airbnb gets updated with the current room availability. &lt;br /&gt;
&lt;br /&gt;
=== Upload prices ===&lt;br /&gt;
Upload prices to Airbnb by selecting &amp;quot;Save&amp;quot; in the &amp;quot;Price list&amp;quot; tab inside the related contract. &lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
Seasonal Rules are pricing and/or availability rules that are created on account level and can be applied for a specific time period over listings. &lt;br /&gt;
&lt;br /&gt;
In order to review the existing seasonal rules, for all authorized accounts, select &amp;quot;Seasonal Rules&amp;quot; (Channel Manager =&amp;gt; Seasonal Rules). &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_seasonal_rules_review.png]]&lt;br /&gt;
&lt;br /&gt;
=== Create a Seasonal Rule ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting Prices from AirBnb ==&lt;br /&gt;
Navigate to available listings (Channel Manager ⇒ Listings) and select a connected listing. &lt;br /&gt;
&lt;br /&gt;
Selecting &amp;quot;Get Prices&amp;quot; will retrieve the prices that are set for this listing for the next two(2) years and will update accordingly the related hoteliga price list.&lt;br /&gt;
&lt;br /&gt;
In order to use this feature, it is required that listing is connected and there is already a contract for the related channel.&lt;br /&gt;
&lt;br /&gt;
 [[File:Airbnb_get_prices_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
== Getting Reservations from AirBnb ==&lt;br /&gt;
Navigate to available listings (Channel Manager ⇒ Listings) and select a connected listing. &lt;br /&gt;
&lt;br /&gt;
Selecting &amp;quot;Get Reservations&amp;quot; will retrieve and register in hoteliga all future reservations made for this listing. &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_get_reservations.png|900px]]&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=File:Airbnb_seasonal_rules_review.png&amp;diff=2155</id>
		<title>File:Airbnb seasonal rules review.png</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=File:Airbnb_seasonal_rules_review.png&amp;diff=2155"/>
				<updated>2020-01-13T14:15:35Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2154</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2154"/>
				<updated>2020-01-13T13:47:53Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Connecting to AirBnb Account == &lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will give access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_terms_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
== Disconnection an AirBnb Account == &lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on the account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
After disconnecting successfully no information about this account will be available to hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove access from hoteliga of an account from your Airbnb control panel: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb remove access en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Listings ==&lt;br /&gt;
Listings, in Airbnb, are equivalent and connected to room types in hoteliga. If a room type has more than one room, then all of them should offer the same amenities and services. &lt;br /&gt;
&lt;br /&gt;
Airbnb will be updated with the number of available rooms for listings mapped to room types. &lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you have set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be made&lt;br /&gt;
* '''Connected''' - if a listing is connected, that is prices and inventory are managed through hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
Here, you can change channel title. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_count''' - more than one room of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that mapped room type has only one room and AirBnb will be updated if the room type is available or not&lt;br /&gt;
** 1 - means that mapped room type has more than one rooms and AirBnb will be updated with how many rooms are available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel, the room type mapping will, also, be created automatically. Here, you can also change the mapped room type:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Creating a price list ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==== Creating a contract ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Getting Prices from AirBnb ==&lt;br /&gt;
Navigate to available listings (Channel Manager ⇒ Listings) and select a connected listing. &lt;br /&gt;
&lt;br /&gt;
Selecting &amp;quot;Get Prices&amp;quot; will retrieve the prices that are set for this listing for the next two(2) years and will update accordingly the related hoteliga price list.&lt;br /&gt;
&lt;br /&gt;
In order to use this feature, it is required that listing is connected and there is already a contract for the related channel.&lt;br /&gt;
&lt;br /&gt;
 [[File:Airbnb_get_prices_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
== Getting Reservations from AirBnb ==&lt;br /&gt;
Navigate to available listings (Channel Manager ⇒ Listings) and select a connected listing. &lt;br /&gt;
&lt;br /&gt;
Selecting &amp;quot;Get Reservations&amp;quot; will retrieve and register in hoteliga all future reservations made for this listing. &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_get_reservations.png|900px]]&lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=File:Airbnb_get_reservations.png&amp;diff=2153</id>
		<title>File:Airbnb get reservations.png</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=File:Airbnb_get_reservations.png&amp;diff=2153"/>
				<updated>2020-01-13T13:47:28Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=File:Airbnb_get_prices_en.png&amp;diff=2152</id>
		<title>File:Airbnb get prices en.png</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=File:Airbnb_get_prices_en.png&amp;diff=2152"/>
				<updated>2020-01-13T13:46:44Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: Irene uploaded a new version of File:Airbnb get prices en.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2151</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2151"/>
				<updated>2020-01-13T13:41:48Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Connecting to AirBnb Account == &lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will give access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_terms_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
== Disconnection an AirBnb Account == &lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on the account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
After disconnecting successfully no information about this account will be available to hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove access from hoteliga of an account from your Airbnb control panel: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb remove access en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Listings ==&lt;br /&gt;
Listings, in Airbnb, are equivalent and connected to room types in hoteliga. If a room type has more than one room, then all of them should offer the same amenities and services. &lt;br /&gt;
&lt;br /&gt;
Airbnb will be updated with the number of available rooms for listings mapped to room types. &lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you have set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be made&lt;br /&gt;
* '''Connected''' - if a listing is connected, that is prices and inventory are managed through hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
Here, you can change channel title. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_count''' - more than one room of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that mapped room type has only one room and AirBnb will be updated if the room type is available or not&lt;br /&gt;
** 1 - means that mapped room type has more than one rooms and AirBnb will be updated with how many rooms are available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel, the room type mapping will, also, be created automatically. Here, you can also change the mapped room type:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Creating a price list ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==== Creating a contract ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Getting Prices from AirBnb ==&lt;br /&gt;
Navigate to available listings (Channel Manager ⇒ Listings) and select a connected listing. &lt;br /&gt;
&lt;br /&gt;
Selecting &amp;quot;Get Prices&amp;quot; will retrieve the prices that are set for this listing for the next two(2) years and will update accordingly the related hoteliga price list.&lt;br /&gt;
&lt;br /&gt;
In order to use this feature, it is required that listing is connected and there is already a contract for the related channel.&lt;br /&gt;
&lt;br /&gt;
 [[File:Airbnb_get_prices_en.png]]&lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=File:Airbnb_get_prices_en.png&amp;diff=2150</id>
		<title>File:Airbnb get prices en.png</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=File:Airbnb_get_prices_en.png&amp;diff=2150"/>
				<updated>2020-01-13T13:39:33Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2149</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2149"/>
				<updated>2020-01-13T13:32:06Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: /* Managing AirBnb Channel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Connecting to AirBnb Account == &lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will give access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_terms_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
== Disconnection an AirBnb Account == &lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on the account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
After disconnecting successfully no information about this account will be available to hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove access from hoteliga of an account from your Airbnb control panel: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb remove access en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Listings ==&lt;br /&gt;
Listings, in Airbnb, are equivalent and connected to room types in hoteliga. If a room type has more than one room, then all of them should offer the same amenities and services. &lt;br /&gt;
&lt;br /&gt;
Airbnb will be updated with the number of available rooms for listings mapped to room types. &lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you have set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be made&lt;br /&gt;
* '''Connected''' - if a listing is connected, that is prices and inventory are managed through hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
Here, you can change channel title. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_count''' - more than one room of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that mapped room type has only one room and AirBnb will be updated if the room type is available or not&lt;br /&gt;
** 1 - means that mapped room type has more than one rooms and AirBnb will be updated with how many rooms are available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel, the room type mapping will, also, be created automatically. Here, you can also change the mapped room type:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Creating a price list ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==== Creating a contract ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Uploading Prices to/from AirBnb ==&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2148</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2148"/>
				<updated>2020-01-13T13:31:03Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: /* Managing AirBnb Channel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Connecting to AirBnb Account == &lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will give access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_terms_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
== Disconnection an AirBnb Account == &lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on the account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
After disconnecting successfully no information about this account will be available to hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove access from hoteliga of an account from your Airbnb control panel: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb remove access en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Listings ==&lt;br /&gt;
Listings, in Airbnb, are equivalent and connected to room types in hoteliga. If a room type has more than one room, then all of them should offer the same amenities and services. &lt;br /&gt;
&lt;br /&gt;
Airbnb will be updated with the number of available rooms for listings mapped to room types. &lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you have set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be made&lt;br /&gt;
* '''Connected''' - if a listing is connected, that is prices and inventory are managed through hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
You can change channel title from there. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_count''' - more than one room of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that mapped room type has only one room and AirBnb will be updated if the room type is available or not&lt;br /&gt;
** 1 - means that mapped room type has more than one rooms and AirBnb will be updated with how many rooms are available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel, the room type mapping will, also, be created automatically. Here, you can also change the mapped room type:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Creating a price list ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==== Creating a contract ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Uploading Prices to/from AirBnb ==&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2147</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2147"/>
				<updated>2020-01-13T13:25:59Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: /* Listings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Connecting to AirBnb Account == &lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will give access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_terms_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
== Disconnection an AirBnb Account == &lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on the account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
After disconnecting successfully no information about this account will be available to hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove access from hoteliga of an account from your Airbnb control panel: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb remove access en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Listings ==&lt;br /&gt;
Listings, in Airbnb, are equivalent and connected to room types in hoteliga. If a room type has more than one room, then all of them should offer the same amenities and services. &lt;br /&gt;
&lt;br /&gt;
Airbnb will be updated with the number of available rooms for listings mapped to room types. &lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you have set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be made&lt;br /&gt;
* '''Connected''' - if a listing is connected, that is prices and inventory are managed through hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
You can change channel title from there. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_code''' - how many rooms of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that AirBnb will get the room type either available or not available&lt;br /&gt;
** 1 - means that AirBnb will get how many rooms are available or just not available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel also will be created automatically the room type mapping:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You can also change the mapped room type.&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Creating a price list ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==== Creating a contract ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Uploading Prices to/from AirBnb ==&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2146</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2146"/>
				<updated>2020-01-13T13:19:52Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: /* Listings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Connecting to AirBnb Account == &lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will give access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_terms_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
== Disconnection an AirBnb Account == &lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on the account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
After disconnecting successfully no information about this account will be available to hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove access from hoteliga of an account from your Airbnb control panel: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb remove access en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Listings ==&lt;br /&gt;
Listings, in Airbnb, are equivalent and connected to room types in hoteliga. If a room type has more than one room, then all of them should offer the same amenities and services. &lt;br /&gt;
&lt;br /&gt;
Airbnb will be updated with the number of available rooms for listings mapped to room types. &lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you've set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be done&lt;br /&gt;
* '''Connected''' - if a listing is connected to hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
You can change channel title from there. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_code''' - how many rooms of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that AirBnb will get the room type either available or not available&lt;br /&gt;
** 1 - means that AirBnb will get how many rooms are available or just not available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel also will be created automatically the room type mapping:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You can also change the mapped room type.&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Creating a price list ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==== Creating a contract ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Uploading Prices to/from AirBnb ==&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2145</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2145"/>
				<updated>2020-01-13T13:19:29Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: /* Listings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Connecting to AirBnb Account == &lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will give access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_terms_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
== Disconnection an AirBnb Account == &lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on the account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
After disconnecting successfully no information about this account will be available to hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove access from hoteliga of an account from your Airbnb control panel: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb remove access en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Listings ==&lt;br /&gt;
Listings, in Airbnb, are equivalent and connected to room types in hoteliga. If a room type has more than one room, then all of them should offer the same amenities and services. &lt;br /&gt;
Airbnb will be updated with the number of available rooms for listings mapped to room types. &lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you've set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be done&lt;br /&gt;
* '''Connected''' - if a listing is connected to hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
You can change channel title from there. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_code''' - how many rooms of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that AirBnb will get the room type either available or not available&lt;br /&gt;
** 1 - means that AirBnb will get how many rooms are available or just not available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel also will be created automatically the room type mapping:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You can also change the mapped room type.&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Creating a price list ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==== Creating a contract ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Uploading Prices to/from AirBnb ==&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2144</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2144"/>
				<updated>2020-01-13T13:07:42Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Connecting to AirBnb Account == &lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will give access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_terms_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
== Disconnection an AirBnb Account == &lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on the account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
After disconnecting successfully no information about this account will be available to hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove access from hoteliga of an account from your Airbnb control panel: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb remove access en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Listings ==&lt;br /&gt;
In your AirBnb account you can add listings, each listing will be mapped to hoteliga as room type. In hoteliga side you can have several rooms of a room type (which connected to a listing) and they should be the same as Airbnb requires them to be.&lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you've set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be done&lt;br /&gt;
* '''Connected''' - if a listing is connected to hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
You can change channel title from there. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_code''' - how many rooms of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that AirBnb will get the room type either available or not available&lt;br /&gt;
** 1 - means that AirBnb will get how many rooms are available or just not available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel also will be created automatically the room type mapping:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You can also change the mapped room type.&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Creating a price list ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==== Creating a contract ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Uploading Prices to/from AirBnb ==&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=File:Airbnb_remove_access_en.png&amp;diff=2143</id>
		<title>File:Airbnb remove access en.png</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=File:Airbnb_remove_access_en.png&amp;diff=2143"/>
				<updated>2020-01-13T13:07:15Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2142</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2142"/>
				<updated>2020-01-13T13:04:17Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Connecting to AirBnb Account == &lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will give access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_terms_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
== Disconnection an AirBnb Account == &lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on the account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
After disconnecting successfully no information about this account will be available to hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove access from hoteliga of an account from your Airbnb control panel: &lt;br /&gt;
&lt;br /&gt;
[[File:Remove hoteliga en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Listings ==&lt;br /&gt;
In your AirBnb account you can add listings, each listing will be mapped to hoteliga as room type. In hoteliga side you can have several rooms of a room type (which connected to a listing) and they should be the same as Airbnb requires them to be.&lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you've set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be done&lt;br /&gt;
* '''Connected''' - if a listing is connected to hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
You can change channel title from there. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_code''' - how many rooms of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that AirBnb will get the room type either available or not available&lt;br /&gt;
** 1 - means that AirBnb will get how many rooms are available or just not available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel also will be created automatically the room type mapping:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You can also change the mapped room type.&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Creating a price list ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==== Creating a contract ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Uploading Prices to/from AirBnb ==&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2141</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2141"/>
				<updated>2020-01-13T13:01:40Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Connecting to AirBnb Account == &lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will gice access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_terms_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
== Disconnection an AirBnb Account == &lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on an account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
Further any information about this account won't be available for hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove an account from hoteliga from your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Remove hoteliga en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Listings ==&lt;br /&gt;
In your AirBnb account you can add listings, each listing will be mapped to hoteliga as room type. In hoteliga side you can have several rooms of a room type (which connected to a listing) and they should be the same as Airbnb requires them to be.&lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you've set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be done&lt;br /&gt;
* '''Connected''' - if a listing is connected to hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
You can change channel title from there. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_code''' - how many rooms of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that AirBnb will get the room type either available or not available&lt;br /&gt;
** 1 - means that AirBnb will get how many rooms are available or just not available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel also will be created automatically the room type mapping:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You can also change the mapped room type.&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Creating a price list ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==== Creating a contract ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Uploading Prices to/from AirBnb ==&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2140</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2140"/>
				<updated>2020-01-13T13:01:03Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Connecting to AirBnb Account == &lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will gice access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_terms_en.png]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
== Disconnection an AirBnb Account == &lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on an account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
Further any information about this account won't be available for hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove an account from hoteliga from your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Remove hoteliga en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Listings ==&lt;br /&gt;
In your AirBnb account you can add listings, each listing will be mapped to hoteliga as room type. In hoteliga side you can have several rooms of a room type (which connected to a listing) and they should be the same as Airbnb requires them to be.&lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you've set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be done&lt;br /&gt;
* '''Connected''' - if a listing is connected to hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
You can change channel title from there. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_code''' - how many rooms of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that AirBnb will get the room type either available or not available&lt;br /&gt;
** 1 - means that AirBnb will get how many rooms are available or just not available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel also will be created automatically the room type mapping:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You can also change the mapped room type.&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Creating a price list ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==== Creating a contract ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Uploading Prices to/from AirBnb ==&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=File:Airbnb_terms_en.png&amp;diff=2139</id>
		<title>File:Airbnb terms en.png</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=File:Airbnb_terms_en.png&amp;diff=2139"/>
				<updated>2020-01-13T13:00:27Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2138</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2138"/>
				<updated>2020-01-13T12:58:10Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Connecting to AirBnb Account == &lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will gice access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_terms.png]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
== Disconnection an AirBnb Account == &lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on an account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
Further any information about this account won't be available for hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove an account from hoteliga from your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Remove hoteliga en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Listings ==&lt;br /&gt;
In your AirBnb account you can add listings, each listing will be mapped to hoteliga as room type. In hoteliga side you can have several rooms of a room type (which connected to a listing) and they should be the same as Airbnb requires them to be.&lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you've set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be done&lt;br /&gt;
* '''Connected''' - if a listing is connected to hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
You can change channel title from there. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_code''' - how many rooms of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that AirBnb will get the room type either available or not available&lt;br /&gt;
** 1 - means that AirBnb will get how many rooms are available or just not available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel also will be created automatically the room type mapping:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You can also change the mapped room type.&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Creating a price list ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==== Creating a contract ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Uploading Prices to/from AirBnb ==&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2137</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2137"/>
				<updated>2020-01-13T12:56:28Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Connecting to AirBnb Account == &lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will gice access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb_terms.png|900px]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
== Disconnection an AirBnb Account == &lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on an account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
Further any information about this account won't be available for hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove an account from hoteliga from your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Remove hoteliga en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Listings ==&lt;br /&gt;
In your AirBnb account you can add listings, each listing will be mapped to hoteliga as room type. In hoteliga side you can have several rooms of a room type (which connected to a listing) and they should be the same as Airbnb requires them to be.&lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you've set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be done&lt;br /&gt;
* '''Connected''' - if a listing is connected to hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
You can change channel title from there. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_code''' - how many rooms of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that AirBnb will get the room type either available or not available&lt;br /&gt;
** 1 - means that AirBnb will get how many rooms are available or just not available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel also will be created automatically the room type mapping:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You can also change the mapped room type.&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Creating a price list ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==== Creating a contract ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Uploading Prices to/from AirBnb ==&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2136</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2136"/>
				<updated>2020-01-13T12:45:32Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Connecting to AirBnb Account == &lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will gice access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb terms.png|900px]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
== Disconnection an AirBnb Account == &lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on an account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
Further any information about this account won't be available for hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove an account from hoteliga from your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Remove hoteliga en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Listings ==&lt;br /&gt;
In your AirBnb account you can add listings, each listing will be mapped to hoteliga as room type. In hoteliga side you can have several rooms of a room type (which connected to a listing) and they should be the same as Airbnb requires them to be.&lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you've set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be done&lt;br /&gt;
* '''Connected''' - if a listing is connected to hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
You can change channel title from there. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_code''' - how many rooms of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that AirBnb will get the room type either available or not available&lt;br /&gt;
** 1 - means that AirBnb will get how many rooms are available or just not available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel also will be created automatically the room type mapping:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You can also change the mapped room type.&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Creating a price list ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==== Creating a contract ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Uploading Prices to/from AirBnb ==&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2135</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2135"/>
				<updated>2020-01-13T12:44:51Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Connecting to AirBnb Account == &lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will gice access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:airbnb_terms.png|900px]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
== Disconnection an AirBnb Account == &lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on an account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
Further any information about this account won't be available for hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove an account from hoteliga from your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Remove hoteliga en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Listings ==&lt;br /&gt;
In your AirBnb account you can add listings, each listing will be mapped to hoteliga as room type. In hoteliga side you can have several rooms of a room type (which connected to a listing) and they should be the same as Airbnb requires them to be.&lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you've set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be done&lt;br /&gt;
* '''Connected''' - if a listing is connected to hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
You can change channel title from there. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_code''' - how many rooms of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that AirBnb will get the room type either available or not available&lt;br /&gt;
** 1 - means that AirBnb will get how many rooms are available or just not available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel also will be created automatically the room type mapping:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You can also change the mapped room type.&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Creating a price list ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==== Creating a contract ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Uploading Prices to/from AirBnb ==&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	<entry>
		<id>http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2134</id>
		<title>How to Connect an Airbnb Account and its Listings</title>
		<link rel="alternate" type="text/html" href="http://help.hoteliga.com/en/index.php?title=How_to_Connect_an_Airbnb_Account_and_its_Listings&amp;diff=2134"/>
				<updated>2020-01-13T12:35:14Z</updated>
		
		<summary type="html">&lt;p&gt;Irene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial is for adding new AirBnb connection to hoteliga account. &lt;br /&gt;
&lt;br /&gt;
To make a new connection you have to follow next steps.&lt;br /&gt;
&lt;br /&gt;
== Connecting to AirBnb Account == &lt;br /&gt;
At this moment you are supposed to already have an AirBnb account. &lt;br /&gt;
&lt;br /&gt;
To add a new connection you need to go to Channel Manager area (Options ⇒ Channel Manager). You should see the AirBnb (Official) area. If you don't, it means you don't have permission to create an AirBnb channel (please contact us for more information).&lt;br /&gt;
&lt;br /&gt;
[[File:Channel_manager_index_en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
As the next step you need to go to Accounts page (first button in AirBnb (Official) area).&lt;br /&gt;
&lt;br /&gt;
You will see an empty page with red button &amp;quot;Connect with Airbnb&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Accounts grid en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
1) Before clicking the button, '''it is advised to be logged in to your AirBnb account'''.&lt;br /&gt;
&lt;br /&gt;
2) After clicking on &amp;quot;Connect with Airbnb&amp;quot; you will be redirected to the Airbnb page, where you will gice access to hoteliga:&lt;br /&gt;
&lt;br /&gt;
[[File:Connect Airbnb en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
3) After giving access you will be redirected back to account list:&lt;br /&gt;
&lt;br /&gt;
[[File:Added airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The account was authorized successfully. &lt;br /&gt;
&lt;br /&gt;
To add another account repeat 1-3 steps above.&lt;br /&gt;
&lt;br /&gt;
== Disconnection an AirBnb Account == &lt;br /&gt;
To disconnect an Airbnb account, go to Accounts and click on an account you want to disable and select '''&amp;quot;Disconnect account&amp;quot;''':&lt;br /&gt;
&lt;br /&gt;
[[File:Disconnect airbnb account en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
Further any information about this account won't be available for hoteliga.&lt;br /&gt;
&lt;br /&gt;
You can remove an account from hoteliga from your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Remove hoteliga en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
If you do so, you also have to remove this account from hoteliga by clicking '''&amp;quot;Remove disconnected account&amp;quot;''' (Accounts page).&lt;br /&gt;
&lt;br /&gt;
== Listings ==&lt;br /&gt;
In your AirBnb account you can add listings, each listing will be mapped to hoteliga as room type. In hoteliga side you can have several rooms of a room type (which connected to a listing) and they should be the same as Airbnb requires them to be.&lt;br /&gt;
&lt;br /&gt;
For example you have 3 listing in your Airbnb account: &lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb listings en.png]]&lt;br /&gt;
&lt;br /&gt;
Inside of hoteliga listings (Channel Manager ⇒ Listings (second button in AirBnb section)) you will see all Airbnb listings from all authorized accounts:&lt;br /&gt;
&lt;br /&gt;
[[File:Listings hoteliga en.png|900px]]&lt;br /&gt;
&lt;br /&gt;
The meaning of columns are:&lt;br /&gt;
&lt;br /&gt;
* '''Listing name''' - the name you've set inside Airbnb account for a listing&lt;br /&gt;
* '''Account email''' - the email of the authorized account&lt;br /&gt;
* '''Room type''' - associated hoteliga room type title (when listing is connected)&lt;br /&gt;
* '''Available''' - if a listing is available, '''no''' - listing is not available, and no reservation can be done&lt;br /&gt;
* '''Connected''' - if a listing is connected to hoteliga&lt;br /&gt;
* '''Channel name''' - the channel name which will be created in hoteliga and associated with airbnb listing&lt;br /&gt;
* '''Sync category''':&lt;br /&gt;
** '''Disconnected''' - a listing is not managed by hoteliga&lt;br /&gt;
** '''Limited''' - hoteliga sends updates only about prices and availability&lt;br /&gt;
&lt;br /&gt;
=== Connecting an AirBnb listing ===&lt;br /&gt;
When you click on a listing you will see a modal, where you can edit only 3 fields: room type (hoteliga room type), connected and available switch buttons.&lt;br /&gt;
&lt;br /&gt;
[[File:Listing modal en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
To connect a listing with hoteliga you should choose a hoteliga room type and enable '''connected'''. &lt;br /&gt;
&lt;br /&gt;
[[File:Connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
When you reopen window you will see that Available is also enabled and there is an associated channel and also sync category is '''Limited'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Complete connected listing en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The field '''Approved''' means that from AirBnb side this listing was checked for minimum required information (title and at least one photo). If there is no photo, instead of '''approved''' you will see '''rejected''' and below in '''Approval notes''' the reason why this listing was rejected. &amp;quot;Rejected&amp;quot; means no reservation can be made for this listing. &lt;br /&gt;
&lt;br /&gt;
You can also make the listing unavailable, but it still will be managed through hoteliga. &amp;quot;Unavailable&amp;quot; is like the same as a closed property.&lt;br /&gt;
&lt;br /&gt;
Now from your hoteliga domain you can manage an AirBnb listing.&lt;br /&gt;
&lt;br /&gt;
==== Managing AirBnb Channel ====&lt;br /&gt;
After connecting a listing an associated record in Channels (Options ⇒ Channel Manager ⇒ Channels) will be created:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb Channels en.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When you disconnect a listing, the associated record will be deleted from Channels.&lt;br /&gt;
&lt;br /&gt;
You can change channel title from there. &lt;br /&gt;
* '''Channel property ID''' - is the associated listing ID&lt;br /&gt;
* '''account_id''' - the host's ID (AirBnb account ID)&lt;br /&gt;
* '''inventory_code''' - how many rooms of this room type are available (should be 0 or 1):&lt;br /&gt;
** 0 - means that AirBnb will get the room type either available or not available&lt;br /&gt;
** 1 - means that AirBnb will get how many rooms are available or just not available&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb channel en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
For this channel also will be created automatically the room type mapping:&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb room type mapping en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You can also change the mapped room type.&lt;br /&gt;
&lt;br /&gt;
You also need to map rates inside of &amp;quot;Price list&amp;quot; tab. For AirBnb there is only one rate.&lt;br /&gt;
&lt;br /&gt;
[[File:Airbnb map rates en.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Creating a price list ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==== Creating a contract ====&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Seasonal Rules ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Uploading Prices to/from AirBnb ==&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Irene</name></author>	</entry>

	</feed>