customerio-python
customerio-python copied to clipboard
Is backfilling idempotent?
For instance, if I run a script twice to integrate with an in-house database, and it backfills the same event, will it count as two events with the same timestamp, or will it be deduplicated? Either way, it would be great for the documentation to make this clear!