Create API endpoint to connect two systems?

I'm looking to build a workflow that will connect two systems using REST APIs.

My past experience is mainly using webhooks to trigger API calls in my system with a lot of trial and error. How much different is it to receive APIs? Can I use the webhook url?

The team on the other side is requesting the following:

End-Point
Username
Password
Method - POST
Format - JSON
AuthType

Hey @Mike1 :wave:. Welcome to the forum!

Yes, you can use webhooks within a workflow to combine results from multiple API calls.

Are the systems you're referring to Retool Applications? Or, do you have questions on how to call a workflow in an application?