# Connect a Telegram channel with the PostEverywhere API **Source:** https://posteverywhere.ai/docs/api/connect-telegram --- [🤖Connect ChatGPT, Claude or any AI agent to manage your social media end to endConnect your AI agent to manage your social media](https://posteverywhere.ai/agents)POST/auth/social-connect/telegram # Connect a Telegram channel with the PostEverywhere API Requires an API key. The bot (from @BotFather) must be an administrator of the channel with Post Messages enabled (`400 bot_not_admin` otherwise, with setup instructions). `channel` accepts "@name" or a numeric chat ID. Provider errors are mapped to specific codes; upstream Telegram failures return 502. Guides: [Authentication guide](https://posteverywhere.ai/docs/authentication) · [API key scopes](https://posteverywhere.ai/docs/scopes) Copy MarkdownCopy for LLMThis endpoint accepts a JSON request body. See the [auth guide](https://posteverywhere.ai/docs/authentication) for a worked example. ## Responses - 200Connected - 400 - 401 - 402 - 403 - 409Channel already connected to another organization - 429 - 500 - 502Telegram API unreachable ## More in Auth - [Start device login](https://posteverywhere.ai/docs/api/start-device-auth) - [Poll a device login](https://posteverywhere.ai/docs/api/poll-device-token) - [Start OAuth session](https://posteverywhere.ai/docs/api/start-social-connect) - [Poll OAuth session](https://posteverywhere.ai/docs/api/poll-social-connect) - [Connect Bluesky](https://posteverywhere.ai/docs/api/connect-bluesky) - [Connect Discord](https://posteverywhere.ai/docs/api/connect-discord) [← Connect Bluesky](https://posteverywhere.ai/docs/api/connect-bluesky)[Connect Discord →](https://posteverywhere.ai/docs/api/connect-discord)[← All endpoints](https://posteverywhere.ai/docs/api/reference)