Hear from Salesforce leaders on how to create and deploy Agentforce agents.
Contact Us 1-800-596-4880

Zuora Connector 6.0 Examples - Mule 4

Example: Retrieve Details for an Account

This example retrieves the account details for the specified account ID and returns them in JSON format.

Studio Flows

  • Listener (HTTP) - Accepts data from HTTP requests.

  • Zuora API Connector - Connects with Zuora and executes a query to retrieve the account details for the specified account ID.

  • Transform message - Outputs the results of the Get account operation in JSON format.

    Studio flow with Listener, Get account, and Transform Message

XML Flows

Paste this XML code into Anypoint Studio to experiment with the flow described in the previous section.

View on GitHub