如何通过make.com获取Discourse帖子的有效链接?

Trying to notify my users about new posts on the Discourse forums using API via Make.com.

Here are the options they offer which doesn’t seem to contain any working URL:

What should I be looking for?

If you can build the URL from multiple parts of that, then https://your.forum.com/t/<Slug>/<Topic ID>[1] should work (using the <stuff> to refer to the fields that it claims to have)


  1. if you wanted to link to the most recent post of the topic, then try https://your.forum.com/t/<Slug>/<Topic ID>/<Highest Post Number> instead ↩︎

3 个赞

Thank you @Firepup650! That’s exactly what I’ve been looking for!

1 个赞

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.