diff --git a/CHANGELOG.md b/CHANGELOG.md index 92487d131a0..da6d94ea81a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ The types of changes are: ## [Unreleased](https://github.com/ethyca/fides/compare/2.45.2...main) +### Fixed +- Ignore `400` errors from Talkable's `person` endpoint. [#5317](https://github.com/ethyca/fides/pull/5317) + ## [2.45.2](https://github.com/ethyca/fides/compare/2.45.1...2.45.2) ### Fixed diff --git a/data/saas/config/talkable_config.yml b/data/saas/config/talkable_config.yml index 8339d58bbbf..54f641947d6 100644 --- a/data/saas/config/talkable_config.yml +++ b/data/saas/config/talkable_config.yml @@ -3,7 +3,7 @@ saas_config: name: Talkable type: talkable description: A sample schema representing the talkable connector for Fides - version: 0.1.0 + version: 0.1.1 connector_params: - name: domain @@ -43,6 +43,7 @@ saas_config: - name: site_slug value: data_path: result.person + ignore_errors: [400] param_values: - name: email identity: email