Skip to content

Commit ebfcc24

Browse files
Merge pull request #6792 from segmentio/joeynmq-patch-2
Update index.md
2 parents bcdf3ce + 30a3427 commit ebfcc24

File tree

1 file changed

+9
-2
lines changed
  • src/connections/destinations/catalog/actions-klaviyo

1 file changed

+9
-2
lines changed

src/connections/destinations/catalog/actions-klaviyo/index.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,16 @@ To add and remove profiles in Klaviyo with Engage Audience data:
8484

8585
## FAQ
8686

87-
### Dealing with 429 Responses from Klaviyo's API
87+
### Dealing with Error Responses from Klaviyo's API
88+
89+
#### 429 Too Many Requests
8890

89-
If you're encountering rate limiting issues, consider enabling batching for the Action receiving these errors. Ensure that within the mapping configuration, "Batch data to Klaviyo" is set to "Yes". This adjustment can help alleviate the rate limiting problem.
91+
If you're encountering rate limiting issues, consider enabling batching for the Action receiving these errors. To enable mapping, navigate to the mapping configuration and set "Batch data to Klaviyo" to "Yes". This adjustment might help alleviate the rate limiting problem.
92+
93+
#### 409 Conflict
94+
In most cases, you can safely ignore a `409` error code.
95+
96+
When you use the [Upsert Profile](/docs/connections/destinations/catalog/actions-klaviyo/#upsert-profile) mapping to send Identify events, Segment first attempts to [create a new profile in Klaviyo](https://developers.klaviyo.com/en/reference/create_profile){:target="_blank”}. If the first request returns with a `409` error code, Segment sends a second request to [update the existing profile with the given profile ID](https://developers.klaviyo.com/en/reference/update_profile){:target="_blank”}.
9097

9198
### Can I send Engage Audiences to a pre-created Klaviyo List?
9299

0 commit comments

Comments
 (0)