Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

copy

Creates a copy of an existing mailing in Optimizely Campaign.

Type: long

Parameters

NameTypeValue
sessionIdStringID of the session
mailingIdlongID of the mailing

Return values

ID of the created mailing

Code structure

long copy(String sessionId, long mailingId)

Next