---
title: "July 2024 product updates"
img: https://s3.us-east-2.amazonaws.com/unified-article-images/july_2024_product_updates-icon.png
date: 2024-07-31T00:00:00.000Z
tag: Product
description: "Here's what the Unified.to team has been up to in July!"
url: "https://unified.to/blog/july_2024_product_updates"
---

# July 2024 product updates
------
_July 31, 2024_

![unified-product-july-2024.png](https://s3.us-east-2.amazonaws.com/unified-article-images/july_2024_product_updates-0.png)


Here's what the Unified.to team has been up to in July!


## TL;DR:

- Launch integrations faster by working through our updated [onboarding launch checklist](https://app.unified.to/start)
- Familiarize yourself about key concepts and terms like Passthrough, Scopes, and Connections in our [glossary](https://docs.unified.to/help/glossary)
- Explore our [developer guides](https://docs.unified.to/help/guides) to understand popular use cases, key features, and various API categories
- Discover nearly 200 [enhancements](https://unified.to/changelog) to our integrations, complete with examples of use cases to help you implement the updates into your product
- Easily add our newest pre-built integrations to your application: [JobScore](https://unified.to/integrations/jobscore) and [Namely](https://unified.to/integrations/namely)
- Community updates: We held our first IRL meetup in Toronto!

## Onboarding launch checklist 


![unified-checklist_%281%29.png](https://s3.us-east-2.amazonaws.com/unified-article-images/july_2024_product_updates-1.png)


After speaking with several of our customers we learned that their teams could benefit from a detailed launch checklist to support planning for and executing on an integration roadmap. We've outlined everything needed to build, test, and launch integrations with Unified.to seamlessly.


What the checklist includes:


**Build steps:** configuring your Unified.to Workspace, using our embedded components to authenticate your customers' accounts, and transforming our data models into your data models.


**Testing steps:** testing user connections from your integrations in a sandbox environment.


**Launch steps:** running your final tests in Production and guidance for your public-facing integrations launch.


Create a free account or sign to access the [integration launch checklist](https://app.unified.to/start). If you have any feedback about our product onboarding, our Developer Advocate, Andy, would love to hear from you on [Discord](https://discord.gg/85z7HF7JbD).


## API Glossary


Despite industry standards, we know that there's a wide gamut of terminology used when it comes to APIs and it can be confusing if you're new to integration development or using a [unified API](/technology) provider for the first time. That's why we've created a [glossary](https://docs.unified.to/help/glossary) in our [API documentation](/docs/intro) that defines the key terms you'll frequently see in our documentation and application. We'll continue to update the glossary based on user feedback.


## Guides


Whether you're just getting started with Unified.to, trying to figure out how to filter webhook events, or want a straightforward guide to getting [OAuth](/embeddedauth) 2 credentials for your Microsoft integrations. We regularly publish [developer guides](https://docs.unified.to/help/guides) that can be found under **Help Center** in our API Documentation.


Recent articles based on frequently asked 'How do I do…..?' questions:

- [How to filter webhooks events](https://docs.unified.to/help/guides/how_to_filter_webhook_events)
- [Pushing API logs to your Datadog instance](https://docs.unified.to/help/guides/extended_observability__pushing_api_logs_to_your_datadog_instance)
- [How to use our passthrough API](https://docs.unified.to/help/guides/passthrough_api_a_new_way_to_connect_with_your_integrations)

## New integrations


![unified-new-integrations.png](https://s3.us-east-2.amazonaws.com/unified-article-images/july_2024_product_updates-2.png)


By leveraging our unified API software teams can add hundreds of pre-built integrations from more than 16 API categories to their applications in days, without months of development effort and years of long-term maintenance. 


In July, we expanded our 200+ integrations to include:

- [JobScore](https://unified.to/integrations/jobscore) (ATS)
- [Namely](https://unified.to/integrations/namely) (HR)

[See all integrations](https://unified.to/integrations)


## Integration enhancements


There were 199 integration enhancements this month! See a comprehensive list of enhancements on our [changelog](https://unified.to/changelog). Here are a few highlights with use case examples.


### **Integration: QuickBooks (unified E-commerce API)**


![unified-quickbooks.png](https://s3.us-east-2.amazonaws.com/unified-article-images/july_2024_product_updates-3.png)


**Object: Item**


QuickBooks Item now includes new readable fields for `vendor_name` and `type`. Additionally, it offers new writable fields for  `vendor_name`,  `variants`,  `type`,  `public_name`, `public_description`, `name`, `is_taxable`, `is_active`, and `description`. QuickBooks has also added a `create` method for Item.


Example use cases:

- **E-commerce applications**: automate product categorization by `vendor_name` and `type` and add new items using the `create`  method with the new writable fields.
- **Procurement systems**: provide enhanced supplier and item management by tracking items using new readable fields and create new items with the new writable fields.

Unified.to makes it easy to add 12+ [e-commerce integrations](https://unified.to/commerce) including Shopify, Akeneo, and Bold Commerce to your application through a single API.


### Integration: Microsoft Outlook (unified Messaging API)


![unified-outlook.png](https://s3.us-east-2.amazonaws.com/unified-article-images/july_2024_product_updates-4.png)


**Object: Message**


Microsoft Outlook Message now has read and write support for `parent_message_id`. This update enables more enhanced data tracking capabilities.


Example use cases:

- **Customer support applications:** utilize `parent_message_id` to track emails threads more effectively and group related messages to facilitate better organization and quicker resolution of support tickets.
- **AI-powered email analysis:** By using the parent ID, AI models can better understand the sequence of conversations to enable more accurate sentiment analysis, intent recognition, and response generation.

Docs: [Messaging API](https://docs.unified.to/messaging/overview)


### **Integration: Linear (unified Task Management API)**


![unified-linear.png](https://s3.us-east-2.amazonaws.com/unified-article-images/july_2024_product_updates-5.png)


**Object: Link**


The enhancement to the pre-built Linear integration for the Task object includes:

- **New Writable Fields:** `url`, `project_id`, `priority`, `parent_id`, `notes`, `name`, `follower_user_ids`, `due_at`, `creator_user_id`, `completed_at`, and `assigned_user_ids`
- **New Method:**  `create` method for Task

These enhancements provide more detailed project management and task tracking within your applications.


Use case examples:

- **Team collaboration platforms:** Leverage new writable fields such as `follower_user_ids` , `assigned_user_ids`, and `notes` to enhance user engagement. By tracking task followers and assignees, your users can improve accountability and communication.
- **AI productivity tools**: AI models can use priority and `due_at`to dynamically adjust task schedules based on workload and deadlines. The create method allows AI assistants to automatically generate tasks from user inputs, emails, or other sources like [knowledge management systems](https://unified.to/kms).

Docs: [Tasks API](https://docs.unified.to/task/overview)


## Community updates


![MGS-20.jpg](https://s3.us-east-2.amazonaws.com/unified-article-images/july_2024_product_updates-6.jpg)


We had our first developer and tech community meetup in Toronto this month. Over the last year, we've participated in other conferences and community events, including Editions by Shopify, but last night, we hosted our first IRL meetup, APIs & IPAs: AI for Frontend Teams & Data for AI Agent, in partnership with [Rangle](https://rangle.io/). There were more than 100 attendees. We're grateful for everyone who showed up to connect and learn more about how to leverage AI and APIs!


Ready to get integrations out of the backlog and grow your application? Most Unified.to customers launch all their integrations in a week. [Try Unified.to for free](https://app.unified.to/login) or [request a demo](https://unified.to/contact).