Skip to content

Commit aaa7401

Browse files
committed
Updated webhooks data retrieval docs
1 parent 165b8b1 commit aaa7401

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/retrieve-data.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ onComplete: (data) => console.log(data)
1616

1717
<Info>Feature available in <a href="https://tableflow.com/pricing" target="_blank">TableFlow Cloud</a>.</Info>
1818

19-
TableFlow provides an API to retrieve import data, paginate the row data of an import (used for large imports), or download an import directly as a CSV.
19+
TableFlow can send webhooks to your application when an import has been completed. The webhook will contain the row data, column definitions, and other information about the import.
20+
21+
- [Webhook Setup Guide](/webhooks)
22+
23+
TableFlow also provides an API to retrieve import data, paginate the row data of an import (used for large imports), or download an import directly as a CSV.
2024

2125
- [Get Import](/api-reference/get-import)
2226
- [Get Import Rows](/api-reference/get-import-rows)
2327
- [Download Import CSV](/api-reference/download-import)
2428

25-
You can also use [Webhooks](/webhooks) to get notified when an import has been completed. This allows your backend application to load the imported data as soon as an import has completed.
26-
2729

2830
### Option 3: Admin Dashboard
2931

docs/webhooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Webhooks
44

55
<Info>Feature available in <a href="https://tableflow.com/pricing" target="_blank">TableFlow Cloud</a>.</Info>
66

7-
TableFlow uses webhooks to push real-time notifications about your data imports. For example, you can use webhooks on TableFlow to get notified when a user completes a file import:
7+
TableFlow uses webhooks to push real-time notifications for your data imports. For example, you can use webhooks on TableFlow to get notified when a user completes a file import:
88

99
1. Your user imports a CSV or Excel file using the embedded TableFlow importer on your web app
1010
2. TableFlow notifies your system, via a webhook, that a data import has been completed

0 commit comments

Comments
 (0)