mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-09-01 09:09:19 +00:00
39 lines
920 B
JSON
39 lines
920 B
JSON
{
|
|
"name": "whatsapp",
|
|
"display_name": "WhatsApp Channel",
|
|
"kind": "channel",
|
|
"version": "0.1.0",
|
|
"wit_version": "0.2.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/ironclaw/releases/latest/download/whatsapp-wasm32-wasip2.tar.gz",
|
|
"sha256": "54dc4a6c2b4e07bce6de54cab415920be518c94a096df45f1104f0fa5c8f6382"
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|