forked from segmentio/action-destinations
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Responsys new Action: Send to PET + Adjustments in Send Audience as P…
…ET (segmentio#2615) * - New Action for Responsys: Send to PET, creating the PET if it doesn't exist yet;\n- Adding as an optional parameter in Settings;\n- should be a password field;\n- Profile List Name now it's an optional field. * PET fields can't have more than 30 characteres in their names. * New Action for Responsys: Send to PET. * - Having truly work with sync/async endpoints;\n- For async requests, retrieving the corresponding response;\n- Improving profile lists update criteria. * Adding unit tests for action. * Adding rate limits to all actions that are not marked as legacy. * With rate limits, 'sendToPet' doesn't require a retry mechanism per parameter. * Adding default permission status to Responsys mappings;\nRate limits for async request fetching. * Additional generations. * Making 'sendAudienceAsPet' to work with async endpoints. * Unit Tests adjustments. * Splitting requests in batches of 200 records. Updating unit tests. * Implementing batches of 200 records for upsertListMember. * Reversing 'Legacy' naming for 'sendCustomTraits'. * - Adding verification when PET exists in another folder; - Forcing US as default region for debug messages. * On profile list update, splitting batch into multiple record sets, to avoid overwriting empty values in a profile list. * Updating unit tests for Responsys. * Updating geerated types. * Fixing issue with .
- Loading branch information
1 parent
3ea984b
commit 08d2652
Showing
19 changed files
with
1,149 additions
and
274 deletions.
There are no files selected for viewing
10 changes: 7 additions & 3 deletions
10
packages/destination-actions/src/destinations/responsys/generated-types.ts
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
Oops, something went wrong.