Sets the name of an instruction for how Customer Emails will be imported.
The ID of the instruction.
The new Name to be set to the instruction.
FM_api('ImportCustomersEmail_setName',[ 'id'=>'167', 'val'=>'Test Name' ] );
{"ok":1}
If the "val" parameter already matches the current instruction name:
If the "id" parameter is not set:
If the "val" parameter is not set:
If the "id" parameter does not match an existing instruction:
Last updated 1 year ago
{"ok":"1","warning":"no change required"}
{"error":"missing or invalid parameter: id"}
{"error":"missing or invalid parameter: val"}
{"error":"import_filters is not existing."}