How to send gridview image via WhatsApp using Asp.net c#?

Analyst_SQL 3,531 Reputation points
2021-02-10T15:08:02.907+00:00

I want to send gridview image via whatsapp using asp.net C#.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,140 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,378 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,246 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 55,041 Reputation points
    2022-07-14T15:46:27.083+00:00

    WhatsApp locked down their api.

    you can use browser automation with Selenium as suggested above, or sign up with a vendor like Twilio that supports a rest api to WhatsApp

    1 person found this answer helpful.
    0 comments No comments