instantly-deploy-integration

Installation
SKILL.md

Instantly Deploy Integration

Overview

Deploy Instantly API v2 integrations — primarily webhook receivers and automation services — to cloud platforms. Instantly webhooks require a public HTTPS endpoint that responds within 30 seconds (3 retries on failure). This skill covers Vercel serverless functions, Google Cloud Run containers, and Fly.io deployments.

Prerequisites

  • Completed instantly-install-auth setup
  • Working Instantly integration tested locally (see instantly-local-dev-loop)
  • Cloud platform account (Vercel, GCP, or Fly.io)
  • Domain or HTTPS URL for webhook endpoint

Instructions

Option A: Vercel Serverless Functions

// api/webhooks/instantly.ts — Vercel serverless function
import type { VercelRequest, VercelResponse } from "@vercel/node";
Installs
1
GitHub Stars
2.2K
First Seen
Apr 4, 2026
instantly-deploy-integration — jeremylongshore/claude-code-plugins-plus