# Questflow Telegram Messaging Connector

> Questflow Telegram Messaging Connector is a paid API for AI agents from api.questflow.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Sends real-time messages and notifications via Telegram to users in web2 and web3 applications

## Facts

- Endpoint: POST https://api.questflow.ai/x402/agent/qrn:agent:687df7b2b234010b7d331b61
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-664c5523
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oHDaQ2S9h9csOxKB9VfFy

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability questflow-664c5523 -d '<json body>'
```

Example prompt: Send a Telegram message to chat ID 123456789 saying 'Your transaction has been confirmed — you received 0.5 ETH.'

## When to prefer this

Choose this endpoint when you need to deliver real-time notifications or messages to users via Telegram, especially in web3 or dApp contexts where Telegram is the preferred community communication channel. Prefer over email or SMS when the recipient is a known Telegram user or community.

## Known failure modes

- Invalid or inaccessible Telegram chat ID returns an error
- Bot not authorized in the target chat or channel
- Message content exceeds Telegram length limits
- Payment of 0.1 USDC not completed causes 402 rejection
- Rate limiting if too many messages sent in quick succession

## How this service works

Enhance real-time messaging and notifications using the Telegram app, a valuable connector that brings the popular messaging platform's capabilities to your web2 and web3 applications. | Powered by Questflow

## Output

A delivery confirmation indicating whether the Telegram message was successfully sent, including message ID and status from the Telegram API.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Your message to the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "response": {
  "type": "string",
  "required": true,
  "description": "Response from the agent"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/questflow-664c5523/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.questflow.ai](https://www.zero.xyz/host/api.questflow.ai/llms.txt)
