Skip to content

Commit a954773

Browse files
authored
Add messaging marketplace readiness guard (#289)
Co-authored-by: kriptoburak <kriptoburak@users.noreply.github.com>
1 parent 81cd043 commit a954773

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

docs/SUBMISSION_READINESS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,13 @@ surfaces, or conferencing integration catalogs when they only accept voice
259259
skills, assistant actions, meeting bots, call workflows, transcript tools, or
260260
communications app packages instead of a source-linked Hermes Tweet package
261261
entry.
262+
Reject messaging, SMS, chat API, and customer communications app marketplaces
263+
such as Twilio Marketplace, Vonage integrations, MessageBird or Bird app
264+
marketplaces, Sinch integrations, WhatsApp Business app integrations, Sendbird
265+
marketplace, or customer communications app marketplaces when they only accept
266+
SMS connectors, chat widgets, messaging templates, contact-center workflows,
267+
conversation routing apps, notification automations, or platform-native
268+
communications packages instead of a source-linked Hermes Tweet package entry.
262269
Reject email marketing, newsletter, scheduling, event, form, and survey app
263270
marketplaces such as Mailchimp integrations, SendGrid integrations, Brevo app
264271
store, Substack app directories, Calendly integrations, Eventbrite app

tests/test_submission_readiness.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,20 @@
307307
"voice skills, assistant actions",
308308
"meeting bots, call workflows",
309309
"transcript tools, or communications app packages",
310+
"messaging, SMS, chat API",
311+
"customer communications app marketplaces",
312+
"Twilio Marketplace",
313+
"Vonage integrations",
314+
"MessageBird or Bird app",
315+
"Sinch integrations",
316+
"WhatsApp Business app integrations",
317+
"Sendbird marketplace",
318+
"SMS connectors",
319+
"chat widgets, messaging templates",
320+
"contact-center workflows",
321+
"conversation routing apps",
322+
"notification automations",
323+
"platform-native communications packages",
310324
"email marketing, newsletter",
311325
"scheduling, event, form, and survey app",
312326
"Mailchimp integrations",

0 commit comments

Comments
 (0)