Created
November 29, 2018 01:07
-
-
Save marinhero/464e63314e879fb32c87ccef2d468dbc to your computer and use it in GitHub Desktop.
Sampling Settings Override Example
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
# General example with all params | |
curl -X POST \ | |
https://api.wootric.com/v1/email_survey \ | |
-H 'Authorization: Bearer YOUR-TOKEN' \ | |
-F 'emails[][email protected]' \ | |
-F 'survey_settings[sampling][response_throttle]=0' \ | |
-F 'survey_settings[sampling][registered_percent]=100' \ | |
-F 'survey_settings[sampling][first_survey_delay]=0' \ | |
-F 'survey_settings[sampling][decline_throttle]=1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment