Wapi.go home page
Search documentation...
⌘K
Report Bugs
Github
Github
Search...
Navigation
Installation and Preparations
Setting up Wapi.go Application Development Environment
Guide
Package Reference Documentation
Star us on GitHub
Sign up for WapiKit
Community
Guide
Introduction
Quick Start Guide
Installation and Preparations
Setup golang
Setting up Wapi.go Application Development Environment
Whatsapp API setup
WhatsApp Business Platform
Create a Meta Business App
Getting API Key for WhatsApp Cloud Platform
Configuring Webhook
Building your application
Wapi.go SDK Architecture
Managing Business Account
Manage Message Templates
Managing Phone Numbers
Building Message Components
Sending Messages
Handle Events
Replying and Reacting to messages
Handling Media
Others
Scope of Wapi.go SDK
Important Reference Links
Contributing to Wapi.go
Contact
On this page
Initiating a Wapi.go project
Chat bot
Other use cases
Installation and Preparations
Setting up Wapi.go Application Development Environment
Initiating a Wapi.go project
Chat bot
The first step to build a Wapi.go based chat bot is to create a new project. You can do this by running the following command:
Copy
go
mod
init
<
project
-
name
>
go
get
github
.
com
/
wapikit
/
wapi
.
go
Other use cases
You are a developer and want to integrate the whatsapp business API with your existing backend.
You are a solution partner or a tech partner with WhatsApp and want to access the WhatsApp business API to build a solution for your clients.
Process to building the application
docs
, for further assistance.
Setup golang
WhatsApp Business Platform
Assistant
Responses are generated using AI and may contain mistakes.