create new campaigns


		GET /api/createcampaigns
                

GET METHOD:
https://rest.adtrax.org/api/createcampaigns?authorized_uid={YOUR_UID}&authorized_rest_api_key={YOUR_API_KEY}&campaign_name={campaign_name}&CRM_KEY={KP_CampaignId}



	Result example :

	[
	  {
	     "status":"success",
	     "campaign_id":8021,
	     "campaign_name":"Campaign Name Test"
	  }
	]
                

QUERY PARAMETERS

Field Type Description
campaign_name AlphaNumeric (required) alpha-numeric string to assign a friendly name for this new campaign.
CRM_KEY Numeric (required) A numeric KylePro Campaign ID to fire leads into. Adtrax does not have this information, contact the appropriate department for a KP Campiagn Id.