Getting started as a partner
Welcome to the 360dialog Partner Program! This tutorial will guide you through the essential steps to get started, from creating your Partner Account to sending and receiving your first WhatsApp message.
Prerequisites
Before you begin, ensure you have the following:
A registration as Meta Tech Provider.
A registered company with relevant details.
A valid payment method (credit/debit card).
Access to your company’s logo and name for branding purposes.
A publicly accessible server to handle webhook events (you can use free providers for testing purposes)
Basic understanding of REST APIs and webhooks.
Step 1: Create Your Partner Account
1. Access our portal
Navigate to https://start.360dialog.com/connect.
Go through the process to verify your needs, and we will offer the best solution.
2. Provide Company Details
Enter your organization’s information, including name, address, and contact details.
3. Select Billing Terms
New numbers can be charged in two different ways. Select the one that best fits your business model.
Partner Paid: You handle all billing for your clients.
Client Paid: Clients are billed directly by 360dialog.
For more details, refer to the Billing and Invoicing Guide documentation.
4. Choose a Partner Plan
Choose the Plan better for your needs. Learn more about plan differences here.
5. Add your Payment Method
Only cards are available during registration, but you could configure other payment methods in the future.
Partner Plans become billable upon Partner Hub activation. A pro-rata invoice is issued and payable at the time of activation. All subsequent Partner Plan invoices are issued monthly and payable on the 1st of each month. Failure to complete payment may result in service disruption.
Step 2: Set Up Number Onboarding
Enable a seamless onboarding experience for your clients.
1. Choose one of the three options to onboard new clients

2. Direct Link Setup
Non-code solution. Share the link with the clients so they can start the onboarding.
Set up a webhook URL to receive the notification when a number is onboarded
Set up a redirect URL to redirect users to your platform after onboarding
Customize the Branding

For testing purposes, you can use a free online webhook testing tools to receive webhook events (like https://webhook.site/ or https://webhook-test.com/)
3. Connect Button Setup
Low-code solution. Use our button to seamlessly embed number inboarding into your platform.
Set up a webhook URL to receive the notification when a number is onboarded
Set up a redirect URL to redirect users to your platform after onboarding
Customize the Branding

It is possible to define the plan as well. More options can be explored here.
4. Self-hosted Embedded Signup
High-code solution. Fully customizable onboarding.

For implementing this flow, please refer to our documentation.
Step 3: Register Your First WhatsApp API Number
Use the IO Button or Direct Link
Clients can register their WhatsApp Business number using the methods set up in the previous step. Use the Direct Link to easily register your first number or the Button if you have already implemented it in your platform.

Step by step guide for the add number flow.
Once the first number is added, you will be able to see it in your partner account.

You will receive notifications in your Partner Webhook URL for every new registered number.
This event is submitted when a new number is created in our system.
More details about the webhook event here
This event is submitted when a new number is correctly setup and ready to start messaging.
More details about the webhook event here
Find all the channel events you can receive here:
Channels are billed on a pro-rata basis upon activation and on the 1st of each month thereafter. If a channel is inactive, please ensure the subscription is cancelled to avoid unwanted charges.
Step 4: Send and Receive Your First Message
Congratulations, if you are here means you have already registered your first number! 🎉
💬 You are five minutes away from starting to message through WhatsApp API.
1. Generate Number API Key

Navigate to the Partner Hub.
Select the registered number and generate an API key. Securely save the Number API Key beacuse we will not display it anymore. If you lose it, you will need to generate a new one.
More info about number API Keys
2. Set Number Webhook
Configure the Number webhook to receive incoming messages and outgoing message statuses.
Use the API endpoint to set the webhook URL for the specific number.
Remember you can use an online webhook test service for testing purposes.
More info about messaging webhook URL.
3. Receive a Message
Use a wa.me link to send a message to the registered number and start a connversation.
Monitor the number webhook for incoming message events.
Example of Incoming Message Payload
Find payload examples for other type of messages here.
4. Send a Message:
Now that the conversation has started, you can easily send a message using our Messaging API to answer the incoming message.
POST https://waba-v2.360dialog.io/messages
recipient_type
string
"individual"
to
string
wa_idof the contact you want to message. This is the phone number including the country code
type
string
"text"
text
object
Contains text-messgae field
Request Example
A successful response includes a messages object with an ID for the newly created message.
For each message you send, you could receive up to 3 webhook events into your Number Webhook URL (for delivered, read and sent statuses). More info here
🚀 Amazing, you are ready to start scaling WhatsApp API for your customers.
Your next step will be to Register your company as a Tech Provider.
Summary
By following this tutorial, you’ve:
Created a Partner Account with 360dialog.
Set up Integrated Onboarding for your clients.
Registered your first WhatsApp Business number.
Sent and received your first message using the 360dialog API.
For more detailed information, you can navigate through our 360dialog Partner Documentation or reach our to our support team.
🚀 Have a successfull dialog!
FAQ
How to find my 360dialog Partner ID
The Partner ID is an unique ID that will be used for most API actions.
The easiest way to find your Partner ID is to log into the 360dialog Partner Hub on your browser and go to the "Partner Integration" section.

To understand more about the Partner ID and credentials, see the Architecture and Security documentation.
Last updated
Was this helpful?