# 是否有办法在创建新的Patreon帖子时自动发布新主题？

**URL:** <https://meta.discourse.org/t/is-there-a-way-to-automatically-publish-a-new-topic-when-a-new-patreon-post-is-made/269054>\
**Category:** Support\
**Tags:** patreon\
**Created:** [2023年六月20日 16:59 UTC](https://meta.discourse.org/t/is-there-a-way-to-automatically-publish-a-new-topic-when-a-new-patreon-post-is-made/269054 "2023-06-20T16:59:41Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![Simon\_Edge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon_edge/32/295366_2.png) [@Simon\_Edge](https://meta.discourse.org/u/Simon_Edge)\
**Post date:** [2023年六月20日 16:59 UTC](https://meta.discourse.org/t/is-there-a-way-to-automatically-publish-a-new-topic-when-a-new-patreon-post-is-made/269054/1 "2023-06-20T16:59:41Z")

</div>

问题作为标题。

这将极大地简化我的许多工作！

---

<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:** [2023年六月20日 22:13 UTC](https://meta.discourse.org/t/is-there-a-way-to-automatically-publish-a-new-topic-when-a-new-patreon-post-is-made/269054/2 "2023-06-20T22:13:51Z")

</div>

Patreon 是否提供某种 webhook？

也许可以看看 [Make requests to the Discourse API with Zapier](https://meta.discourse.org/t/make-requests-to-the-discourse-api-with-zapier/122126)

---

<div class="post-metadata">

**Author:** ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)\
**Post date:** [2023年六月21日 09:16 UTC](https://meta.discourse.org/t/is-there-a-way-to-automatically-publish-a-new-topic-when-a-new-patreon-post-is-made/269054/3 "2023-06-21T09:16:38Z")

</div>

> [@pfaffman](#):
>
> Patreon 是否提供某种 webhook？

看起来他们确实有 🙂

> **[API Reference](https://docs.patreon.com/#post-api-oauth2-v2-webhooks)**

有一个 `posts:publish` 触发器。

至于使用 Zapier，它似乎（还？）不支持此触发器。请在此处查看可用触发器的列表：

> **[Patreon Discourse Integration - Quick Connect - Zapier](https://zapier.com/apps/patreon/integrations/discourse)**
>
> Integrate Patreon and Discourse in a few minutes. Quickly connect Patreon and Discourse with over 8,000 apps on Zapier, the world’s largest automation platform.

---

<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:** [2023年六月21日 09:44 UTC](https://meta.discourse.org/t/is-there-a-way-to-automatically-publish-a-new-topic-when-a-new-patreon-post-is-made/269054/4 "2023-06-21T09:44:14Z")

</div>

您需要为触发器编写自己的 Zapier 公式，或者编写一个 discourse 插件来处理它，这会更好一些，因为您不需要 Zapier。
