DUOS expands AI capabilities to help seniors apply for assistance programs
It will complete and submit forms, and integrate with state benefit systems
Read more...Banckle has released RESTful APIs to ease the development of CRM App for their customers and to simplify the client adoption. Since Banckle has provided Swagger Explorer to its customers to describe how to build the Banckle CRM tool, enhancing the functionality of existing systems or how to integrate CRM app with .NET platform it has become even easier to test the functionality of these apps and see the response in XML and JSON pattern. Check out how to use Banckle CRM APIs.
Banckle has already exposed a set of APIs for its applications and after receiving good response from developer community they have been working on some wrapper libraries so that developers can use Banckle CRM RESTful APIs Wrapper in all major languages. They have released the first batch of these wrapper libraries for .NET developers in the form of Banckle CRM .NET Wrapper. These are released for the fellow developers belonging to .NET community.
See the following steps to learn how to integrate Banckle CRM App with your .NET Platform
See the code samples given below to know how to use this API.
Banckle.Contacts bcrmContacts = new Banckle.Contacts();
bcrmContacts.APIKey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
///
/// For the Full Contacts...
///
List<Banckle.ContactDetails> list = bcrmContacts.GetContacts();
for (int i = 0; i < list.Count; i++) // Loop through List with for
{
System.Console.WriteLine("Description: " + list[i].description);
for (int j = 0; j < list[i].emails.Count(); j++)
{
System.Console.WriteLine("Address: "+list[i].emails[j].address);
}
for (int j = 0; j < list[i].tags.Count(); j++)
{
System.Console.WriteLine("Tags: "+list[i].tags[j].name);
}
}
.NET Code for Getting Contact by ID:
/// For Contact by ID...
///
Banckle.ContactDetails contact = bcrmContacts.GetContactById("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
System.Console.WriteLine("Description: " + contact.description);
for (int j = 0; j < contact.emails.Count(); j++)
{
System.Console.WriteLine("Email: " + contact.emails[j].address);
}
for (int j = 0; j < contact.tags.Count(); j++)
{
System.Console.WriteLine("Tags: " + contact.tags[j].name);
}
.NET Code to Create a Person in your Contact
/// To Create a Person
///
Banckle.Person person = new Banckle.Person("1 New", "Contact");
person.title = "1 Test";
person.role = "1 Tester";
//person.companyId = "5a1a6b06a9934257950dcf938a20b253";
person.description = "Tester for New Contact - 1";
person.birthDay = "01-01-1920";
person.skypeId = "1-test";
Banckle.Email[] emails = { new Banckle.Email("personal", "personal@new.com"), new Banckle.Email("office", "office@new.com") };
Banckle.Phone[] phones = { new Banckle.Phone("personal", "03333333333"), new Banckle.Phone("office", "0444444444") };
Banckle.Note[] notes = { new Banckle.Note("This is the first note"), new Banckle.Note("This is the 2nd note") };
Banckle.Tags[] tags = { new Banckle.Tags("First Tag"), new Banckle.Tags("Second Tag") };
Banckle.Social[] socials = { new Banckle.Social("personal", "facebook", "facebookOne"), new Banckle.Social("personal", "Linkedin", "LinkedinOne"), new Banckle.Social("personal", "Tweeter", "TweeterOne") };
Banckle.Address[] addresss = { new Banckle.Address("personal", "F77", "The New Town", "Faisalabad", "38000", "Punjab", "Pakistan"), new Banckle.Address("Office", "F70", "New Gardens", "Faisalabad", "38000", "Punjab", "Pakistan") };
Banckle.Website[] websites = { new Banckle.Website("business", "www.business.com"), new Banckle.Website("personal", "personal.com") };
person.emails = emails;
person.phone = phones;
person.notes = notes;
person.tags = tags;
person.socials = socials;
person.address = addresss;
person.websites = websites;
System.Web.Script.Serialization.JavaScriptSerializer serializer = new System.Web.Script.Serialization.JavaScriptSerializer();
string DATA = serializer.Serialize(person);
//Response.Write(DATA);
System.Console.WriteLine(bcrmContacts.CreatePerson(person));
Overview: Banckle CRM App
Banckle CRM Application allows you to manage all of your CRM tools in one place. Banckle CRM provides you easy online customer relationship management (CRM) tools for busy and dispersed teams. Stay in touch with colleagues and customers, manage tasks and view the pipeline, all in one place. Get a real time picture of your business, right on your web based CRM application dashboard. See instant updates about the total pipeline value, sales teams' activities and customer communication. View personalized to-do task list for every team member, keeps everyone focused and gets things done.
More about Banckle CRM App
- Experience Banckle CRM App in the real-time
- Homepage of Banckle CRM App
- Post your technical questions/queries to Banckle Forum
- Receive notifications about latest news and supported features by subscribing to Banckle blog
Contact Information
Suite 163, 79 Longueville Road
Lane Cove, NSW, 2066
Australia
Banckle – Customer Service 2.0
Phone: +1 214 329 1520
It will complete and submit forms, and integrate with state benefit systems
Read more...The bill would require a report on how these industries use AI to valuate homes and underwrite loans
Read more...The artists wrote an open letter accusing OpenAI of misleading and using them
Read more...