Send images in the WhatsApp using excel file data

I have an Excel file with 500 mobile numbers, including country codes. I also have a specific file for each number, and I want to send these files via WhatsApp using the mobile numbers from the Excel file.

Hi @Mohammad_Rizwan_03

Read Range to read the list of mobile numbers, For Each Row (Loop Through Mobile Numbers), In each iteration, get the mobile number and construct the file path.
Open WhatsApp Web
Use Open Browser to navigate to WhatsApp Web(Ensure you’ve logged in via QR code before running the automation (you can add a delay for manual login at the start if necessary),
Type the Mobile Number Send File
Automate the attachment process using Click, Type Into and Send Hotkey activities.

Below is the thread which is also having the solution

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.