Git Product home page Git Product logo

salesforceiqcfc's Introduction

This repository is no longer maintained

Just a heads up that I'm no longer developing or maintaining this project. My need for it never grew beyond its basic functionality, and now that need is gone. I'm leaving the code here in the event that someone else finds it helpful.

salesforceiqcfc

A CFML wrapper for the SalesforceIQ API

This project borrows heavily from the API framework built by jcberquist with stripecfc.

Getting Started

salesforceiq = new path.to.salesforceiq( apiKey = 'xxx', apiSecret = 'xxx' );

Available Methods

Note that for the create() methods, the structs passed in are case sensitive - use array notation when creating them.

createAccount( required struct newAccount )

updateAccount( required string accountId, required struct updatedAccount )

getAccount( required string accountId )

listAccounts( array _ids, numeric _start = "0", numeric _limit = "50", string _modifiedDate   )
createContact( required struct newContact )

upsertContact( required struct newContact )

updateContact( required string contactId, required struct updatedContact )
  
getContact( required string contactId ) {

listContacts( array _ids, numeric _start = "0", numeric _limit = "20", string _modifiedDate )
getList( required string listId ) {

listLists( array _ids, numeric _start = "0", numeric _limit = "20" )
createListItem( required string listId, required struct newListItem )

upsertListItem( required string listId, required struct newListItem, required string upsertType )

updateListItem( required string listId, required string itemId, required struct updatedListItem )
	
getListItem( required string listId, required string itemId )

deleteListItem( required string listId, required string itemId )	
listListItems( required string listId, array _ids, numeric _start = "0", numeric _limit = "20", string _modifiedDate )
listAccountFields( )

salesforceiqcfc's People

Contributors

mjclemente avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.