logo
  • Core Gateway
  • Documentation
  • Blog
  • Pricing
  • About
Blog
Product Update

Convoy v0.6

2 min read August 27, 2022

Written by

Subomi Oluwalana
Subomi Oluwalana

Co-Founder & CEO

Share

Convoy v0.6 was a major upgrade from our previous release. We added our most requested features - webhooks ingress, and a number of other interesting features. :) In this post, we share what these updates were, and what you should expect from us in Convoy v0.7

Bi-directional webhooks support

When we spoke to lots of our users about Convoy, there was a large consensus on being able to receive webhooks with Convoy. We decided to tackle this in the spirit of providing a consistent toolchain for webhooks. We also realised working with webhooks in either direction required the same infrastructure; events storage, indexing, queuing, dispatching and debugging. In this release, there are two types of projects: Incoming and Outgoing, as the name suggests - Incoming; is used by API consumers to receive events from their providers, and Outgoing; is used by API providers to publish events to their customers.

Screenshot 2022-08-25 at 6.36.58 PM.png

With an incoming project, you can receive events from multiple sources. All you need to do is configure the source, with verification or no verification (to act as a proxy) and use the generated URL on the respective provider.

Screenshot 2022-08-25 at 6.42.11 PM.png

Payload Search

We want it to be ridiculously easy to debug and find issues when there’s a webhook failure or when a member of your engineering or support team needs information about a certain integration, so we built Payload Search. With this, the event dashboard now includes a search bar. This allows you to search through the webhooks payload to find just almost anything. To make this work, we introduced a new dependency - Typesense. With this, the entire payload is indexed in Typesense and provides search abilities over every field of the webhook payload. See it in action:

convoy-search.gif

The configuration change also is quite, small see below:

{
	...
	"search": {
		"type": "typesense",
	  "typesense": {
			"host": "http://localhost:8108",
			"api_key": "convoy"
		}
		...
	}
}

NB: Typesense is not a required dependency, you can continue to operate Convoy without a search backend.

Retention Policies

Webhook events are derived data, and usually are used to trigger other critical actions. After some days, weeks, and months you want to archive them in cold storage and keep our database fresh with recent data. This is what retention policies are for; It allows you to specify how recent the events shown on your dashboard should be. We introduced a new configuration for this; now you can configure on a project-by-project basis how far back you want your data to remain in the online storage. See the new configuration option on creating project

Screenshot 2022-08-25 at 6.59.18 PM.png

We also introduced an instance-wide configuration to support this. It specifies the archive location. See configuration below:

{
	...
	"storage_policy": {
		"type": "s3",
		"s3": {
			"bucket": "<insert-bucket>",
			"access_key": "<insert-access-key>",
			"secret_key": "<insert-secret-key>",
			"session_token": "<insert-session-token>",
			"region": "<insert-region>"
		}
	}
	...
}

We plan to support more storage locations in the future. You can also raise a GitHub issue as a feature request here.

And that will be all for now.

You can get started easily with Convoy, by self-hosting an instance or using the cloud. For self-hosting, please follow the instructions here to proceed.

What’s Next?

We’ve commenced work on Convoy v0.7. This update includes several interesting features like a new events dashboard, Ingesting with PubSub and a new CLI for debugging events. We created Github discussion posts for each of these features. You can head over and let us know what you think.

Getting started with Convoy?

Want to add webhooks to your API in minutes? Sign up to get started.

Related Posts

What I’ve learned from talking to users as a Technical Founder

April 23, 2025

It’s widely accepted that the two most important things a startup needs to get right are building a great product and talking to users. As a technical founder, building has always come naturally to me. Talking to users? Not so much. In this post, i’ll share some of the misconceptions I had about talking to users—and the surprising benefits I’ve discovered from doing it consistently.

Subomi Oluwalana
Subomi Oluwalana

Co-Founder & CEO

Transactional Outbox: How to reliably generate webhook events

April 17, 2025

In the world of distributed systems, ensuring reliable event delivery is crucial, especially when dealing with webhooks. The transactional outbox pattern has emerged as a robust solution to this challenge. In this post, we'll explore how to implement this pattern to guarantee reliable webhook delivery, even in the face of system failures.

Subomi Oluwalana
Subomi Oluwalana

Co-Founder & CEO

logo

2261 Market Street, San Francisco, CA 94114

Companyaccordion icon

About Us

Trust Center

Terms of Use

Privacy Policy

DPA

Productaccordion icon

Open Source

Core Gateway

Convoy Playground

Resourcesaccordion icon

API Reference

Documentation

Status Page

Roadmap

What are Webhooks?

Convoy vs. Internal Implementation

Speak to usaccordion icon

Slack

Follow Us

Copyright 2025, All Rights Reserved

soc stamp