Where can i find the appID, key information for a workflow that i can use to trigger a workflow using Python API?
Solved! Go to Solution.
@skuppayy If you have the app pulled up in the gallery, it's the id at the end of the url (61c....).
The above is certainly the easiest if you can jump on it manually and get it.
If you are wanting to do it programmatically then there is this endpoint
This can be useful as the ID will change if the version is updated, and you can then parse through to get the latest or published version.