Read file from SFTP location

Read file from SFTP location   Let’s see how we can read a file from SFTP location Create a project in Anypoint Studio Add a listener which accept the filename as query parameter which we want to read from SFTP location.   Add the logger to print incoming filename   Drag and drop SFTP read…

Share this:
Read More

Write file on SFTP location

Write file on SFTP location   Let’s see how we can write a file on SFTP location Create a project in Anypoint Studio Add a listener which accept the text payload which we want to write in SFTP file.   Add the logger to print incoming text   Drag and drop SFTP write activity  …

Share this:
Read More

File operations Using Sharepoint Connector In Mule 4

File operations Using Sharepoint connector in Mule 4   In this tutorial we will demonstrate how can we perform file operations using sharepoint connector in mule 4 Microsoft SharePoint Connector supports both SharePoint 2013 and SharePoint Online for the use in the cloud and on-premises. This connector used to manage content and document management, you…

Share this:
Read More

Create Trail Account on Sharepoint

Create Trail Account on Sharepoint   In this tutorial we will demonstrate how can we create trail account on sharepoint to integrate with mulesoft using mulesoft sharepoint connector Click the below URL: https://signup.microsoft.com/create-account/signup?OfferId=B07A1127-DE83-4a6d-9F85-2C104BDAE8B4&dl=ENTERPRISEPACK&ali=1&products=cfq7ttc0k59j:0009 Provide the email address   Click on setup account   Click on Next     Click on send verification code, provide the…

Share this:
Read More

SSH authentication in SFTP

SSH authentication in SFTP   SSH key base authentication is an access credential authentication using SSH protocol. It’s similar to username/password based authentication but here the SSH key is used instead of password. Now it become a norm to use SSH authentication in SFTP. The key-based authentication mechanism in SSH is called public key authentication.…

Share this:
Read More

Send SMS Using Twilio Connector

Send SMS Using Twilio Connector   In this tutorial we will demonstrate how can we Send SMS Using Twilio Connector,Twilio allows software developers to programmatically make and receive phone calls, send and receive text messages, and perform other communication functions using its web service APIs Anypoint Connector for Twilio (Twilio Connector) is a cloud communications…

Share this:
Read More