Sets a Note for an Email which Tasks will be Imported to.
The ID of the Email.
The Notes to be put onto the email
FM_api('ImportTasksEmail_setNote',[ 'id'=>'90186', 'val'=>'Test Note' ] );
If the "id" parameter is not given a value or has a value less than 1:
If the "val" parameter has no value after being trimmed:
If the "val" parameter has over 65535 characters in length:
If the "id" parameter does not match the ID of an existing email:
Last updated 1 year ago
{"error":"missing or invalid parameter: id"}
{"error":"missing or invalid parameter: val"}
{"error":"parameter val too long. max length 65535"}
{"error":"that import does not exist"}
{"ok":1,"id":90186}