Loading...
Please wait while we prepare your experience
Setting up your workspace...
This usually takes just a moment
Please wait while we prepare your experience
Setting up your workspace...
This usually takes just a moment
Build powerful integrations with our comprehensive REST API. Create, manage, and execute workflows programmatically with full developer documentation and SDKs.
Get up and running with the WebflowApp API in minutes
Authorization: Bearer YOUR_API_KEYhttps://api.webflowapp.com/v1See how to make your first API call
curl -X GET "https://api.webflowapp.com/v1/workflows" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Complete reference of available endpoints
/api/v1/workflowsList all workflows
Workflows/api/v1/workflowsCreate a new workflow
Workflows/api/v1/workflows/{id}Get workflow details
Workflows/api/v1/workflows/{id}Update workflow
Workflows/api/v1/workflows/{id}Delete workflow
Workflows/api/v1/workflows/{id}/executeExecute workflow
Execution/api/v1/executionsList workflow executions
Execution/api/v1/executions/{id}Get execution details
ExecutionUse our official SDKs for faster development
npm install @webflowapp/sdkpip install webflowapp-pythongo get github.com/webflowapp/go-sdkcomposer require webflowapp/php-sdkGet real-time notifications about events in your account
workflow.createdTriggered when a new workflow is created
workflow.updatedTriggered when a workflow is modified
workflow.deletedTriggered when a workflow is deleted
execution.startedTriggered when a workflow execution begins
execution.completedTriggered when a workflow execution finishes successfully
execution.failedTriggered when a workflow execution fails
API rate limits ensure fair usage and optimal performance for all users
Get your API key and start integrating WebflowApp into your applications.
Free tier includes 1,000 API calls per hour • No credit card required