bulkCreateDraftPosts( )


Creates multiple draft posts.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Blog
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
draftPostsArray<DraftPost>Required

Draft posts to create.


optionsBulkCreateDraftPostsOptions

Options for creating multiple draft posts.

Returns
Return Type:Promise<BulkCreateDraftPostsResponse>
Did this help?