Manage Opt IN /Opt OUT
This endpoint creates an OPTIN for a phone number or OPTOUT for a phone number.
Optin is a consent which is mandatory before sending whatsapp message to any number. Use this endpoint to store optin details for a number. Each and every message request will internally check optin first before attempting a actual message send.
If you want to optout for a phone number which was previously opted then use this endpoint.
URL:​ https://waapi.pepipost.com/api/v2/consent/manage​/
Method: POST
Parameters
Parameter | Description | Data Type | Required |
type | Action: optin or optout a phone number | String | Yes |
recipient | Phone number for optin. Phone number must be valid. Phone number must include a country code. | long | Yes |
source | Source of optin | String | Yes |
user_agent | User agent of a source | String | No |
ip | Ip of a source of optin. If mentioned than it must be valid ip | String | No |
Request Body
In case of success
Status is success means optin added successfully.
In case of failure
According to error, code and message will change.
Error Codes
Code | Message |
8006 | type is required. |
8006 | type is invalid. type must be optin/optout. |
8006 | recipients is required. |
8006 | source cannot be empty. |
8006 | source value cannot be greater than 25 characters. |
8006 | Invalid recipient. Only numeric values allowed. |
8006 | recipient value cannot be less than 10 digits. |
8006 | recipient value cannot be greater than 15 digits. |
Last updated