AutoResponders.Copy

Description

Copies auto responders of a subscriber list to another subscriber list.

Request Parameters

APIKey = {string} (required)
The API key you are using to authenticate the access.
Command = {AutoResponders.Copy} (required)
API Command
ResponseFormat = {JSON | XML} (required)
Response format
JSONPCallBack = {bool}
Send this parameter for cross-domain. More info about JSONP can be found here
SourceListID = {integer} (required)
ID of source subscriber list
TargetListID = {integer} (required)
ID of target subscriber list

Response Parameters

Success = {true | false}
States if there is an error or not
ErrorCode = {integer}
If there is an error, error's code

Error Codes

1
Source subscriber list id is missing
2
Target subscriber list id is missing
3
Source subscriber list id is invalid
4
Target subscriber list id is invalid
99998
Authentication failure or session expired
99999
Not enough privileges
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

AutoResponder.Create

Description Creates a new auto responder for given subscriber list. Request Parameters...

AutoResponders.Get

Description Retrieves auto responders of given subscriber list. Request Parameters...

AutoResponders.Delete

Description Deletes given auto responders. Request Parameters APIKey = {string}...

AutoResponder.Update

Description Updates given auto responder. Request Parameters APIKey = {string}...