Run
Run an automation
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
Automation started running successfully
Unauthorized access
Your plan does not have API access
Requested workspace does not belongs to you
Error in starting automation
Run a workflow
This API will be used to start a workflow using workflowId, you can get workflowId from this API
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
Workflow execution started successfully
Unauthorized access
Your plan does not have API access
Requested workspace does not belongs to you
Error in running workflow
Get All Required Inputs For A Workflow
This API will give you data for required inputs of a workflow and platformId for which social Account ID will be passed in the next API call
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
Workflow inputs fetched successfully
Unauthorized access
Your plan does not have API access
Requested workspace does not belongs to you
Error in getting workflow inputs
No content
The above API will give a response like this :
Configure and Run Workflow
This API will be used to configure workflow inputs, and social accounts and start the workflow.
This will take a body like this:
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
Workflow execution started successfully
Unauthorized access
Your plan does not have API access
Requested workspace does not belongs to you
Error in running workflow
Run Automation with CSV input
API for uploading CSV file
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
Upload file. Supported types: image/, application/
File uploaded successfully
Unauthorized access
Your plan does not have API access
Requested workspace does not belongs to you
Error occurred while uploading a file
API to invoke automation via CSV Url
You'll get csvUrl from the above API call.
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
Automation started running successfully
Unauthorized access
Your plan does not have API access
Requested workspace does not belongs to you
Error in starting automation
Last updated