URL:
https://wv{{wolkvox_server}}.wolkvox.com/api/v2/campaign.php?api=add_dnc
Description:
Esta API permite ingresar uno o multiples numeros DNC (Do Not Call) inbound o outbond a la base de datos.
Benefit:
Manage, without the need to reupload the database, the information of customers, collaborators and suppliers of your database to determine massively the records that will be blocked.
how it works:
- Consuming this API is done by POST method.
- The json adds the parameters according to the operation or process to be performed.
- To consume this API you must replace in the url {{wolkvox_server}} by the nomenclature of the server of the operation.
- The wolkvox–token header must be used to use the authorization token.
- Keep in mind that the same token cannot be consumed simultaneously, so you can program the next API to be consumed when the result of the previous one is successful.
REQUEST |
NAME | DESCRIPTION | TYPE |
---|---|---|
telephone | Phone to add | String |
days_block | Days the number will be blocked | String |
RESPONSE |
NAME | DESCRIPTION | TYPE |
---|---|---|
total_added | Total additions | String |
total_rejected | Total rejected | String |
total_sent | Total number of telephones sent | String |