How to Add Task using Deluge?

How to Add Task using Deluge?

I have two questions.

Given these values from my Board,


One: What is the complete syntax for this call?

  1. params = Map();
  2. params.put("scopedID",463204000000002002);
  3. params.put("boardID", 463204000000380003);
  4. response = invokeurl
  5.       [
  6. url :"https://connect.zoho.com/pulse/api/addTask"
  7. type :POST
  8. parameters:params
  9. connection:"pulse_tasks_create"
  10. ];


Two: Is there any way to test the code similiar to what one can do in the rest of Zoho?

Thank you.

Ken