Ingest Data
This section covers how to ingest data in a few simple steps
UI
Navigate to “Integrations” on the left menu bar, and click on ”+“:
Upload your data via your preferred format, then press “Continue”.
From here, you can verify that your data was ingested correctly and change the name if needed:
Once you are ready to ingest the rest of your data, press “Click Integration”.
Within a few seconds, you should be able to see how many rows were ingested to verify that your data was processed correctly.
Code
You can also ingest data through an API call.
Fill in the <>
with your specific entries.
JavaScript:
Python:
cUrl:
This is also accesible through the UI in your Sources page, under:
CLI
Define the schema for your source in a YAML file like so:
Then push using:
Replacing <your .yaml file name>
with your actual file name.
For example, for pushing sales_calls.yaml
: