Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added product updates #1471

Merged
merged 11 commits into from
Jan 10, 2025
35 changes: 35 additions & 0 deletions blog/250108-update-or-replace-company.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: "Replace or update company"
date: "2025-01-08"
tags: ["Product", "Update"]
hide_table_of_contents: true
authors: dcoplowe
---

We have to introduced a new `PATCH` endpoint that allows you to update specific company properties without affecting others. This complements our existing `PUT` endpoint, which replaces all company details provided in the request body.
dcoplowe marked this conversation as resolved.
Show resolved Hide resolved

## What's New?

We have added a new PATCH endpoint to allow you to update specific company properties.
This works in parallel with our existing PUT endpoint that will replace all company details irrespective of whether they are presented in the request body.
dcoplowe marked this conversation as resolved.
Show resolved Hide resolved

## What's new?

With the new `PATCH` endpoint, you can:
- Update one or more specific properties without overwriting properties not included in the request.

To clarify the distinction between these methods, we've updated their names:
- `PATCH` -> [Update Company](/platform-api#/operations/update-company)
- `PUT` -> [Replace Company](/platform-api#/operations/replace-company)

## Who is this relevant for?

This feature is ideal for users who need to make partial updates to a company's details without replacing the entire record.

## How to get started?

To start using the `PATCH` endpoint:
1. Explore our [client libraries](/get-started/libraries) for faster implementation and easier maintenance.
dcoplowe marked this conversation as resolved.
Show resolved Hide resolved
2. Refer to the API documentation for detailed examples and usage.

[Learn more about our libraries](/get-started/libraries) and start streamlining your updates today!
47 changes: 47 additions & 0 deletions blog/250108-zapier-integration-v2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
dcoplowe marked this conversation as resolved.
Show resolved Hide resolved
title: "Updates to our Zapier integration"
dcoplowe marked this conversation as resolved.
Show resolved Hide resolved
date: "2025-01-08"
tags: ["Product", "Update"]
hide_table_of_contents: true
authors: dcoplowe
---

![Zapier event type selection screen](/img/updates/250108-zapier-integration-v2.png)

We’re excited to announce that our Zapier integration now supports subscriptions to the latest webhook event types, making it easier than ever to automate your workflows.

## What's new?

- **Subscribe to the latest event types** - stay updated with the newest triggers available.
dcoplowe marked this conversation as resolved.
Show resolved Hide resolved
- **Multiple subscriptions** - subscribe to one or more event types at the same time.
- **New webhook schema** - take advantage of our updated webhook schema for seamless integration.

## Who is this relevant for?

This is relevant for anyone looking to simplify and automate their workflows using Zapier's no-code platform.

Zapier enables you to connect different web applications and automate repetitive tasks by setting up "rules" that define how data flows between tools and services.
With Codat now part of Zapier, you can easily build workflows tailored to your needs without writing any code.

### Why should you care?

With the Codat Zapier app, all [Codat webhooks](/using-the-api/webhooks/event-types) are available as *triggers*.
This makes it possible to automate processes and streamline operations, no matter your technical expertise.

### Example use cases

Here’s how you can use Zapier with Codat:
- **Real-time notifications** - send a Slack message or email whenever a new company shares data with you.
- **Error tracking** - post an alert when a sync error occurs to ensure quick resolution.
- **Data management** - automatically add onboarded companies to a spreadsheet.

If you’re looking to save time and enhance efficiency, this integration is perfect for you!

## How to get started?

To start building your own workflows today, you need:

- **A Zapier account** - you can [create one for free](https://zapier.com/sign-up).
- **Admin or Developer** access to your Codat instance.

[Read more](/using-the-api/webhooks/zapier-integration)
3 changes: 3 additions & 0 deletions static/img/updates/250108-zapier-integration-v2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading