> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/crm/communication/inbox/introduction.md ## Article Content: # About the Inbox API The Inbox API allows you to communicate with a site's visitors, contacts, and members through Wix Chat, SMS, a Facebook business page, or other channels. Visitor activities on the site and 3rd-party services can also be displayed in Inbox conversations. The Inbox API exposes functionality for working with a site's inbox. With the Inbox API, you can: - [Send messages](https://dev.wix.com/docs/api-reference/crm/communication/inbox/messages/send-message.md) on behalf of the business or a visitor. - [Retrieve conversations](https://dev.wix.com/docs/api-reference/crm/communication/inbox/conversations/get-or-create-conversation.md) between a visitor and the business. - Handle webhooks when messages are sent to [a visitor](https://dev.wix.com/docs/api-reference/crm/communication/inbox/messages/message-sent-to-participant.md) or [the business](https://dev.wix.com/docs/api-reference/crm/communication/inbox/messages/message-sent-to-business.md), when a [message button is clicked](https://dev.wix.com/docs/api-reference/crm/communication/inbox/messages/button-interacted.md), or when [conversations are merged](https://dev.wix.com/docs/api-reference/crm/communication/inbox/conversations/conversations-merged.md). [Read more about how site contributors work with Wix Inbox][kb-inbox]. ## Use cases + [Sync messages from an external service](https://dev.wix.com/docs/rest/crm/communication/inbox/example-flows.md#sync-messages-from-an-external-service) + [Add contact activities from another service](https://dev.wix.com/docs/rest/crm/communication/inbox/example-flows.md#add-contact-activities-from-another-service) ## Terminology - A **message** is sent from the business to the visitor or from the visitor to the business. Messages can be one of these types: `basic`, `minimal`, `template`, `form`, `system`. [Learn more about message types.][message-types] - A **conversation** is a collection of messages that takes place between two or more participants. Conversations are displayed in the site's [Inbox][inbox-deeplink], one conversation per site visitor, contact, or member. - A **participant** is the site visitor, contact, or member. [Learn more about types of participant IDs.][visitor-id-types] [kb-inbox]: https://support.wix.com/en/article/wix-inbox-getting-started [inbox-deeplink]: https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Finbox [message-types]: https://dev.wix.com/api/rest/inbox/messages/message-types [visitor-id-types]: https://dev.wix.com/api/rest/inbox/conversations/conversation-id