How to know when a task is rescheduled
Is there a way to know when a task is rescheduled? I will like to notify the project owner when that happens. I dont see how to do it in Integrate nor in the API.
Can you please help?
It looks like we don't have the translated page you're looking for, but we do have other content in English and offer support in English.
What can we help you with?
Learn. Share. Discuss.
Is there a way to know when a task is rescheduled? I will like to notify the project owner when that happens. I dont see how to do it in Integrate nor in the API.
Can you please help?
Folllowing List for Post: How to know when a task is rescheduled
[this list is visible for admins and agents only]
Just to complement, there is trigger that can be fired when a task is updated but there is no way to know which field was updated. In particular, im interested to know when the task gets reschduled.
Hey Nestor Martinez, thank you for reaching out!
I've asked our Support team to look into your question, they'll contact you soon 🙂 Please feel free to share here once you've discussed with our team!
Lisa Community Team at Wrike Wrike Product Manager Become a Wrike expert with Wrike Discover
Lisa Wrike Team member Become a Wrike expert with Wrike Discover
Nestor Martinez have you resolved?
Hey Pietro Poli still waiting for a response!
thanks Nestor
Sure @...! I got the response yesterday afternoon so here it is. BTW, not the best answer a Pinnacle and Integrate client will want, but here we go:
Indeed, it is possible to notify the Project owner when a Task within their Project is rescheduled, using a combination of Wrike's API, webhooks, and external services for handling notifications such as email. Below is a step-by-step guide on setting up notifications for rescheduled Tasks in Wrike:
events
parameter's value set toTaskDatesChanged
. This approach allows you to subscribe to that particular event. Additionally, you may want to create a webhook for a specific Folder/Project or Space. Please refer to this documentation for detailed guidance on creating a webhook.GET/folders/{folderId}
call to check the Project owner: https://developers.wrike.com/api/v4/folders-projects/A similar configuration can be implemented within the Wrike Integrate environment.
Just want to share with the community that I finally got this working within Integrate.
I wish I was able to do something similar with the hours assigned in the workload but here aren't events for the webhook and methods for that functionality.
Thank you for the follow-up, Nestor Martinez!
Thanks Nestor Martinez