Add a RestClient activity to the workflow

Choose a suitable trigger option to initiate the workflow.

Add a RestClient activity to your workflow.

Configure the RestClient by providing details such as the HTTP method (GET, POST, PUT, DELETE), endpoint URL, headers, request body (if applicable), and any other parameters required by the API.

Last updated