Highlights (Staging 2.128)
Fixed FreshService's paging and enhanced Element Builder paging
- Added
pageSize
parameter to all the GET
list response resources in the FreshService element. This will allow you to normalize and control the amount of results you get back from calls to the FreshService element
Added required fields on some resources for ePages
Added required fields on the following resources:
POST /products
PUT /carts/{id]/billing-addresses
PATCH /customers
PATCH /products
-
PATCH /orders
Eliminated the unknown
datatype from the following resource:
POST /products
Box Element Model metadata enhancements
Added the following to the models:
- Required fields
- Primary key
- Vendor object names
- Read-only fields
- Missing fields
Enhanced OneDrive for Business element POST /files to include overwrite parameter
- Added an Overwrite parameter in the POST /files endpoint. Now User has an option of overwriting the existing file while doing POST /files.
Renaming Eloqua to Oracle Eloqua
Renamed the Eloqua element to Oracle Eloqua.
Added GET /lists/:id/contacts
API to Constant Contact
- User can now pull down contacts for a particular list with support for pagination, try it out!
Added Native Mappings for Hubspot Marketing
- Adds native mappings for Hubspot Marketing allowing customer to display native endpoints for related CE resources.
CE-5768 Adds Native Mappings for Netsuite ERP v2
- Adds native mappings for Netsuite ERP v2 allowing customer to display native endpoints for related CE resources.
CE-5769 Adds Native Mapping for Netsuite Finance v2
- Adds native mappings for Netsuite Finance v2 allowing customer to display native endpoints for related CE resources.
CE-5770 Adds Native Mapping for Netsuite HC v2
- Adds native mappings for Netsuite HC v2 allowing customer to display native endpoints for related CE resources.
Added ability to define partition name while creating Marketo Instance
- Ability to define a partition name to be used by the instance for lead apis.
Quickbooks Online element Model metadata enhancements
Added the following to the models:
- Required fields
- Primary key
- Vendor object names
- Read-only fields
- Missing fields
- Date mask fields
Added orderBy support to Zendesk for Tickets
- Added orderBy parameter support to Zendesk for Tickets
GET /incidents
CE-5606: Removed Hubspot Portal ID field for Hubspot CRM and Marketing
- Hubspot Portal ID field will not be available while provisioning the Hubspot CRM and Marketing elements.
Google Drive - Events
- Google Drive now supports event polling - Try it out!
- The CREATED event threshold parameter for Google Drive webhooks has been removed due to inconsistencies in webhook behavior. If you would like to leverage CREATED events please use polling
IBM : Added subsidiary field to NetSuite HC, CRM, and ERP Models
- Added the subsidiary field to NetSuite HC, CRM, and ERP Models when the field exists for a resource for GET & UPDATE.
Corrected a harmless status message for bulk uploads for non-batch endpoints
- When using
POST /bulk/{objectName}
for non-batch endpoints, a harmless yet misleading status message of "Scheduling vendor jobs" was seen with the GET /bulk/{jobId}/status
API. This message has now been removed.