mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
Full rename of all identifiers, filenames, and references: ironclaw → optimclaw IronClaw → OptimClaw IRONCLAW → OPTIMCLAW ironclaw_common → optimclaw_common ironclaw_safety → optimclaw_safety Upstream: nearai/ironclaw
39 lines
928 B
JSON
39 lines
928 B
JSON
{
|
|
"name": "whatsapp",
|
|
"display_name": "WhatsApp Channel",
|
|
"kind": "channel",
|
|
"version": "0.2.0",
|
|
"wit_version": "0.3.0",
|
|
"description": "Talk to your agent through WhatsApp",
|
|
"keywords": [
|
|
"messaging",
|
|
"chat",
|
|
"whatsapp",
|
|
"meta"
|
|
],
|
|
"source": {
|
|
"dir": "channels-src/whatsapp",
|
|
"capabilities": "whatsapp.capabilities.json",
|
|
"crate_name": "whatsapp-channel"
|
|
},
|
|
"artifacts": {
|
|
"wasm32-wasip2": {
|
|
"url": "https://github.com/nearai/optimclaw/releases/download/v0.18.0/whatsapp-0.2.0-wasm32-wasip2.tar.gz",
|
|
"sha256": "feb9194719d9bed796b070ab4dc30348dbfb5d3dec56f9f21e02d14137abab01"
|
|
}
|
|
},
|
|
"auth_summary": {
|
|
"method": "manual",
|
|
"provider": "Meta",
|
|
"secrets": [
|
|
"whatsapp_access_token",
|
|
"whatsapp_verify_token"
|
|
],
|
|
"shared_auth": null,
|
|
"setup_url": "https://developers.facebook.com/apps/"
|
|
},
|
|
"tags": [
|
|
"messaging"
|
|
]
|
|
}
|