Blog
Build an Email Summary Bot using Claude AI, Gmail, and Slack (Part 1)
Integrate with the Gmail Push Notifications API to enable your app to intelligently respond to new emails.
Using DocuSign to Request Signatures within your App
Kickstart your integration with the DocuSign eSignature API with this guide.
Prototyping an Ecommerce Application using Braintree and Mailchimp
This quick guide will show you how to integrate multiple 3rd party services into a single flow using Zero.
Updating a Linear Issue from a GitHub Pull Request using Webhooks
Linear is a task-tracking program that comes with great GitHub integration out of the box. In this post we'll explore how you can integrate Linear with GitHub even more closely by writing custom code.
Create a Lead Capture Form using the HubSpot API
Let's build a full stack web application that integrates with the API for HubSpot, a CRM platform that also offers sales, marketing, and CMS tools.
Creating a Payment Categorization API with OpenAI's GPT
The world's most powerful AI models are built using extremely advanced machine learning and run on expensive specialized hardware. But it's actually incredibly easy to integrate these models' functionality into your application, as I'll show in this article.
Use cdk8s to Define your Kubernetes Manifest with TypeScript
cdk8s is a command-line tool that enables you to create a Kubernetes manifest using a general purpose programming language. In this post, we'll use cdk8s to deploy the nginx web server to DigitalOcean Kubernetes.
Deploying Azure Functions with Pulumi and Zero
In this post, we'll use Pulumi to define our application's Azure infrastructure using clean and declarative TypeScript code.
Sending SMS Text Messages from Azure Functions with Twilio
Does your app need to send text alerts to users? In this article, we'll show you how to send SMS text messages progammatically using Twilio's API.
Sending Transactional Email with the Mailchimp API
Almost every production application needs to send transactional email, e.g. for password resets and notifications. This article will walk you through integrating a Next.js web app with the Mailchimp Transactional Email API.
Envelope Encryption, How it Works and Why We Use It
Envelope encryption uses both asymmetric and symmetric encryption algorithms in tandem to provide the benefits of both. Learn how it works and how we use it at Zero!
Announcing the Vercel Integration
The upcoming Zero Vercel integration will enable you to seamlessly sync secrets between Zero and the environment variables of your web apps hosted on Vercel!