# Substack integration?

**URL:** https://meta.discourse.org/t/substack-integration/237891
**Category:** Support
**Created:** [September 2, 2022, 12:11am UTC](https://meta.discourse.org/t/substack-integration/237891 "2022-09-02T00:11:33Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![fuse](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fuse/32/221005_2.png) [@fuse](https://meta.discourse.org/u/fuse)
#### Post date: [September 2, 2022, 12:11am UTC](https://meta.discourse.org/t/substack-integration/237891/1 "2022-09-02T00:11:33Z")

</div>

Searched here and in general, came up empty.

Is there a substack and discourse integration or plugin that would turn an article on substack into a topic on discourse?

Thanks!

---

<div class="post-metadata">

### Author: ![j127](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j127/32/79093_2.png) [@j127](https://meta.discourse.org/u/j127)
#### Post date: [September 2, 2022, 12:53am UTC](https://meta.discourse.org/t/substack-integration/237891/2 "2022-09-02T00:53:55Z")

</div>

It looks like Substack doesn’t have an API or webhooks, but RSS might work if you don’t find a better option. A local or remote script could fetch the RSS feed (`/feed`) using a cron job, and send any new articles into the forum with Discourse’s API.

---

<div class="post-metadata">

### Author: ![fuse](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fuse/32/221005_2.png) [@fuse](https://meta.discourse.org/u/fuse)
#### Post date: [September 2, 2022, 12:56am UTC](https://meta.discourse.org/t/substack-integration/237891/3 "2022-09-02T00:56:31Z")

</div>

Thank you, appreciate the insight!

---

<div class="post-metadata">

### Author: ![j127](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j127/32/79093_2.png) [@j127](https://meta.discourse.org/u/j127)
#### Post date: [September 2, 2022, 12:59am UTC](https://meta.discourse.org/t/substack-integration/237891/4 "2022-09-02T00:59:43Z")

</div>

I found this while searching for a generic RSS to Discourse tool: [RSS Polling](https://meta.discourse.org/t/configure-the-discourse-rss-polling-plugin/156387)

---

<div class="post-metadata">

### Author: ![fuse](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fuse/32/221005_2.png) [@fuse](https://meta.discourse.org/u/fuse)
#### Post date: [October 13, 2022, 11:43pm UTC](https://meta.discourse.org/t/substack-integration/237891/5 "2022-10-13T23:43:19Z")

</div>

Thanks @j127 . This is great!
