mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Henry Park <[email protected]>
38 lines
894 B
JSON
38 lines
894 B
JSON
{
|
|
"name": "whatsapp",
|
|
"display_name": "WhatsApp Channel",
|
|
"kind": "channel",
|
|
"version": "0.1.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": "33ba508576bdcf757ba5d27a1c94fb9f3546bfe489adf68e5fb17db3b2db7bac"
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|