
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@inutil-labs/n8n-nodes-whin
Advanced tools
n8n node to send WhatsApp messages to yourself using a simple token (no Business Manager)

Whin for n8n – send WhatsApp messages to yourself (alerts, status, outcomes) with the simplicity of a token. No Meta Business Manager, no phone number onboarding, no app review.
text, template, image, audio, video, document, sticker, contacts, location, interactive.@inutil-labs/n8n-nodes-whintoken n8n to the Whin8n number to receive your tokenWhin API → paste tokenWhin node and set Content Payload to your WhatsApp content object (no envelope)Whin wraps WhatsApp Cloud so you can message yourself from n8n without the usual Meta setup. A short‑lived token (free plan: 24h) authenticates you and implicitly selects your registered number. Because you’re sending to yourself, there is no to field.
1 302 360 1140token n8nNotes
to.The easiest way is through the n8n UI.
@inutil-labs/n8n-nodes-whinFor advanced/self‑hosted options, see n8n docs: Install community nodes
Whin APItoken n8n)Whin (subtitle includes “WhatsApp • send to yourself”)messaging_product, to, and context if present.messaging_product, to, contexttype:
text|template|image|audio|video|document|sticker|contacts|location|interactive|reactionText
{
"type": "text",
"text": { "body": "Hello from Whin" }
}
Template
{
"type": "template",
"template": {
"name": "hello_world",
"language": { "code": "en_US" },
"components": [
{ "type": "body", "parameters": [ { "type": "text", "text": "Alice" } ] }
]
}
}
Image / Audio / Video / Document / Sticker
{ "type": "image", "image": { "link": "https://example.com/pic.jpg", "caption": "optional" } }
{ "type": "audio", "audio": { "link": "https://example.com/sound.mp3" } }
{ "type": "video", "video": { "link": "https://example.com/clip.mp4", "caption": "optional" } }
{ "type": "document", "document": { "link": "https://example.com/file.pdf", "filename": "file.pdf" } }
{ "type": "sticker", "sticker": { "link": "https://example.com/sticker.webp" } }
Contacts
{
"type": "contacts",
"contacts": [
{
"name": { "first_name": "Ada", "last_name": "Lovelace" },
"phones": [ { "phone": "+15551234567", "type": "CELL" } ],
"emails": [ { "email": "ada@example.com", "type": "WORK" } ],
"org": { "company": "Analytical Engine" }
}
]
}
Location
{
"type": "location",
"location": { "latitude": 40.4168, "longitude": -3.7038, "name": "Puerta del Sol", "address": "Madrid, Spain" }
}
Reaction
{ "type": "reaction", "reaction": { "message_id": "<wamid>", "emoji": "👍" } }
Interactive (buttons)
{
"type": "interactive",
"interactive": {
"type": "button",
"body": { "text": "Confirm booking?" },
"action": { "buttons": [ { "type": "reply", "reply": { "id": "ok", "title": "Yes" } } ] }
}
}
Interactive (list)
{
"type": "interactive",
"interactive": {
"type": "list",
"body": { "text": "Choose an option" },
"action": {
"button": "Open menu",
"sections": [ { "title": "Main", "rows": [ { "id": "opt1", "title": "Option 1", "description": "…" } ] } ]
}
}
}
{{$json}}
whatsappContent):{{$json.whatsappContent}}
{{ { type: 'text', text: { body: $json.message } } }}
{{ JSON.parse($json.payload) }}
token n8n to 1 302 360 1140@inutil-labs/n8n-nodes-whintoken n8n)typemessaging_product, to, context) to avoid accidental leakageMIT © inUtil Labs
FAQs
n8n node to send WhatsApp messages to yourself using a simple token (no Business Manager)
The npm package @inutil-labs/n8n-nodes-whin receives a total of 6 weekly downloads. As such, @inutil-labs/n8n-nodes-whin popularity was classified as not popular.
We found that @inutil-labs/n8n-nodes-whin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.