Learn how to put your digital team to work with MuleSoft for Agentforce.
Contact Us 1-800-596-4880

Zuora AQuA 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

  • HTTP Listener
    Accepts data from HTTP requests.

  • Get last job completed
    Anypoint Connector for Zuora AQuA connects with Zuora and executes a query to retrieve the account details for the specified account ID. Add the Get last job completed operation to return the details of the last completed job.

  • Transform Message
    Outputs the results of the Get last job completed operation in JSON format.

    Studio flow with Listener, Get last job completed, and Transform Message

XML Flows

Paste this XML code into Anypoint Studio to experiment with the example flow.

View on GitHub