Persistent Tables
Create Table
Create a persistent table for a linked account.
POST
Create a persistent table with a set of columns for a linked account. Up to 20 columns can be defined at creation; add more later with Add Columns.
Authentication
Your Refold API key.
The linked account the table belongs to.
Body Parameters
Name of the table. Example:
leadsColumn definitions (max 20), each an object with a
column_name.Response
- 200 OK
- 400 Bad Request
The ID of the new table.