# Create topic using API

**URL:** https://meta.discourse.org/t/create-topic-using-api/112148
**Category:** Support
**Created:** [March 20, 2019, 1:39pm UTC](https://meta.discourse.org/t/create-topic-using-api/112148 "2019-03-20T13:39:30Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![texxxo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/texxxo/32/119717_2.png) [@texxxo](https://meta.discourse.org/u/texxxo)
#### Post date: [March 20, 2019, 1:39pm UTC](https://meta.discourse.org/t/create-topic-using-api/112148/1 "2019-03-20T13:39:30Z")

</div>

Hello I use Integromat service and want to create new topics using the dicourse api,

Now I have tried a few things in Integromat and nothing helps, I get no error message the message I get is that everything worked and no errors, so I need to see a new topic on my forum, but there is no new topic…Here how I did it.

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

 ![image](https://global.discourse-cdn.com/meta/original/3X/d/8/d8f07159b80b44386fd63785cc49601cce10d175.png)

Integromat service suggested to ask here on the forum maybe someone can see the problem in my configuration.

Thanks

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [March 20, 2019, 1:45pm UTC](https://meta.discourse.org/t/create-topic-using-api/112148/2 "2019-03-20T13:45:59Z")

</div>

> [@texxxo](#):
>
> there is no new topic

The screenshots look like you’re creating a personal message there, rather than a regular topic. Did you check the messages section of the `discourse1` and `discourse2` users?

Also, you should not include the `topic_id` if you are trying to create a new topic.

---

<div class="post-metadata">

### Author: ![texxxo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/texxxo/32/119717_2.png) [@texxxo](https://meta.discourse.org/u/texxxo)
#### Post date: [March 20, 2019, 1:53pm UTC](https://meta.discourse.org/t/create-topic-using-api/112148/3 "2019-03-20T13:53:34Z")

</div>

sorry I send the wrong Image it is of course like this,

```js
{
  "title": "string",
  "raw": "string",
  "category": 0,
  "created_at": "2017-01-31"
}

```

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [May 12, 2022, 8:25pm UTC](https://meta.discourse.org/t/create-topic-using-api/112148/4 "2022-05-12T20:25:12Z")

</div>


