02-20-2015 11:06 AM - edited 03-14-2019 02:28 PM
Hi, customer wants to add and delete contacts programmatically in/out of cra_db rather than use the web page. Is there any problem with that?
Solved! Go to Solution.
02-20-2015 11:19 AM
Sure - problem #1 is that you can't, the DB is read only. Unless of course you have hacked your UCCX, which I'm assuming you haven't.
What they can do (on 9.0(2)+) is use the Config API to do things like this... it's not direct to the DB, but it does bypass the web page and allow programmatic manipulation or generation of the campaigns...
Aaron
02-20-2015 11:19 AM
Sure - problem #1 is that you can't, the DB is read only. Unless of course you have hacked your UCCX, which I'm assuming you haven't.
What they can do (on 9.0(2)+) is use the Config API to do things like this... it's not direct to the DB, but it does bypass the web page and allow programmatic manipulation or generation of the campaigns...
Aaron
02-20-2015 11:33 AM
Awesome, even better! Thanks.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide