Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added option argument to listAllSubscribesToCampaign #24

Conversation

Shradhdha03
Copy link
Contributor

@Shradhdha03 Shradhdha03 commented Jan 28, 2020

added feature to query listAllSubscribesToCampaign using following arguments:

status | Optional. The status to filter by: active, unsubscribed, or removed. Defaults to active.
page | Optional. The page number. Defaults to 1.
sort | Optional. The attribute by which to sort the results: id or created_at. Defaults to created_at.
direction | Optional. The direction to sort the results: asc or desc. Defaults to desc.
per_page | Optional. The number of records to be returned on each page. Defaults to 100. Maximum 1000.

https://developer.drip.com/?javascript#list-all-subscribers-subscribed-to-a-campaign

Copy link
Contributor

@samudary samudary left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great! Thanks for adding this @Shradhdha03!

@samudary samudary merged commit 41921bf into DripEmail:master Jan 30, 2020
@samudary
Copy link
Contributor

Version 3.1.0 published to npm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants