Run a postman collection in Camunda

Hi

Is there a way to run a collection in Postman using Camunda?

@vijayvk89 to invoke camunda rest api using postman collection, you need to setup all necessary api and authorizations if enabled.

From this link camunda rest api’s you can find all necessary rest api to create postman collection.

Hi I have a collection ready. What i need is to run that collection in a task in Camunda.

@vijayvk89 you should refer postman developer API to access postman workspaces, so that you can execute the requests stored in postman from camunda task.