Set Profile
Set Profile allows you to change one or multiple settings within your WhatsApp account.
More Remarks
You can not set or get the name of the WhatsApp account (the name that appears on the WhatsApp profile) for this, you need to contact support.
none of the parameters is mandatory. you can set only the need.
Settings:
URL | |
Method | JSON via POST |
Body:
Parameter | Description / Example | Maximum length | Remarks |
|---|---|---|---|
apiKey | Your API key for the service | ||
from | your WhatsApp account. international number without +. for example: 972771234567 | ||
address | The address of your business \n for new line text for bold text for italic ~ | 256 | if you need to clear this data, you can send " " (space) |
description | Description of your business \n for new line text for bold text for italic ~ | 256 | if you need to clear this data, you can send " " (space) |
128 | must be valid email format. if you need to clear this data, you can send " " (space) | ||
type | you must choose a business category type 1 - Automotive 2 - Beauty, Spa and Salon 3 - Clothing and Apparel 4 - Education 5 - Entertainment 6 - Event Planning and Service 7 - Finance and Banking 8 - Food and Grocery 9 - Public Service / Government 10 - Hotel and Lodging 11 - Medical and Health 12 - Non-profit Organization 13 - Professional Services 14 - Shopping and Retail 15 - Travel and Transportation 16 - Restaurant 17 - Other | 2 | This parameter can be changed, but cannot be empty. |
website | 256 | must be valid website format. if you need to clear this data, you can send " " (space). must include http or https. value can be business website, Facebook page, Instagram, youtube link etc. | |
profilePic | https://www.alchinlong.com/wp-content/uploads/2015/09/sample-profile-320x320.png | - | must be jpeg/jpg/png image link, URL must be https. the image needs to be square with max edge of 640px and maximum 5MB file size. it is recommended to use 640x640, images less than 192px will not be approved. |
about | "Hi There, I'm using WhatsApp" | 139 | About section in the business profile. Can't be empty. |
Response:
{
"status": "OK",
"address": "The address you provided",
"reason": 1
}
Response-Explain:
Parameter | Description | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
status | OK or FAIL | ||||||||||||||||||||||
returnedData | An object that will show all the parameters you sent (address, description,email, type, website, about, profilePic) | ||||||||||||||||||||||
reason | 'reason' is the status explanation in case of FAIL
|