Zapier webhook to update topics

I’m trying to use webhooks by Zapier to update a topic, specifically who it is assigned to. I already have a webhook created to capture assign_events, but I’m missing something that would allow me to write updates to topics.

Here’s my zap setup so far:

Any guidance on what I might need to send an update to a topic to assign it to someone?

From Zapier, try making a PUT request to /assign/assign with the topic_id and the assigned user’s username passed as form data.

For details about how I’m finding the route to make the API request to, see How to reverse engineer the Discourse API. You might find some useful information about making API request to Discourse from Zapier here: How to make requests to the Discourse API with Zapier.

1 Like