-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): pull main into develop post release v1.32.0 (#2264)
- Loading branch information
Showing
7 changed files
with
130 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,6 +148,115 @@ | |
} | ||
] | ||
}, | ||
{ | ||
"description": "Profile updation call listId is not provided for subscribing the user", | ||
"input": { | ||
"destination": { | ||
"Config": { | ||
"publicApiKey": "WJqij9", | ||
"privateApiKey": "pk_b68c7b5163d98807fcb57e6f921216629d" | ||
} | ||
}, | ||
"message": { | ||
"type": "identify", | ||
"sentAt": "2021-01-03T17:02:53.195Z", | ||
"userId": "utsabc", | ||
"channel": "web", | ||
"context": { | ||
"os": { | ||
"name": "", | ||
"version": "" | ||
}, | ||
"app": { | ||
"name": "RudderLabs JavaScript SDK", | ||
"build": "1.0.0", | ||
"version": "1.1.11", | ||
"namespace": "com.rudderlabs.javascript" | ||
}, | ||
"traits": { | ||
"firstName": "Utsab", | ||
"lastName": "Chowdhury", | ||
"email": "[email protected]", | ||
"phone": "+12 345 578 900", | ||
"userId": "utsabc", | ||
"title": "Developer", | ||
"organization": "Rudder", | ||
"city": "Tokyo", | ||
"region": "Kanto", | ||
"country": "JP", | ||
"zip": "100-0001", | ||
"Flagged": false, | ||
"Residence": "Shibuya", | ||
"properties": { | ||
"subscribe": false, | ||
"consent": ["email", "sms"] | ||
} | ||
}, | ||
"locale": "en-US", | ||
"screen": { | ||
"density": 2 | ||
}, | ||
"library": { | ||
"name": "RudderLabs JavaScript SDK", | ||
"version": "1.1.11" | ||
}, | ||
"campaign": {}, | ||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.16; rv:84.0) Gecko/20100101 Firefox/84.0" | ||
}, | ||
"rudderId": "8f8fa6b5-8e24-489c-8e22-61f23f2e364f", | ||
"messageId": "2116ef8c-efc3-4ca4-851b-02ee60dad6ff", | ||
"anonymousId": "97c46c81-3140-456d-b2a9-690d70aaca35", | ||
"integrations": { | ||
"All": true | ||
}, | ||
"originalTimestamp": "2021-01-03T17:02:53.193Z" | ||
} | ||
}, | ||
"output": { | ||
"version": "1", | ||
"type": "REST", | ||
"method": "PATCH", | ||
"endpoint": "https://a.klaviyo.com/api/profiles/01GW3PHVY0MTCDGS0A1612HARX", | ||
"headers": { | ||
"Accept": "application/json", | ||
"Authorization": "Klaviyo-API-Key pk_b68c7b5163d98807fcb57e6f921216629d", | ||
"Content-Type": "application/json", | ||
"revision": "2023-02-22" | ||
}, | ||
"params": {}, | ||
"body": { | ||
"JSON": { | ||
"data": { | ||
"type": "profile", | ||
"attributes": { | ||
"external_id": "utsabc", | ||
"email": "[email protected]", | ||
"first_name": "Utsab", | ||
"last_name": "Chowdhury", | ||
"phone_number": "+12 345 578 900", | ||
"title": "Developer", | ||
"organization": "Rudder", | ||
"location": { | ||
"city": "Tokyo", | ||
"region": "Kanto", | ||
"country": "JP", | ||
"zip": "100-0001" | ||
} | ||
}, | ||
"properties": { | ||
"Flagged": false, | ||
"Residence": "Shibuya" | ||
}, | ||
"id": "01GW3PHVY0MTCDGS0A1612HARX" | ||
} | ||
}, | ||
"JSON_ARRAY": {}, | ||
"XML": {}, | ||
"FORM": {} | ||
}, | ||
"files": {} | ||
} | ||
}, | ||
{ | ||
"description": "Identify call with enforceEmailAsPrimary enabled from UI", | ||
"input": { | ||
|