v2

latestOpenAPI 3.0.3AGPL-3.0 license2026-07-2613501.9 MB
campaigns

Check if campaign actions are completed

Check if all provided actionSlugs are completed for a given campaignSlug. Used by n8n workflows to determine if a flow should be skipped.

get/campaigns/{campaignSlug}/filter

Path parameters

campaignSlugstring required

Unique identifier for the automation campaign (e.g., 'lead-magnet-post-12345', 'outreach-webinar-feb')

Query parameters

actionSlugsstring required

Comma-separated list of action slugs to check (e.g., 'send-mp-john-doe,like-comment-abc123')

Response

Filter status with checked slugs

filteredboolean required

True if all actionSlugs have been completed for this campaign, meaning the entire flow can be skipped

creditsUsedinteger required

Credits consumed by this call (always 0 for campaign queries).

retryAfterinteger required

Seconds to wait before next call of the same type (always 0 for campaign queries).