Workfront Fusion release activity: Week of August 10, 2026
This page describes all enhancements made in Adobe Workfront Fusion the week of August 10, 2026.
For a list of all recent changes, see Adobe Workfront Fusion release activity.
For a list of recent bug fixes in Workfront Fusion, see the Workfront Maintenance Updates page and check for any updates labeled Workfront Fusion Maintenance Update.
Upcoming change: Fusion Webhooks will now be secured by default
Fusion now enables authToken-based security by default for all Workfront Watch Event modules, including existing ones.
What’s changing
All Workfront Watch Event module subscriptions — both new and existing — are now secured by default using authToken. This authenticates payload delivery between Workfront and your Fusion scenario, so your endpoint can verify that incoming requests genuinely originated from Workfront.
Why it’s changing
Without an authToken, a webhook endpoint has no way to confirm that incoming requests actually came from Workfront. Anyone who discovers or guesses the webhook URL could send requests to it, and the endpoint has no built-in way to tell legitimate Workfront events apart from spoofed ones. The authToken acts as a shared secret included with every request, letting your endpoint validate the payload before processing it.
What this means for you
This security setting is being applied automatically to all your existing Workfront > Watch Event module scenarios, as well as any new ones you create going forward. No action is needed on your part to benefit from this protection.
If you need to turn it off
Some integrations or legacy endpoints may not support authToken validation. If a specific webhook breaks or you need to disable this for compatibility reasons, you can perform the following procedure before August 23, 2026.
- Open the scenario containing your Watch Event module.
- Edit the module’s webhook connection.
- Disable the Enable secured hooks option.
- Save and re-activate your scenario.
We recommend keeping this setting enabled unless your receiving endpoint specifically cannot support it, since disabling it removes verification that requests are genuinely from Workfront.
For more details on the underlying authentication mechanism, see the Event Subscription API documentation and the documentation for Workfront or Workfront Planning connectors.
Set team or scenario notification options for IMS organizations.
To give teams finer control over the notifications they receive, IMS organizations can now enable or disable each notification type independently, instead of turning all notifications on or off together.
You can control which situations notifications are sent for:
- Notify on warning: Fusion sends a notification when a scenario execution logs a warning.
- Notify on error: Fusion sends a notification when a scenario execution fails.
- Notify when scenario is disabled: Fusion sends a notification when a scenario gets auto-deactivated, such as after too many consecutive errors.
Notifications can also be set at the scenario level, which override the team-level setting.
This functionality was previously limited to non-IMS organizations.
For more information, see Set notification options.