javascript-api
javascript-api copied to clipboard
Javascript Connector for Agile
#code `function createContact() { var email_received = document.getElementById('email').value; var contact = {}; contact.email = email_received; contact.first_name = document.getElementById('f_name').value; contact.last_name = document.getElementById('l_name').value; contact.company = "abc corp"; contact.title = "lead"; contact.phone =...
Problem statement: Agile CRM JS library treats email with symbol "+" (plus) as invalid and displays an error message "Please enter a valid email."
This is also occurring in plain javascript. please fix this
I have a custom field for contacts defined as:  Howerver, what is the object key in JavaScript when creating a contact? I've...
It would be great if we could create a widget that would allow us to create a ticket for a user starting with a note of provided text.
Hello Please see the code _agile.create_contact({ "email": "[email protected]", "first_name": "Test", "last_name": "New", "tags":"tag1" }, { success: function add_note() { ``` console.log("Done"); _agile.add_note({ "subject": "How to test", "description": "Running" }, {...
Requests to the api are being rejected because the api url is being set incorrectly. This is almost a replica of issue number 13 but im using jquery instead of...
how we can set the own image on custom widget.
How do I create a ticket for a contact with the Javascript API?
Hey Guys, I'm getting this warning while using agile-crm on chrome: `The SSL certificate used to load resources from https://****.agilecrm.com will be distrusted in M66. Once distrusted, users will be...