Simple API using MuleSoft to query Salesforce using record Id
Listener Configuration: Salesforce Query Configuration: Transform Message Configuration: Logger Configuration: Output:
Listener Configuration: Salesforce Query Configuration: Transform Message Configuration: Logger Configuration: Output:
Flow: Listener Configuration: Transform Message Configuration: Invoke Apex Rest Method Configuration: Apex Class: @RestResource(urlMapping='/MuleSoft/*') global with sharing class MuleSoftHandler { @HttpPost global static String callEmail( String msgbody, String subject ) ....
Exception: Test connection failed: Tooling instance is not availableReason:org.mule.tooling.client.startup.Tooling NotAvailableException: Tooling instance is not available Resolution: 1. Go to Windows --> Preferences. 2. Select Tooling. 3. Click Restart Instance.
To know about Change Data Capture, check the below link https://infallibletechie.com/2019/05/change-data-capture-in-salesforce.html Salesforce Change Data Capture: MuleSoft Flow: Subscribe Channel Configuration: Transform Message Configuration: Logger Configuration: Output:
In the below example, whenever Service Contract record is created or updated, it gets the Asset(Custom field) from the Service Contract and updates it's status to Purchased. Flow: Subscribe Topic ....
Platform Event in Salesforce: Sample Flow: Replay Channel: Transform Message: Logger: Run As Mule Application: Code to execute in Developer Console:Below code is used to create Platform Event so that ....
Listener Configuration: File Read Configuration: Transform Message Configuration: For Each Configuration: Transform Message inside For Each Configuration: Logger Configuration: Output: INFO 2019-02-17 10:26:50,999 [[MuleRuntime].cpuLight.08: [test].testFlow.CPU_LITE @77f9697c] [event: 0-72a0a750-32c8-11e9-b865-025041000001] org.mule.runtime.core.internal.processor.LoggerMessageProcessor: { ....
1. Go to New --> File. 2. Select Resources and enter File Name. 3. Go to Global Elements. 4. Click Create button. 5. Select Configuration Properties. 6. Select the YAML ....
1. Go to File --> New --> Mule Project. 2. Enter a Name and click "Finish" button. 3. Drag and Drop HTTP Listener, Set Payload and Logger from the Mule ....
Anypoint Studio is used to build and test APIs and integrations with Anypoint Platform’s desktop IDE. Download and setup JAVA: 1. Make sure JAVA is installed. Use java -version to ....