WhatsApp Api integration

WhatsApp Api integration

Use Case Description

Looking for activities in UiPath through which i can send WhatsApp attachments,messages, share location and access other whatsapp features using API (Without using the click/recording UiPath activities).

Please help in finding the appropriate solution for the same.

AS-IS WORKFLOW, TO-BE WORKFLOW

-

Other information about the use case

Industry categories for this use case: Customer Service, Information Technology and Services, Marketing Sales

Skill level required: Advanced

UiPath Products that were used: UiPath Studio, UiPath Apps

Other applications that were used: -

Other resources: -

What is the top ROI driver for this use case?: Accelerate growth and operational efficiency

Hi @Swara_Soni ,

You may want to use UiPath.WebAPI.Activities, the downside is UiPath doesn’t offer a connector for whatsapp and the connector builder is not yet released (hopefully by 2022.10). So you may need to find a way manage the authentication, like using nodejs to start a web server receiving http requests.

HTTP Request (uipath.com)

WhatsApp Business Platform Cloud API (facebook.com)