DEV Community

Tech Community for Software AG Tech Community

Posted on • Originally published at tech.forums.softwareag.com on

Executing a webMethods.io Integration workflow through a custom API endpoint

Overview

This webMethods.io Integration workflow example is triggered through an API request from an external service.

Using the data we receive from the external service, we send an API request to our Discourse community platform to delete a user who is no longer active, and this way we keep our database clean.

Note : Currently, there is no webMethods.io connector for Discourse. For workflows which work together with Discourse, we are using their great API. This means that the below example will work with any application (not just Discourse) that has an API you can access.

Check out the Steps and Learn to build an API using the REST API feature and execute the workflow in the Original post in the Software AG Tech Community.

Oldest comments (0)