Example: use of Web Request and Iterate Web Request with the Community forum API

Chances are you didn’t know it, but this forum has a REST API. And guess what - one can use the new “Web Request” and “Iterate Web Request” actions to interact with the API!

Below is a sample project that pulls a list of recently active users (using the Web Request action) and then obtains publicly available details (full name, last seen timestamp) for each user with the help of the “Iterate Web Request” action.

The project comes with an embedded connector to the forum API already configured, so all you need is just run it.

community-users.morph (7.0 KB)

1 Like

A post was split to a new topic: WebRequest doesn’t work

******* moved from #lounge to #uncategorized

Here is an updated version of the example that uses the “Parse JSON” action that became available in v4.1

community-users.morph (4.6 KB)

1 Like