|
Prompt
|
How Claude interprets
|
|
Review the Campaigns report in Zoho Creator
|
Retrieve campaign records from the Campaigns report in the Zoho Creator application.
|
|
identify campaigns that are at high risk
|
Filter the retrieved campaign records to include only those with a high risk.
|
|
Create an escalation item
|
Create a new item for each high risk campaign.
|
|
in the existing "Marketing Escalations" board in Monday app
|
Add each escalation item to the Marketing Escalations board in the connected Monday.com workspace.
|
|
Leave the project owner field as empty
|
Do not populate the project owner field when creating the item.
|
|
set the project status to stuck
|
Set the project status column to "stuck" for every created escalation item.
|
|
Tools
|
Action performed
|
|
ZohoCreator_getCreatorRecords
|
Fetches all records in the specified report
|
|
monday_create_board
|
Creates board in mentioned or default workspace in Monday app.
|
|
monday_create_item
|
Creates an item on the specified board in Monday app
|
|
Item
|
Status
|
Date
|
Item ID
|
|
Mobile App Launch — at risk (Sam Patel)
|
Stuck
|
02-Jul-2026
|
2757969616
|
|
Customer Loyalty Drive — at risk (Jordan Lee)
|
Stuck
|
29-Jun-2026
|
2757999805
|
|
Social Media Blitz — at risk (Taylor Kim)
|
Stuck
|
15-Jul-2026
|
2758038351
|
|
Spring Promotion — at risk (Alex Turner)
|
Stuck
|
08-Jul-2026
|
2758048931
|
|
Prompt
|
How Claude interprets
|
|
Review all items marked as "Stuck" in the "Marketing Escalations" board in Monday.com
|
Retrieve all items from the Marketing Escalations board where the project status is stuck.
|
|
Check whether the corresponding campaigns in Zoho Creator are still marked as at risk
|
For each retrieved item, locate the corresponding campaign in Zoho Creator and determine whether it is still at high risk based on launch date, approvals, budget and other factors.
|
|
If a campaign is no longer at risk
|
Identify only those escalation items whose corresponding campaigns no longer meet the escalation criteria.
|
|
update the item's due date to match the campaign's due date in Zoho Creator
|
Retrieve the latest due date from the corresponding campaign in Zoho Creator and update the due date in the Monday.com item.
|
|
change its status to the appropriate value
|
Update the project status field in Monday.com to reflect the campaign's current status, indicating that the escalation is no longer active.
|
|
Tools
|
Action performed
|
|
ZohoCreator_getCreatorRecords
|
fetches all records in the specified report in Creator
|
|
monday_fetch_board
|
fetches board name and its details from Monday
|
|
monday_fetch_item
|
fetches items from the specified board in Monday app
|
|
monday_update_column
|
Updates the specified data of an item on the board
|
|
Monday item (Stuck)
|
Campaign
|
Creator status
|
Still at risk?
|
|
Mobile App Launch
|
Mobile App Launch
|
Planning
|
Yes — unchanged, still flagged
|
|
Customer Loyalty Drive
|
Customer Loyalty Drive
|
Planning (was Delayed)
|
No longer at risk — qualifies for update
|
|
Social Media Blitz
|
Social Media Blitz
|
Delayed
|
Yes — unchanged, still flagged
|