SOKE
Integrations

Integrations

Integrate Soke with your favorite tools and automation platforms — with downloadable workflow templates.

Integrations Overview

Soke's REST API works with any HTTP client or automation platform. We provide detailed guides, downloadable workflow templates, and step-by-step instructions for the most popular integration methods.

Integration guides

PlatformTypeDownloadable WorkflowsBest for
n8nVisual workflow automation7 JSON templatesDevelopers who want full control and self-hosting
MakeNo-code automation4 JSON blueprintsNon-technical users building visual scenarios
ZapierTrigger-based automationStep-by-step guidesConnecting Soke to 5,000+ apps quickly
cURL ExamplesCommand-line referenceQuick testing and scripting

Platform comparison

Featuren8nMakeZapier
Downloadable templatesYes (JSON import)Yes (Blueprint JSON)No (manual setup)
Async job pollingWait node + loopSleep + RepeaterDelay + chained polls
Self-hosted optionYesNoNo
Free tier availableYes (self-hosted)LimitedLimited
Loop/retry supportNativeNative (Repeater)Limited (no native loops)
Best forFull automation pipelinesVisual no-code scenariosQuick app-to-app connections

Authentication

All integrations use the same API key authentication. Add the X-Soke-Key header to every request:

X-Soke-Key: sk_live_your_api_key

Get your API key from the Soke dashboard. See the Authentication guide for details on API key and JWT authentication.

Response format

All endpoints return the same response envelope, making it easy to build consistent integrations:

{
  "success": true,
  "data": { /* endpoint-specific results */ },
  "meta": { "platform": "youtube", "request_id": "uuid", "processing_time_ms": 142 }
}

Always check the success field before processing data. See the API Reference for error codes and response details.

Need help choosing? Use n8n if you want self-hosting and maximum flexibility. Use Make for visual, no-code scenarios. Use Zapier if you need to connect Soke to a specific app from Zapier's 5,000+ integrations.

On this page