Posts by Apisero
Vlocity – Industry Solutions
Author: Amol Chate Customer Success Platform for the Industry Revolution Is your customer looking forward to adapting the last lap on the customer success journey? The most probable answer is to move on with Vlocity. Three-time Forbes Cloud 100 winner, Vlocity is an “Industry Cloud” pioneer built in partnership withSalesforce and now Salesforce company. Vlocity…
Read MorePGP Encryption and Decryption in Mule 4
Author: Prathamesh P. Kulkarni What is PGP? PGP (Pretty Good Privacy) encryption is used for encrypting, signing, and decrypting data like emails, text, files, directories, and whole disk partitions. It also increases the security of email communication and can be used to authenticate digital certificates. Public and private keys play a vital role in PGP…
Read MoreSingle resource having different data format and data type in RAML
Author: Abhishek Bathwal This blog will showcase how a Single resource in RAML can have different data formats and different data types. RAML: Created a RAML with Resource as Mule and having two data format application/json and application/xml. application/json – It contains two data types JsonOne and JsonTwo. application/xml – No particular data type is…
Read MoreIntegration between ServiceNow and MuleSoft
Author: Purnendu Kumar In this blog, we are going to see: How to create a record in ServiceNow using MuleSoft How to get real time data from ServiceNow to MuleSoft Assumptions: You should have basic knowledge of Anypoint Studio tool and Anypoint Platform. Pre-requisites: Anypoint Platform Account ServiceNow Account If you do not have a…
Read MoreCONNECTOR DEVELOPMENT-XML SDK
Author: Putul Manda The XML SDK is an alternative to the more advanced Java-based Mule SDK. XML SDK is for creating custom modules, similar to the way you create a Mule app.This approach is comparatively easier to build compared to the already existing JAVA Mule SDK. Here, we’ve developed a basic and simple mule 4…
Read MoreApply Policy using the API Manager API
Author: Chaitra Yajman Using the API Manager API, you can apply different categories of policies. To access Platform APIs, you must obtain a token from either the login endpoint or using the OAuth authorization process. In this example, I am using the login endpoint. 1. Get access token: To use platform API, you must be…
Read MoreIntroduction to Error Handling using Anypoint Studio (Mule 4)
Author: Sanket Kangle Error handling refers to the anticipation, detection, and resolution of programming, application, and communications errors. There are different types of errors such as syntax error, logical error, and runtime error. In programming, a development error is one that can be prevented. Such an error can occur in syntax or logic. Syntax errors,…
Read MoreIntroduction: Flow Level Error Handling with hands-on using Anypoint Studio(Mule 4) – Part 1
Author: Sanket Kangle Error handling scenario 1: In this scenario, there is a flow level error handler with an On error propagate scope. As the flow is executing and the error occurs at the event processor labeled E. Because of this processor P and any subsequent processors will never be executed as shown in the…
Read MoreProcessor Level Error Handling Introduction with Hands-On using Anypoint Studio (Mule 4) – Part 1
Author: Sanket Kangle For more fine-grain error handling of elements within a flow, processor level error handling is used. A “Try” scope is used for the same. Any number of processors can be added to a Try scope. The Try scope has its own error handling section to which one or more error scopes can…
Read MoreAnypoint Audit Logs to Splunk
Author: Swaminathan Ramakrishnan Changes made by users within Anypoint Platform organizations are logged through an audit logging service. The audit logging service provides a queryable history of actions performed within the Anypoint Platform. It keeps track of all users who have interacted with objects in the system and timestamps those actions. It also provides mechanisms…
Read More