# API

## API

- [Welcome to iSlash API Docs](https://api-docs.islash.io/welcome-to-islash-api-docs.md): Server REST API Guide
- [Welcome](https://api-docs.islash.io/welcome-to-islash-api-docs/welcome.md)
- [Send Template Message](https://api-docs.islash.io/template-message/send-template-message.md): Sends template messages to your contacts
- [Get Template Message](https://api-docs.islash.io/template-message/get-template-message.md)
- [Send Session Message](https://api-docs.islash.io/session-message/send-session-message.md)
- [Get Sticker List](https://api-docs.islash.io/sticker-list/get-sticker-list.md)
- [Get Sticker Image](https://api-docs.islash.io/sticker-list/get-sticker-image.md)
- [WhatsApp Channel](https://api-docs.islash.io/message-status-webhook/whatsapp-channel.md): When there are new incoming messages, or message status is updated (e.g., sent, read), iSlash will post data to the Webhook URL.
- [Facebook Channel](https://api-docs.islash.io/message-status-webhook/facebook-channel.md): When there are new incoming messages, or message status is updated (e.g., sent, read), iSlash will post data to the Webhook URL.
- [Send Broadcast Message](https://api-docs.islash.io/broadcast-message/send-broadcast-message.md): Broadcast template messages to your contacts
- [Get Broadcast](https://api-docs.islash.io/broadcast-message/get-broadcast.md): Get the status of your broadcast message
- [Get Labels](https://api-docs.islash.io/labels/get-labels.md): Get a list of available labels
- [Attach Label](https://api-docs.islash.io/labels/attach-label.md)
- [Detach Label](https://api-docs.islash.io/labels/detach-label.md)
- [Get Customers By Label IDs](https://api-docs.islash.io/labels/get-customers-by-label-ids.md)
- [Get Message By WAMID](https://api-docs.islash.io/messages/get-message-by-wamid.md)
- [Send Schedule Message](https://api-docs.islash.io/schedule-message/send-schedule-message.md): Sends schedule messages to your contacts
- [Assign Conversation To User](https://api-docs.islash.io/conversation/assign-conversation-to-user.md)
- [Unassign Conversation From User](https://api-docs.islash.io/conversation/unassign-conversation-from-user.md)
- [Update Ticket Status](https://api-docs.islash.io/conversation/update-ticket-status.md)
- [Get Users](https://api-docs.islash.io/user/get-users.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://api-docs.islash.io/welcome-to-islash-api-docs.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.
