on
01-04-2024
10:06 AM
- edited on
06-05-2025
02:55 PM
by
Jacaselon
Static promo numbers(toll-free or local) can be automatically generated via Invoca API.
Invoca API > Network Integration > Promo NumbersProcedure
It can be more beneficial to leverage the Invoca API to create multiple promo numbers for a given campaign automatically than manually creating them individually on the platform.
1. Use the POST method and the endpoint URL. There are two different endpoints for POST methods:
Once you decide, you can copy the full endpoint URL and replace the network ID, advertiser ID, and campaign ID of yours.
NOTE: for POST requests, ensure to include an oAuth token as a param("oauth_token") in the endpoint.
2. Include the promo number data properties in the request body in JSON format. Please note the required properties, media_type, and description, should be included.
with City and State:
3. To apply marketing data to the number, include the "custom_data" property with pairs of marketing data fields(API name) and their respective values.
* Request
* Result on the platform
5. If all configurations are in place and the request is successfully sent, the response will contain information about the generated number.
For bulk promotional number creation, you may require developer resources to build an application capable of sending multiple requests, as the API is designed for one request and one response OR you can use the Bulk Number tool located in the Promo Numbers window.
When using the Bulk Actions button, you can delete and move promo numbers as needed.