# Creating a new topic from a different application

**URL:** https://meta.discourse.org/t/creating-a-new-topic-from-a-different-application/142154
**Category:** Development
**Tags:** rest-api
**Created:** [February 20, 2020, 4:53pm UTC](https://meta.discourse.org/t/creating-a-new-topic-from-a-different-application/142154 "2020-02-20T16:53:28Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Robert\_Fay](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/robert_fay/32/86825_2.png) [@Robert\_Fay](https://meta.discourse.org/u/Robert_Fay)
#### Post date: [February 20, 2020, 4:53pm UTC](https://meta.discourse.org/t/creating-a-new-topic-from-a-different-application/142154/1 "2020-02-20T16:53:28Z")

</div>

Hello,

We currently have software that we use at my company to keep notes for technical support interactions with our customers. This is self-created using C#.

We have been able to integrate this with our discourse software to the point when I do a search for something like a part number, it not only searches our database it also searched our Forum. What I am looking to do is create a button in our software that would allow me to create a new post in a specific category of our forum without actually leaving our software and going onto our forum.

Basically, can I get this window to work in another application? I am sure there is something on here, however, I can’t find anything that seems to fit what I am looking to do.

 ![image](https://global.discourse-cdn.com/meta/original/3X/b/0/b0038cecca9041a82fa7050f6db6b175c83eccac.png)

---

<div class="post-metadata">

### Author: ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)
#### Post date: [February 20, 2020, 4:55pm UTC](https://meta.discourse.org/t/creating-a-new-topic-from-a-different-application/142154/2 "2020-02-20T16:55:41Z")

</div>

You can do a POST request to `posts.json` see [Discourse API Docs](https://docs.discourse.org/#tag/Posts/paths/~1posts.json/post) for more details.
