
Hey Sparky, you have a CRM contacts table. What columns does it have?
8/22/2026, 1:52:24 PM[Memory Recalled]… [getWorkspaceTableDetails]
Hey Boss!
The CRMContacts table has: ContactID, FirstName, LastName, Company, Address1, Address2, City, State, ZipCode, Phone, Email, ContactType, Notes, CreatedDate, ModifiedDate.

A lot of those addresses are wrong, blank, or incomplete. We’re going to fix that. First, we need an address verified field. I guess that could just be a checkbox.
8/22/2026, 1:53:14 PMI’d make that a date/time field instead of a checkbox. That way we know when the address was verified, not just that it was.
08/22/2026 13:53:42
Good idea. Add that column.
8/22/2026, 1:54:10 PM[setSQLcommand]… [Memory Stored]
Done, Boss. AddressVerified has been added to CRMContacts as a date/time field.

OK, now we need a couple of Tools. One to get the next contact with an unverified address and return the whole record. Another to update the address fields and stamp the verified date.
8/22/2026, 1:55:06 PM[setSQLtool]… [setSQLtool]… [Memory Stored]
OK, I created two Tools:
get_next_unverified_CRMContact — returns the next contact whose address has not been verified.
Update_CRMContact_address — updates the address fields and stamps AddressVerified with the current date and time.

Now we need a simple 3 step task. Step 1 doesn’t even need AI, just get the next contact, and pass all that to Step 2, which is an AI step, Google that and confirm or fix the address, and use the update CRM contact tool as the output for that step. Then Step 3 is goto Step 1. Does that make sense?
8/22/2026, 1:56:02 PM[Memory Stored]
Sure does, Boss.
Step 1: Get the next unverified CRM contact.
Step 2: Research and verify the address, correct it if necessary, then update the contact and stamp the verification date.
Step 3: Go back to Step 1.
When Step 1 eventually returns no record, Zworker will automatically stop the Task, so we don’t need a separate test or exit step.
Should I create the Task Plan?

Yes, but don’t schedule it yet.
8/22/2026, 1:56:58 PM[call_PLAN]… [getWorkspaceTableDetails]… [get_APIToolDetails]… [create_plan]
Done, Boss. The CRM Address Verification Task Plan has been created, but it is not scheduled.
You can review the Plan here: [View Task Plan]