Send a Message via Whatsapp

Hello guys !

I’m trying to send a message via whatsapp. Have you ever been able to do this kind of programming?

Regards,

Mauro

3 Likes

Hi @mauro.morais,

Kindly check the project attached and let me know if it works.

  1. Install Firefox plug-in for UiPath
  2. Run the robot
  3. URL used: https://web.whatsapp.com/

project.zip (3.2 KB)

3 Likes

Hello, @acaciomelo, thank you for your attention. I used the api and managed to make the message work, with minor changes in the program.

Regards,

Mauro

2 Likes

Hi @mauro.morais,

I’m glad to hear it, if possible please share your solution to the community :grinning:

1 Like

Here’s my solution. Please feel free to improve the program.

1.Use the chrome;

2.When you run the first time, read QRcode with WhatsApp Web; (only the first time) to register the cell that will send the message;

3.Create a csv file named: phone list

3.Put in the csv file the relation of the numbers to which you want to send the message;

4.Place the cell phone number with the country and city code.

5.Adjust your message;

Main.xaml (18,1 KB)

8 Likes

Hey @mauro.morais

Awesome man…Great coding levels :grinning:.

Thanks

1 Like

I am interested in knowing how this automation is applied day to day
Can you please help me with this idea? :slight_smile:

1 Like

Hi @nadim.warsi

Actually, I’m learning to program. This idea came to me from a need of my own. Send some personal messages. However, if you want to use it for business purposes, I think you need to use a business api. The tests went very well so far!

Regards,

Mauro

2 Likes

Thanks @mauro.morais, its awsme what you are doing. :ok_hand:

1 Like