Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideLegal TermsGitHubNuGetDev CommunitySubmit a ticketLog In

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