ghl_email_list_workflow_campaigns
Retrieve workflow campaigns for a specific location. Supports pagination, search, and status filtering.
Instructions
List Workflow Campaigns Get list of workflow campaigns for a location Endpoint: GET /emails/locations/{locationId}/campaigns/workflows (Version header: v3; source: v3/emails-v3.json) OAuth scopes: emails/campaigns.readonly Pagination params: limit, offset — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of campaigns to return. Defaults to 10, minimum is 1, maximum is 20 | |
| offset | No | Number of items to skip for pagination. Defaults to 0, minimum is 0 | |
| search | No | Search query to filter campaigns. | |
| status | No | Filter by campaign status | |
| locationId | Yes | Location ID |