Introduction The MuleSoft NetSuite Connector is a pre-built connector that allows Mule applications to interact directly with NetSuite using its SOAP-based web services. It abstracts the complexities of NetSuite APIs and enables developers to perform operations such as create, update, delete, search, and retrieve records with minimal configuration. As it is built on top of […]
Introduction RESTlet is a REST-like service written in SuiteScript (JavaScript) that exposes NetSuite data and operations via HTTPS. It allows you to: Run custom Suite Script logic. Fetch or update NetSuite records. Perform complex validations before record creation. Connect external systems like MuleSoft with full control. It offers 2 different connection type: RESTlet Token. RESTlet […]
Pre-requisites Anypoint Studio: Anypoint Studio should be setup. Salesforce: We need to have a Salesforce developer account. Create a Salesforce custom object with some fields, as per the requirement. Click on Create in the home section, which is on the right-hand side. Then click on custom object, then fill in the name of the custom […]
Pre-requisites We need to have an Anypoint Studio should be setup. We need to an order_table in database. For this instance, we are using the MySQL database. Create a table with the fields as ID, name, email, contact, status, and payment. We need to have some sample set of records in the database table, as […]
The Anypoint Connector for Slack empowers seamless integration with the Slack platform, enabling communication and collaboration among team members. It facilitates group discussions, file sharing, and real-time interactions to enhance teamwork and productivity. Slack workspaces serve as a hub for teams, communities, or organizations to collaborate efficiently. Users can join a workspace through a unique […]
Pre-requisites We need to have an Anypoint Studio should be setup. We need to an order_table in database. For this instance, we are using the MySQL database. Create a table with the fields as order_ID, customer_ID, quantity, product, contact_number, shipping_address, mail_ID. We need to have some sample set of records in the database table, as […]
Fragments in RAML- RAML stands for Restful API modeling language. It is used to write the specification of Restful APIs, which is understandable by both humans and machines. Fragments are the reusable logic that can be maintained through every API in API specification. There are two types of fragments: Local fragments: These fragments are not […]
Pre-requisites We need to have an Anypoint Studio should be set up. We need to have a Salesforce developer account. Create a Salesforce custom object with some fields, as per the requirement. Click on Create in the home section, which is on the right-hand side. Then click on a custom object, then fill in the […]
API Governance API Governance involves implementing and enforcing standards, best practices, and policies to ensure APIs are secure, compliant, and performant throughout their lifecycle. It helps organizations streamline API management and align it with enterprise requirements. It applies only to REST APIs, HTTP APIs, and ASYNC APIs published for exchange. These rulesets are built on […]
Fragments in RAML Data Types Type: number External Datatype file #%RAML 1.0 DataType Main RAML file: types: name: !include /DataTypes/nameDataType.raml /students: get: queryParameters: name: required: true responses: 200: body: application/json: example: !include Examples/getStudentsResponse.json In the main RAML file, we’ll create a placeholder and we’ll make of that placeholder to refer […]
- 1
- 2