> For the complete documentation index, see [llms.txt](https://docs.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2core.b2broker.com/integrations/communication-platforms.md).

# Communication platforms

The following is a list of communication platforms supported in B2CORE:

<table><thead><tr><th width="250">Name</th><th>Description</th></tr></thead><tbody><tr><td><a href="https://www.activecampaign.com/">ActiveCampaign</a></td><td>The platform for marketing automation, email campaigns, notifications, and managing client interactions.</td></tr><tr><td><a href="https://www.twilio.com/">Twilio</a></td><td>The platform for sending text messages and providing phone services.</td></tr><tr><td><a href="https://sendgrid.com/">Twilio SendGrid</a></td><td>The platform for scalable email delivery, including transactional emails, marketing campaigns, contact segmentation, and email performance tracking.</td></tr><tr><td><a href="https://www.vonage.com/">Vonage</a></td><td>The platform for sending text messages.</td></tr><tr><td><a href="https://slack.com/">Slack</a></td><td>The platform for sending and receiving notifications in Slack channels.</td></tr><tr><td><a href="https://telegram.org/">Telegram</a></td><td>The platform for sending and receiving notifications in Telegram chats and groups.</td></tr></tbody></table>

{% hint style="success" %}
**See also**

[How to manage communication platforms](/how-to-articles/manage-communication-platforms.md)
{% endhint %}


---

# 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:

```
GET https://docs.b2core.b2broker.com/integrations/communication-platforms.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.
