Webhooks to the API within Workflows I am relatively new to FreshService so I apologize if this has been answered clearly elsewhere. Long story short, I am trying to sequence multiple tasks and workflows in order to automate some processes, but I am having trouble getting them to reliably trigger from one another. I have discovered this thread here: In which it is stated that, according to Support, ‘System’ events do not trigger workflows, so I have been trying to use webhooks within the Workflows to the API to get around this limitation. However, it doesn’t seem to be able to get me where I am trying to go. To illustrate what I am attempting to accomplish: The API is used to create a Task, for example Task_One There is a Workflow, Workflow_One, which is supposed to trigger when Task_One is created, and it does trigger correctly. Within Workflow_One, there is an API Webhook to create Task_Two, which is successful and Task_Two is created as expected. The workflow also continues past the point and completes the rest of the