POST

Regenerate Marketing Plan


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Regenerates the upcoming activities of the existing marketing plan. Activities whose date is already in the past are preserved.

Generation is asynchronous. The response immediately returns a status of GENERATING. Poll GetSocialMarketingPlan until status is ACTIVE (ready) or FAILED. A plan must already exist. If the plan is already generating, this method returns a FAILED_PRECONDITION error ("plan already generating"). Poll GetSocialMarketingPlan until the status is no longer GENERATING before calling this method. To include fresh SEO keyword research and blog activities, use RegenerateMarketingPlanWithKeywordResearch instead.

Authentication

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

Permissions
Manage Marketing Plans
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/promote/marketing-plan-service/v1/marketing-plan/regenerate-marketing-plan

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?