Bulk import of customers and subscriptions
We've made it easier for customers with an existing customer-base to get up-and-running with Stigg by allowing them to import their existing customers and subscriptions into Stigg in bulk using a CLI tool.
The CLI tool manages the entire import process, and as part of it it's also possible to report customers' usage as well as additional metadata about them.
To import customers and subscriptions into Stigg in bulk simply run the CLI tool with a JSON file that represents the data that should be imported.
If ever need to update data that was already imported into Stigg, it's possible to run the import process again - it's idempotent, so all of the changes will be auto-magically merged.
More details about the bulk import process and available CLI tool can be found here.