Is there a way to automatically publish a new topic when a new patreon post is made?

Question as title.

This would seriously make a lot of things much easier for me!

Does patreon make some kind of webhook?

Maybe see Make requests to the Discourse API with Zapier

1 Like

Apparently, they do :slight_smile:

https://docs.patreon.com/#post-api-oauth2-v2-webhooks

There’s a posts:publish trigger.

As for using Zapier, it seems it doesn’t support (yet?) this trigger. See the list of available triggers here:

You’ll need to write your own Zapier formula for the trigger or write a discourse plugin to handle it, which is a little better since you wouldn’t need Zapier.

1 Like