Skip to content

feat(autosending): enable by default - #258

Open
boba1007 wants to merge 1 commit into
mainfrom
feat-enable-autosend
Open

feat(autosending): enable by default#258
boba1007 wants to merge 1 commit into
mainfrom
feat-enable-autosend

Conversation

@boba1007

@boba1007 boba1007 commented Sep 1, 2026

Copy link
Copy Markdown

Description

  • Enable autosending globally by default (opt-out with ENABLE_AUTOSENDING=false)
  • Set a default autosending throughput of 3 messages per second for new organizations.
  • Provide a Contact support action that opens Chatwoot

Motivation and Context

Closes #235.

How Has This Been Tested?

This has been tested locally.

Screenshots (if appropriate):

spoke-pr

Documentation Changes

Checklist:

  • My change requires a change to the documentation.
  • I have included updates for the documentation accordingly.

@boba1007
boba1007 marked this pull request as ready for review September 1, 2026 16:59
@boba1007
boba1007 requested a review from ajohn25 September 1, 2026 16:59
@boba1007
boba1007 force-pushed the feat-enable-autosend branch from 327cf0b to 8fc68b1 Compare September 1, 2026 17:03
{data?.organization && (
<Alert
className={inlineStyles.throughputNotice}
severity="info"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: My only feedback is that the orange stands out a bit more to me than I would like because imo i think we want most clients to not even think about the sending speed here. With that said, I'd defer to you on the best approach (or @cjmabry if you have any thoughts on how we should best communicate this)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable autosending by default

2 participants