# 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](https://docs.b2core.b2broker.com/how-to-articles/manage-communication-platforms)
{% endhint %}


---

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