copy
Creates a copy of an existing mailing in Optimizely Campaign.
Type: long
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
mailingId | long | ID of the mailing |
Return values
ID of the created mailing
Code structure
long copy(String sessionId, long mailingId)
Updated over 1 year ago
Next