Step 1: Reauthorize the HTTP connection

This tutorial builds on the Petstore flow that you created in Part 1 of this tutorial. Be sure that your previous flow is working correctly.

  1. In the Admin Console, go to WorkflowWorkflows Console.
  2. At the top navigation bar, select Settings.
  3. Under Connections for the HTTP PetStore connection that you've just created, click the Reauthorize icon.
  4. Change Auth Type to Basic.
  5. For username, enter admin; for password, enter secret.

Because the actual API is not authenticated, the values don't matter.

  1. To apply the modifications to the connection settings, click Reauthorize.

Next steps

Step 2: Test the flow