
Zuora Studio Configuration - Mule 4
To configure a connector in Anypoint Studio, follow this process:
-
Add the connector to your Mule project.
-
Configure the connector.
-
Configure an input source for the connector’s flow.
Add the Connector to a Studio Project
Anypoint Studio provides two ways to add the connector to your Mule project:
-
From the Exchange button in the Studio taskbar
-
From the Mule Palette view
Add the Connector Using Exchange
-
In Studio, create a Mule project.
-
Click the Exchange icon (X) in the upper-left of the Studio task bar.
-
In Exchange, click Login and supply your Anypoint Platform username and password.
-
In Exchange, search for "zuora".
-
Select the connector and click Add to project.
-
Follow the prompts to add the connector to your Mule project.
Configure the Connector
To configure Zuora Connector:
-
Drag a connector operation into the Studio canvas.
-
To create a global element for the connector, set these fields:
-
username: Zuora username.
-
password: Zuora password.
-
Base Uri: Base path of the Zuora REST API for your instance. Example:
https://apisandbox-api.zuora.com:443/
.
-
Configure an Input Source
Configure an input source for the connector, such as an HTTP Listener or Scheduler.
Next Step
After configuring an app in Studio, see the Zuora Examples section to experiment with the Zuora connector.