# Want to set internal forum on our reactjs member's platform

**URL:** https://meta.discourse.org/t/want-to-set-internal-forum-on-our-reactjs-members-platform/279775
**Category:** Development
**Tags:** rest-api
**Created:** [September 22, 2023, 9:39am UTC](https://meta.discourse.org/t/want-to-set-internal-forum-on-our-reactjs-members-platform/279775 "2023-09-22T09:39:54Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Mukesh\_Naraniya](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mukesh_naraniya/32/328404_2.png) [@Mukesh\_Naraniya](https://meta.discourse.org/u/Mukesh_Naraniya)
#### Post date: [September 22, 2023, 9:39am UTC](https://meta.discourse.org/t/want-to-set-internal-forum-on-our-reactjs-members-platform/279775/1 "2023-09-22T09:39:54Z")

</div>

I have 1 specific requirement: On my reactjs platform for our internal members, we have a proposal where conversations need to happen through Discourse forum.  
For each proposal there are multiple people involved who should

1. see the conversations in the same timeline fashion
2. the topic should automatically gets created when a new proposal started
3. these users are already logged in so they don’t have to login to discourse for a seamless experience
4. each member should get emails for a new comment addition with attachments if any
5. if a member is replying on the email only the comment with attachement should get added to the proposal discussion.

Please let me know how can I implement this.

Thank you!

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [September 22, 2023, 12:34pm UTC](https://meta.discourse.org/t/want-to-set-internal-forum-on-our-reactjs-members-platform/279775/2 "2023-09-22T12:34:26Z")

</div>

> [@Mukesh\_Naraniya](#):
>
> these users are already logged in so they don’t have to login to discourse for a seamless experience

Setup single sign on, using [Setup DiscourseConnect - Official Single-Sign-On for Discourse (sso)](https://meta.discourse.org/t/setup-discourseconnect-official-single-sign-on-for-discourse-sso/13045)

> [@Mukesh\_Naraniya](#):
>
> each member should get emails for a new comment addition with attachments if any

Users can control their email preferences, and you can set defaults for new users. No emails though, as far as I know.

> [@Mukesh\_Naraniya](#):
>
> the topic should automatically gets created when a new proposal started

This is easily doable with our API.

> [@Mukesh\_Naraniya](#):
>
> if a member is replying on the emai

Setup [Set up reply by email with POP3 polling](https://meta.discourse.org/t/set-up-reply-by-email-with-pop3-polling/14003)

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [September 23, 2023, 3:26pm UTC](https://meta.discourse.org/t/want-to-set-internal-forum-on-our-reactjs-members-platform/279775/3 "2023-09-23T15:26:13Z")

</div>

See also [Embed Discourse comments on another website via Javascript](https://meta.discourse.org/t/embed-discourse-comments-on-another-website-via-javascript/31963) and [Configure direct-delivery incoming email for self-hosted sites](https://meta.discourse.org/t/configure-direct-delivery-incoming-email-for-self-hosted-sites/49487)
