Hi
i’m trying to create a post request from another tool to create a task in asana
i have been successful in creating the task and writing a comment but i’m facing an issue for setting up the due date and assignee
my payload:
{
"data": {
"resource": "1207812836707823",
"action_data" : {
"Details" : "$type $Desc",
"isSite" : "$isSite",
"isMeeting" : "True",
"StartDate": "$AppDate",
"StartTime" : "$timea",
"DueDate" : "12/12/2024",
"DueTime" : "null",
"ToIds" : " ناصر تيست "
}
}
}
when trying to set an assignee i’m facing issue on how link the ToId as a user ID
for Due date as well
is there a way when creating the rule for webhhok to introduce these 2 keys as assignee ID and due date