listCampaigns( )


Returns a list of email campaigns.

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

Authentication

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permissions
Access Verticals by Automations
Set Up Automations
Manage Email Marketing
Read Email Marketing
Learn more about app permissions.
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?