# Channels

A channel is a carrier of the conversation. In example, email, sms, or whatsapp. Through that channel the guest wil receive messages / notifications. A guest can interact with multiple channels.&#x20;

By default, each workspace has access to the following channels:&#x20;

* [Email](#email)
* [SMS](#sms)
* [Whatsapp](#whatsapp)&#x20;
* [Integrations](#intergrations)

### Email&#x20;

Our email channel, allows you to send detailed messages to their given email. There are three possibilities of originator emails. Each has a different setting:&#x20;

* If the channel **doesn't** accept replies - `noreply@holidayhero.app` is used as originator email.&#x20;
* If the channel **does** accept replies - `guestreply@holidayhero.app` is used as originator email.
* If the brand has an override on the reply-to field, see [Brands](/the-basics/brands.md#email-communication), the `noreply@holidayhero.app` is used with a designated `reply-to` field. When the guest replies, the email will go straight to your Email server.&#x20;

{% hint style="info" %}
If repy-to is set on the branding, any reply to an automated message template will no longer be processed by HolidayHero.&#x20;
{% endhint %}

In order the guarantee delliver of our emails, we use our own proprietary service to deliver emails. Therefore we have chosen to use our own email addresses. The guest impact is very limited.&#x20;

#### Originator Name and Email

Allthough we will use our own emails, there is very little impact on your brand, guests will hardly see that the email has originated from HolidayHero. With our strong [branding appearance ](/the-basics/brands/appearance.md)tools you will be able to tailor any email to your brand. The originator name will always be branded by you.&#x20;

<figure><img src="/files/Vn9Pr7vUunH5E1hNBwRn" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="232">Email Characteristics</th><th></th></tr></thead><tbody><tr><td>Allows Replies</td><td>optional</td></tr><tr><td>Message Templates Editor</td><td>Easy block building email</td></tr><tr><td>Reply editor</td><td>Images, Documents and richt text</td></tr></tbody></table>

### SMS

Although at HolidayHero we believe that SMS is outdated and no longer part of great guest experience, we still offer this as a channel. However, the channel has some limitations.&#x20;

Scheduling and sending SMS messages comes with limitations:&#x20;

* We don't accept replies for any SMS messages (we use named originators where possible).&#x20;
* Some countries don't allow us to send text messages to their phone numbers
* Various phone settings on both Android and iOS can block messages.&#x20;

<table><thead><tr><th width="232"> SMS Characteristics</th><th></th></tr></thead><tbody><tr><td>Allows Replies</td><td>Not applicable</td></tr><tr><td>Message Templates Editor</td><td>Simple plain text</td></tr><tr><td>Reply editor</td><td>Not applicable</td></tr></tbody></table>

### Whatsapp

Whatsapp is a powerfull tool to communicate with guests. It has rich messages possibilities and allows you to send images, documents and links.&#x20;

<table><thead><tr><th width="232"> SMS Characteristics</th><th></th></tr></thead><tbody><tr><td>Allows Replies</td><td>Optional</td></tr><tr><td>Message Templates Editor</td><td>Enriched text editor</td></tr><tr><td>Reply editor</td><td>Enriched text editor (images, documents and plain text). </td></tr></tbody></table>

### Intergrations

Within HolidayHero we embrace all kinds of integrations, our powerfull GraphQL API layers allows you as a partner to integrate directly with our Guest Messaging tools. Whether you want to send certain messages and/or create new message channels, we are here to help you.&#x20;

***

*Both SMS and Whatsapp messages carrier costs, these are added to your monthly bill based on your subscription. Find an overview of your subscription details by viewing your workspace.*&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.holidayhero.com/the-basics/communication/channels.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
