← Back to library

GitHub 用例:用 SuperCall 批量电话确认活动嘉宾出席

问题/场景:婚礼、聚会等活动需要逐个电话确认 RSVP。前置条件:SuperCall + Twilio + OpenAI Realtime + ngrok。实施步骤:准备名单、设定通话 persona、批量外呼并记录。关键命令:`openclaw plugins install @xonder/supercall`。验证:形成确认/拒绝/未接通清单。风险:外呼成本与隐私合规。

GITHUBDiscovered 2026-02-18Author hesamsheikh
Prerequisites
  • SuperCall plugin is installed and Twilio/OpenAI credentials are configured.
  • Guest list contains normalized names and phone numbers.
Steps
  1. Install and validate SuperCall with one test outbound call.
  2. Prepare event details and a fixed call persona/opening script.
  3. Run batch calls guest-by-guest and capture RSVP + notes.
  4. Generate grouped summary and plan retries for no-answer contacts.
Commands
openclaw plugins install @xonder/supercall
openclaw gateway status
openclaw logs --follow
Verify

All guests have a terminal state (confirmed/declined/no-answer) and structured notes.

Caveats
  • Twilio outbound calling incurs cost; set spend limits first.
  • Call consent/recording/privacy rules vary by region(需验证).
Source attribution

This tip is aggregated from community/public sources and preserved with attribution.

Open original source ↗
Visit original post