URL:
https://wv{{wolkvox_server}}.wolkvox.com/api/v2/campaign.php?api=create_campaign&type_campaign={{type_campaign}}
Description:
With this API it is possible to create preview or predictive campaigns in wolkvox manager from external platforms.
Benefit:
Use this API to be more efficient in the process of creating preview or predictive campaigns, in case you have an external platform where they provide the necessary information.
How it works:
- The consumption of this API is done by POST method.
- In the json the parameters are added 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 make use of the authorization token.
- Note that the same token cannot be consumed simultaneously, so you can schedule the next API to be consumed when the result of the previous one is successful.
REQUEST |
NAME | DESCRIPTION | TYPE |
---|---|---|
type_campaign (URL) | Type of campaign (Preview / Predictive) | String |
campaign_name | Campaign name | String |
campaign_description | Description of the campaign | String |
start_time | Campaign start time | String |
end_time | Final hour of the campaign | String |
skill_id | Refers to the numerical identification of the skill | String |
opt# | Additional field where you enter additional campaign information | String |
enable_edition | Yes or no to enable campaign editing | String |
RESPONSE |
NAME | DESCRIPTION | TYPE |
---|---|---|
id_campaing | Corresponds to the campaign identification number | String |
name_campaing | Campaign name | String |