Skip to main content

UiPath integration

MailSlurp email and SMS APIs integrate with UiPath to provide powerful messaging and testing functionality. Create and control real email accounts and phone numbers from within your automations using low-code HTTP requests or our native C# library.

Please see our UiPath project on GitHub to get started.

Example testing flow

Say you want to test the user sign-up and verification process in a web application in UiPath. With MailSlurp we can create a test email account, submit it to the web application, receive and extract an OTP code, and confirm a new account. This can form the basis of our automated UiPath test of an application sign-up flow.

alias

Important actions

Here are some common actions for creating inboxes, reading emails, and extracting codes:

Create inboxes

Operation createInboxWithDefaults not found.

Wait for email

Operation waitForLatestEmail not found.

Extract content

Operation getContentMatch not found.