> For the complete documentation index, see [llms.txt](https://docs.channel360.co.za/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.channel360.co.za/api-usage.md).

# API Usage

- [Using the Channel360 V1.1 API ](https://docs.channel360.co.za/api-usage/using-the-channel360-v1.1-api.md): Get started with using Channel360's V1.1 API
- [Webhooks](https://docs.channel360.co.za/api-usage/using-the-channel360-v1.1-api/webhooks.md): Webhooks are automated mechanisms for real-time communication between systems, enabling one system to send data to another as soon as a specific event occurs.
- [Templates](https://docs.channel360.co.za/api-usage/using-the-channel360-v1.1-api/templates.md): Templates  are pre-designed message formats that businesses use for automated communication with customers.
- [ Create Templates ](https://docs.channel360.co.za/api-usage/using-the-channel360-v1.1-api/templates/create-templates.md)
- [Get Templates](https://docs.channel360.co.za/api-usage/using-the-channel360-v1.1-api/templates/get-templates.md)
- [Update Templates](https://docs.channel360.co.za/api-usage/using-the-channel360-v1.1-api/templates/update-templates.md): Only certain fields can be updated:
- [Notifications](https://docs.channel360.co.za/api-usage/using-the-channel360-v1.1-api/notifications.md): Notifications use pre-approved templates to send one-way messages to users.
- [Conversations](https://docs.channel360.co.za/api-usage/using-the-channel360-v1.1-api/conversations.md): What are Conversations, and how to use them
- [Send Interactive Messages](https://docs.channel360.co.za/api-usage/using-the-channel360-v1.1-api/conversations/send-interactive-messages.md): Interactive list messages allow you to present users with a list of options to choose from.
- [Send Text Message](https://docs.channel360.co.za/api-usage/using-the-channel360-v1.1-api/conversations/send-text-message.md): In this page we show you how to send a text message.
- [Send Media Message](https://docs.channel360.co.za/api-usage/using-the-channel360-v1.1-api/conversations/send-media-message.md): in this section we'll show you how to start a conversation with different types of media.
- [Send Image Message](https://docs.channel360.co.za/api-usage/using-the-channel360-v1.1-api/conversations/send-media-message/send-image-message.md): In this page we show you how to send a message containing an image.
- [Send File Message](https://docs.channel360.co.za/api-usage/using-the-channel360-v1.1-api/conversations/send-media-message/send-file-message.md): In this page we show you how to send a message containing a pdf file.
- [Get Conversation History](https://docs.channel360.co.za/api-usage/using-the-channel360-v1.1-api/conversations/get-conversation-history.md): In this page we show you how to get the conversation history.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.channel360.co.za/api-usage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
