Skip to content

Instantly share code, notes, and snippets.

@vikasaddress
vikasaddress / send-whatsapp.cs
Created March 1, 2021 15:51 — forked from whatsmate/send-whatsapp.cs
Sending a WhatsApp message in C#
using System;
using System.Net;
using System.Web.Script.Serialization; // requires the reference 'System.Web.Extensions'
using System.IO;
using System.Text;
class WaMessageSender
{
// TODO: Replace the following with your gateway instance ID, Forever Green client ID and secret:
private static string INSTANCE_ID = "YOUR_INSTANCE_ID_HERE";