listCampaigns( )


Returns a list of email campaigns.

By default sorts by the dateUpdated field in the DESC order.

Method Declaration
Copy
Method Parameters
optionsListCampaignsOptions

Options to use when getting the list of campaigns.

Returns
Return Type:Promise<ListCampaignsResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?