Cloud Elements Version 2.172-2.176
We added the E-conomic element to our catalog. E-conomic is available in the ERP hub. Connect an E-conomic account to integrate with accounts, contacts, activities, leads, and more.
We added the Insightly element to our catalog. Insightly is available in the CRM hub. Connect an Insightly account to integrate with customers, vendors, invoices, employees, and more.
/bills
and /deposits
resourcesWe added ExpenseLineRet
and ExpenseLineAddList
to the models for GET /bill
s, POST /bills
and PATCH /bills/{id}
.
/me
resourceAdded the /me
resource to retrieve information about the authenticated Google user.
/revisions
endpoints to the files resourceWe added these revisions
endpoints:
/accounts
resourceYou can now set up polling on the /accounts
resource.
"accounts": {
"url": "/hubs/messaging/accounts?where=date_updated='${gmtDate:EEE, dd MMM yyyy HH:mm:ss Z}'",
"idField": "sid",
"datesConfiguration": {
"updatedDateField": "date_updated",
"updatedDateFormat": "EEE, dd MMM yyyy HH:mm:ss Z",
"updatedDateTimezone": "GMT",
"createdDateField": "date_created",
"createdDateFormat": "EEE, dd MMM yyyy HH:mm:ss Z",
"createdDateTimezone": "GMT"
}
}
We removed Control ID from the UI, which is not needed to authenticate an element instance.
We updated the models for Accounts, Leads, Opportunities, and Contacts.
Use GET /objects/{objectName}/metadata
to view the fields in a specified object.
A GET /objects/{objectName}/metadata
request now includes metadata for virtual data resources and Cloud Elements canonical resources.
See all of your element and formula instances on one page
We changed the Formula Instance Executions screen so you can now filter by any formula instance in your account more easily.
Swagger documentation now displays resources in alphabetical order