Skip to content
All updates

Changelog

Product update of the week: Year 2 • Week 34

The Truto Team The Truto Team ·

New

  • New integrations
    • Pipeliner — supports the Unified CRM API
  • Truto now supports Idempotent write requests across all the integrations in the Unified and Proxy APIs. Just specify Idempotency-Key header in your request and Truto will make sure that you don't create or update the underlying resource more than once. The keys are cached for 24 hours and this feature only works for write requests. Also, this currently does NOT work with RapidBridge sync jobs — we plan to add this functionality soon.

Improvement

  • Linear now supports the Unified Search API. It searches across projects, issues and documents.
  • Github now supports the Unified Search API. It searches across code, commits, issues, PRs and repos.
  • Copper and Freshsales now support more filters and endpoints in the Unified CRM API.
  • loop_on attribute in the RapidBridge Sync Job Runs now support looping on parent dependency attributes as well. So now you can do things like loop over attachment URLs of a ticket and download them in the Sync Job.
  • RapidForm now has an option to prevent resetting of values when parent dependency changes. Useful if you want to select multiple child values across various parents. E.g. Selecting multiple projects across different workspaces.