# Channel360 FAQs

<details>

<summary>My campaigns are showing as failed after sending a broadcast, why?</summary>

The reason could be the following: All sends failed after broadcasting a campaign.(fix it)

* Use of incorrect CSV file or subscriber data not populating the group correctly.
* Double-check that subscriber data matches the required format and is properly associated with the group.

Try to send the campaign again otherwise if the problem persists email our support team to assist with troubleshooting. <support@channelmobile.co.za>

</details>

<details>

<summary>Why am I not receiving the OTP?</summary>

Let's go through the following steps:

1. Ensure the you have completed the sign-up process correctly.
2. Verify if the you have an advanced firewall that's blocking the OTP emails.
3. Check your spam/trash folders for the OTP email.

If you are still struggling, please contact our support team for further assistance: <support@channelmobile.co.za>

</details>

<details>

<summary>Why did my broadcast fail?</summary>

It could be for a number of reasons like:

* If the subscriber is out of network range or if they're no longer using WhatsApp as a communication platform.
* The message template could be on pause which could be for the following reasons:
  * The broadcast was sent and is being reported by a large amount of subscribers.
  * The reading rates are low which rates the message template as [Low Quality](https://developers.facebook.com/docs/whatsapp/message-templates/guidelines/#statuses). &#x20;
  * Meta can also suspect that the template is spamming customers.

</details>

<details>

<summary>Can I add my hyperlink to the call to action button?</summary>

Yes, however there are some limitations:

* The hyperlink can't be unique, it needs to be generic. For example., [www.example.co.za ](https://docs.channel360.co.za/faqs/www.example.co.za)(with no specific destination) and not <https://www.example.com/?ref=unique123> (with a specific destination)

</details>


---

# 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://docs.channel360.co.za/faqs/channel360-faqs.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.
