Cloud Elements Version 2.172-2.176
We added the Acuity Scheduling element to the Scheduling hub. Use the Acuity Scheduling element to integrate with appointments, available times, calendars, and more. Take a look at the Acuity Scheduling Element docs and get started today.
We added the Taleo Business Edition element to the Human Capital hub. Use the Taleo Business Edition element to integrate with accounts, candidates, employees, and more. Take a look at the Taleo Business Edition Element docs and get started today.
We added the Infusionsoft REST element to the CRM hub. Use the Infusionsoft REST element to integrate with accounts, contacts, campaigns, and more. Take a look at the Infusionsoft REST Element docs and get started today.
We added the SmartRecruiters element to the Human Capital hub. Use the SmartRecruiters element to integrate with candidates, jobs, industries, and more. Take a look at the SmartRecruiters Element docs and get started today.
The API docs for the Conferencing hub didn't appear correctly in Cloud Elements 2.0. We fixed the issue and you can take a look at the API docs now.
timeline-event-types
endpointsTo use the new timeline-event-types
endpoints you must reauthenticate each element instance. The new endpoints include:
If you make a request that includes an invalid character in the id, we return a 400 error code with a message that the id is invalid.
revisions
endpoints to the files
resourceWe added the following endpoints to the /files
resource.
We upgraded the Hootsuite app in preparation for Hootsuite's upgraded API platform. You need to reauthenticate any existing element instances.
contracts
resourceWe added /contracts
with the following endpoints:
job-orders
resourceWe added /job-orders
with the following endpoints:
We added support to include attachments with a POST/channels/{channelId}/messages
request. To include an attachment with a POST message request, set up the request body like this:
{
"text": "test",
"attachments":[
{
"fallback": "Required plain-text summary of the attachment",
"title": "Attachment title",
"title_link": "Valid url to add to the title",
"text": "The main text of a message attachment",
"image_url": "A valid URL to a GIF, JPEG, PNG, and BMP image file to appear inside a message attachment. ",
"color": "#764FA5"
}
]
}
Take a look at Slack's docs for details on adding attachments.
When searching for messages sent before or after a specific date we returned a 400 error. You can now use >=
or <=
with DateSent
in queries.
When authenticating an instance with Docusign, use the Account ID (accountId) field to pass a specific account id.
Instagram no longer supports the following endpoints and we've removed them from our API docs:
/hubs/social/media/{id}
/hubs/social/media/shortcode/{shortcode}
/hubs/social/users
/hubs/social/users/{id}
/hubs/social/users/{id}/media
We renamed Stripe to Cloud Elements for Stripe.
Maximizer changes the Base URL often. We updated the element to support this change and we update the base URL bsed on the datacenter you choose when you authenticate.
comments
endpointsWe added the following endpoints to ConnectWise and ConnectWise CRM:
You can now rename virtual data resources using the Edit button next to the name of the VDR.
Added the option to load metadata by Id to the Transformations page.