CampaignExtension extension
An extension for the campaign model.
- on
Methods
-
getAccounts(
InstantlyApiClient client) → Future< Campaign> -
Available on Campaign, provided by the CampaignExtension extension
Since Instantly has a weird design, use this function if you got the campaign's name or status first and then want to get the accounts. -
getName(
InstantlyApiClient client) → Future< Campaign> -
Available on Campaign, provided by the CampaignExtension extension
Since Instantly has a weird design, use this function if you got the campaign's status or accounts first and then want to get the name. -
getStatus(
InstantlyApiClient client) → Future< Campaign> -
Available on Campaign, provided by the CampaignExtension extension
Since Instantly has a weird design, use this function if you got the campaign's name or accounts first and then want to get the status.