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?
- params = Map();
- params.put("scopedID",463204000000002002);
- params.put("boardID", 463204000000380003);
- response = invokeurl
- [
- url :"https://connect.zoho.com/pulse/api/addTask"
- type :POST
- parameters:params
- connection:"pulse_tasks_create"
- ];
Two: Is there any way to test the code similiar to what one can do in the rest of Zoho?
Thank you.
Ken