{"id":15093454,"url":"https://github.com/ultramsg/whatsapp-webhook-csharp","last_synced_at":"2025-10-08T03:08:14.337Z","repository":{"id":38671723,"uuid":"506472542","full_name":"ultramsg/whatsapp-webhook-csharp","owner":"ultramsg","description":"simple project to handle incoming WhatsApp API message using c#.","archived":false,"fork":false,"pushed_at":"2022-06-23T03:15:35.000Z","size":10,"stargazers_count":22,"open_issues_count":1,"forks_count":18,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T07:43:24.952Z","etag":null,"topics":["csharp","wa-bot","webhook","whatsapp-api","whatsapp-api-csharp","whatsapp-chat","whatsapp-csharp"],"latest_commit_sha":null,"homepage":"https://ultramsg.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ultramsg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-23T02:33:11.000Z","updated_at":"2024-11-02T22:50:46.000Z","dependencies_parsed_at":"2022-08-18T07:17:00.022Z","dependency_job_id":null,"html_url":"https://github.com/ultramsg/whatsapp-webhook-csharp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ultramsg/whatsapp-webhook-csharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultramsg%2Fwhatsapp-webhook-csharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultramsg%2Fwhatsapp-webhook-csharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultramsg%2Fwhatsapp-webhook-csharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultramsg%2Fwhatsapp-webhook-csharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ultramsg","download_url":"https://codeload.github.com/ultramsg/whatsapp-webhook-csharp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultramsg%2Fwhatsapp-webhook-csharp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278881932,"owners_count":26062193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","wa-bot","webhook","whatsapp-api","whatsapp-api-csharp","whatsapp-chat","whatsapp-csharp"],"created_at":"2024-09-25T11:23:21.963Z","updated_at":"2025-10-08T03:08:14.311Z","avatar_url":"https://github.com/ultramsg.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Ultramsg.com](https://ultramsg.com/?utm_source=github\u0026utm_medium=csharp\u0026utm_campaign=webhook) whatsapp-webhook-csharp\n\nsimple project to handle incoming WhatsApp message using c#.\n\nby [Ultramsg.com](https://ultramsg.com/?utm_source=github\u0026utm_medium=csharp\u0026utm_campaign=webhook)\n\n# Dependencies\n\nfor local development purposes, a tunneling service is required. This example uses ngrok , You can download ngrok from [here](https://ngrok.com/download).\n\n# run project \n```\ndotnet watch\n```\n# Start ngrok \n```\nngrok http https://localhost:6000\n```\n\n# set Webhook URL \n\nGo to your ultramsg account for set Webhook URL after copying the ngrok url and add /api/ Route like this : \n\n```\nhttps://61-44-136-9.ngrok.io/api/\n```\nand enable this option \"Webhook on Received\" .\n# receive WhatsApp messages\n\nnow You should be able to receive WhatsApp webhooks  .\n\n# Example json response\n```\n{\n  \"event_type\": \"message_received\",\n  \"instanceId\": \"1150\",\n  \"id\": \"\",\n  \"referenceId\": \"\",\n  \"data\": {\n    \"id\": \"false_10172127174@c.us_3EB02E5EB89CE03FB034\",\n    \"from\": \"10172127174@c.us\",\n    \"to\": \"10172127170@c.us\",\n    \"author\": \"\",\n    \"pushname\": \"E.St\",\n    \"ack\": \"\",\n    \"type\": \"chat\",\n    \"body\": \"Hi\",\n    \"media\": \"\",\n    \"fromMe\": false,\n    \"isForwarded\": false,\n    \"isMentioned\": false,\n    \"quotedMsg\": {},\n    \"mentionedIds\": [],\n    \"time\": 1650002663\n  }\n}\n```\n\n\n# Support\nUse **Issues** to contact me\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultramsg%2Fwhatsapp-webhook-csharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fultramsg%2Fwhatsapp-webhook-csharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultramsg%2Fwhatsapp-webhook-csharp/lists"}