Constant-Contact-Cold-Fusion-9-Wrapper
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:DEPRECATED Library for Constant Constact for Cold Fusion 9 for v1
This file demonstrates how to use the CFC's in the CTCT_Wrapper Library.
Coldfusion version 9,0,0,251028 Developer Edition   
Java Version 1.6.0_14

For ColdFusion 8, visit https://github.com/ctctsupport/Constant-Contact-ColdFusion-8

For support please visit http://developer.constantcontact.com
To report a bug or suggest improvements, please email WebServices@constantcontact.com

***
All functions demonstrated are assuming that the ccUsername, ccPassword and 
apiKey application variables are set in Application.cfc, as well as the following in the file
running these examples.






***
  
-----
ActivitiesCollection.cfc
------

	getActivities() 
	
		
		
	getActivityDetails()
	
		
		
		
		
	bulkExportContacts()
	
		
		
		
		
		
	bulkUrlEncoded()
	
		

		
		
	bulkMultiPart()
		*note the getListLink() function on a List object will also produce the necessary links for the
		myLists array below*
		
		
		
		
		
		
	
	clearContactsFromLists()
	
		
		
		
			
		
		
-----
CampaignsCollection.cfc
------

	addCampaign()
	
		
		
		

	updateCampaign()
	
		
		
		
		
		
	deleteCampaign()
	
		
		
		
			
	getCampaigns()
		
		

	getCampaignDetails()
		
		
		

----
ContactsCollection.cfc
----

	addContact()

		
		
		
		
		
		

	doesContactExist()
	
		

	getContactId()
		
		
	getContacts()
	
		
		
	getContactDetails()
	
		
		
	
	updateContact()
	
		
		
		
		
		

	removeContact()
		
		
		
		

	deleteContact()
		
		
		
		
		
	getEvents()
	
		
		
		

----
LibraryCollection.cfc
----
	
	listFolders()
	
		
		
	createFolder()
		
		
		
	listImagesFromFolder()
	
		
		
		

	uploadImage()
	
		*Function not complete*
		
	getImageDetails()
	
		
		
		
		

	deleteImage()
	
		
		
		
		
	
	deleteImagesFromFolder()
	
		
		
		
		
----
ListsCollection.cfc
----

	addList()
	
		
		
		
	deleteList()
	
		
		
		

	getLists()
	
		
		
	getListMembers()
	
		
		
		
		
	getListDetails()
		
		
		
		
		
	removeListMembers()
		
		
		
		
			
	updateList()
	
		
		
		
		
		
		

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。