Jump to Content
Flowdash
Guides
Sign inFlowdash
Sign in
Guides

Getting started

  • What is Flowdash?
  • Quickstart

Creating Workflows

  • Key concepts
  • Accessing the Flow Builder
  • Creating a Stage
  • Creating an Action

Working with Data

  • Key concepts
  • Creating Fields
  • Creating Tasks
  • Editing Task Data
  • Show, Hide, Order Fields
  • Saved Views
  • Analytics

Customizing User Interface

  • Key concepts
  • Customizing Layout
  • Blocks
    • Block: Table (SQL)

Integrations

  • Slack
  • Zapier
  • Front
  • Twilio

Automations

  • Action Steps
  • Email a form

Advanced Topics

  • Linking multiple workflows

Data Sync

  • Introduction
  • Connecting to a database
  • Creating and updating tasks from your database
  • Keeping your database up to date

API Reference

  • Introduction
  • Authorization
  • Actions API
  • Checklist API
  • Comments API
  • Data Syncs API
  • Fields API
  • Files API
  • Roles API
  • Stages API
  • Tasks API
    • Working with Linked Tasks
  • Users API
  • Workflows API
  • Workspace API
  • Actions (Webhooks)
  • Analytics Export API
Powered by 

Data Syncs API

Suggest Edits

POST Trigger a Data Sync

To trigger the data sync of a workflow, issue a POST request to the data syncs endpoint:

https://app.flowdash.com/api/v1/workflows/<workflow-id>/data_syncs

With a valid workspace API key included in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Updated 8 months ago


What’s Next
  • Fields API
  • Table of Contents
    • POST Trigger a Data Sync