Ask about anything in DailyStory Developer Documentation

Type a question in your own words below. Answers are written from our published articles and cite the ones they came from.

Recently updated

    Dashboard
    Edit Article Logout

    Create a Copy of a Campaign


    Clones the specified campaign. Optionally clones it into a batch of other tenant accounts (for white-label / franchise setups) and/or assigns a custom name to each copy. Without a request body, the campaign is cloned within the current tenant using the source name.

    Path Parameters
    idnumberrequired
    The id of the campaign to clone.
    HTTP Request Examples
    Clone into multiple tenants with a custom name
    { "tenants": [204, 207], "name": "Spring Sale 2025 β€” Franchise Copy" }
    HTTP Request Parameters
    tenantsarray
    Optional array of tenant ids (numbers) to clone the campaign into. When omitted, the campaign is cloned into the current tenant.
    namestring
    Optional name to assign to the cloned campaign(s). When omitted, the source campaign name is used.
    HTTP Response Examples
    200
    { "Status": true, "Message": "", "Response": {} }

    How helpful was this article?

    πŸ‘ or πŸ‘Ž

    Related Articles

    Markdown Version