UNPKG

@memberjunction/actions-bizapps-social

Version:

Social Media Actions for MemberJunction - Twitter, LinkedIn, Facebook, Instagram, TikTok, YouTube, HootSuite, Buffer

30 lines 985 B
import { InstagramBaseAction } from '../instagram-base.action.js'; import { ActionParam, ActionResultSimple, RunActionParams } from '@memberjunction/actions-base'; /** * Retrieves posts from an Instagram Business account. * Returns feed posts, carousels, reels, and IGTV videos with basic metrics. */ export declare class InstagramGetBusinessPostsAction extends InstagramBaseAction { protected InternalRunAction(params: RunActionParams): Promise<ActionResultSimple>; /** * Enrich posts with additional insights data */ private enrichPostsWithInsights; /** * Summarize media types in the response */ private summarizeMediaTypes; /** * Get date range of posts */ private getDateRange; /** * Define the parameters for this action */ get Params(): ActionParam[]; /** * Get the description for this action */ get Description(): string; } //# sourceMappingURL=get-business-posts.action.d.ts.map