create new bridges
POST /api/createbridges
POST METHOD:
https://rest.adtrax.org/api/createbridges?authorized_uid={YOUR_UID}&authorized_rest_api_key={YOUR_API_KEY}&title=TESTING123&subOne=TestSubOne&delaytime=45&affid=11131
Result example :
[
{
"datetime": "2023-09-17 20:23:58 EDT",
"epoch": 1694996638,
"status": "success",
"bridgeurl": "https://b.yourdomain.net/?id=000&firstname=&lastname=&email=&phone=&zip=&source="
}
]
QUERY PARAMETERS
| Field | Type | Description |
|---|---|---|
| title | AlphaNumeric | (required) friendly name for the bridge |
| campaign_id | Numeric | (required) campaign name for adtrax specific identification, be descriptive so you know which campaign is for what. You will need to query the Campaign API to get this info or login to Adtrax.org. |
| CRM_KEY | Numeric | (required) The KylePro (KP) Campaign Key to assign. Leads will be piped there. |
| campaign_name | AlphaNumeric | (optional) Adtrax Campaign Name |
| affid | AlphaNumeric | (optional) The bridge user affilaite id from everflow. This will be pipe out through subOne, behind the scenes. |
| subTwo | AlphaNumeric | (optional) subTwo |
| TC_campaignId | AlphaNumeric | (optional) Text Caliber campaign id |
| TC_base64ApiKey | AlphaNumeric | (optional) Text Caliber base64 api key |
| mc_swagger_key | AlphaNumeric | (optional) Manychat Swagger Key |
| fb_ads_pixel_id | AlphaNumeric | (optional) Facebook/Meta pixel Id |
| fb_app_id | AlphaNumeric | (defunt) No longer used |
| fb_app_secret | AlphaNumeric | (defunt) No longer used |
| fb_access_token | AlphaNumeric | (defunt) No longer used |