BBCRM API's

Dear Members


How can I get a specific list of API's provided by BBCRM to be integrated into my Drupal Application?


Thanks 

Comments

  • Hi Nalin!

    Every CRM feature (forms, record operations, datalists, business processes, queries, etc etc) has an endpoint.

    So the complete list would be many thousands long.

    If you want an endpoint for a specific feature, follow one of these two methods:

    1) Log into BBCRM

    2) Go to Administration>Application>Features

    3) Search for a feature you want (e.g., Data form search>Individual Record Add)

    4) Select the feature

    5) Select the "API" tab

    6) Note the "BizOp SOAP Url"


    OR, if you already know where the feature lives in the front-end

    1) Go to the place in the user interface that does what you want (e.g., constituent>contact>add address)

    2) In the upper-right corner of the application, toggle 'page designer' mode

    3) Right-click on the feature you want to call as an endpoint

    4) Select 'go to data form instance' (or go to record operation, or go to whatever your feature is)

    5) Select the "API" tab

    6) Note the "BizOp SOAP Url"


    I hope this helps.


    -Joseph Styons

    https://www.styonssoftware.com

Categories