_setNotes

Sets the notes within an instruction for how Customer Emails will be imported.

Parameters

id

The ID of the instruction.

val

A string containing the desired notes for the instruction.

Example

FM_api('ImportCustomersEmail_setNotes',[
    'id'=>'167',
    'val'=>'Test note.
This sentence is on a new line.'
    ]
);

Results

On Success

If the "val" parameter already matches the current instruction's exact notes:

On Failure

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