mirror of
https://github.com/sentdm/sent-plugin.git
synced 2026-09-14 16:23:54 +08:00
8da4d5f951
Add integration, webhook, routing, two-way messaging, profile provisioning, and CPaaS migration skills. Regenerate portable, Codex, and Claude adapters; add routing evals; expand marketplace metadata and dispatcher coverage; and monitor the relevant live documentation and OpenAPI contracts. Harden guidance for multi-tenant credentials, idempotency, webhook verification and reroutes, consent mirroring, profile lifecycle, and migration safety.
39 lines
935 B
JSON
39 lines
935 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "sent",
|
|
"version": "0.1.0",
|
|
"description": "Official Sent business messaging plugin for SMS, WhatsApp, RCS, API integration, webhooks, routing, two-way messaging, Sender Profiles, migration, compliance, analytics, and agent-safe operations.",
|
|
"author": {
|
|
"name": "Sent",
|
|
"url": "https://sent.dm"
|
|
},
|
|
"homepage": "https://github.com/sentdm/sent-plugin#readme",
|
|
"repository": "https://github.com/sentdm/sent-plugin",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"sent",
|
|
"agent-skills",
|
|
"business-messaging",
|
|
"messaging",
|
|
"sms",
|
|
"whatsapp",
|
|
"rcs",
|
|
"10dlc",
|
|
"a2p",
|
|
"tcr",
|
|
"waba",
|
|
"rbm",
|
|
"contacts",
|
|
"templates",
|
|
"analytics",
|
|
"deliverability",
|
|
"sender-profiles",
|
|
"api-integration",
|
|
"webhooks",
|
|
"routing",
|
|
"two-way-messaging",
|
|
"migration",
|
|
"mcp"
|
|
]
|
|
}
|