Register as a Meta Tech Provider
This guide walks you through registering as a Meta Tech Provider and integrating with 360Dialog's WhatsApp Business API solutions.
Register as a Meta Tech Provider
Before you begin
Registration Process
1
2
3
4
5
6
Solution Name: Your company name + your Partner ID
Format: ISV_Name: xxxxxxPA
Example: 360Dialog: SvAiK8PA
Partner App ID: 3077136698809537
curl -X POST https://waba.360dialog.io/v1/messages \
-H "Content-Type: application/json" \
-H "D360-API-KEY: your_api_key" \
-d '{
"to": "whatsapp-number",
"type": "template",
"template": {
"namespace": "your_namespace",
"name": "your_template_name",
"language": {
"code": "en",
"policy": "deterministic"
}
}
}'8
9
Solution ID: Your Meta Solution ID from the previous steps
Partner Webhook URL: Your endpoint to receive webhooks
Redirect URL: Your app's OAuth redirect endpointLast updated
Was this helpful?