Instantly CI Integration Overview Set up CI/CD pipelines for Instantly API v2 integrations. Covers GitHub Actions workflows for testing against the Instantly mock server, validating API key scopes, and deploying webhook receivers. Uses the mock server at so CI runs don't send real emails or consume production API limits. Prerequisites - GitHub repository with Instantly integration code - secret in GitHub repo settings (for production tests) - Node.js 18+ or Python 3.10+ in the project Instructions Step 1: GitHub Actions Workflow Step 2: API Scope Validation Script Step 3: Integration Test Sui…