@memberjunction/actions-bizapps-social
Version:
Social Media Actions for MemberJunction - Twitter, LinkedIn, Facebook, Instagram, TikTok, YouTube, HootSuite, Buffer
24 lines • 761 B
TypeScript
import { HootSuiteBaseAction } from '../hootsuite-base.action';
import { ActionParam, ActionResultSimple, RunActionParams } from '@memberjunction/actions-base';
/**
* Action to bulk schedule multiple posts in HootSuite
*/
export declare class HootSuiteBulkSchedulePostsAction extends HootSuiteBaseAction {
/**
* Bulk schedule posts in HootSuite
*/
protected InternalRunAction(params: RunActionParams): Promise<ActionResultSimple>;
/**
* Validate bulk post data
*/
private validateBulkPost;
/**
* Define the parameters this action expects
*/
get Params(): ActionParam[];
/**
* Get action description
*/
get Description(): string;
}
//# sourceMappingURL=bulk-schedule-posts.action.d.ts.map