The Scenario
It's the third week of the quarter and your marketing ops manager is asking for the Cardly spend report. You ran four card campaigns in the last 90 days — renewal outreach, a new-customer welcome series, two conference follow-ups — and right now the only record that all four happened is inside Cardly's orders screen.
The bad version:
- Log into Cardly, open the Orders section, filter to the last 90 days, and look for an export button. Find the export, download a CSV.
- Open the CSV in Excel. The date column is formatted as Unix timestamps and the cost column includes a currency symbol that breaks any SUM formula.
- Spend 25 minutes cleaning the data, then realise the "template used" column is missing entirely — you have to go back into Cardly and manually note which template each order used.
The ops manager needs this by end of day. You have three other reports in your queue.
The Easy Way: One Prompt in SheetXAI
SheetXAI is an AI agent that lives inside your Excel workbook. It reads your data and talks to Cardly on your behalf — pulling order records directly into the workbook with the columns shaped the way you need them.
Open the SheetXAI sidebar and ask:
Export the full Cardly order history to this workbook with columns for order ID, created date, recipient, card type, and cost — I need to match these against CRM records.
What You Get
- One row per Cardly order, with order ID in column A, created date as a clean date value in B, recipient name in C, card type in D, and cost as a clean number in E.
- No Unix timestamps, no currency symbols embedded in number fields.
- The workbook is ready to SUM, filter, and pivot without manual cleanup.
What If the Data Is Not Quite Ready
You need to match orders against CRM records by recipient email
Your CRM has a separate export with email addresses, and you need to join them to the Cardly orders to see which accounts got a card.
Pull all Cardly orders from the last 90 days into columns A–F (order ID, created date, recipient name, recipient email, card type, cost). Then add a column G that does a VLOOKUP against the "CRM Export" worksheet using the email address to pull the account tier.
Orders from one campaign need to be filtered out of the reconciliation
One of the four campaigns was expensed through a different budget line and should be excluded from this report.
Pull all Cardly orders from the last 90 days into this workbook — exclude any order where the card type is "Conference-Follow-Up-V2". Include order ID, recipient, card type, cost, and delivery status in separate columns.
The cost column needs to be split by campaign for a budget breakdown
Finance wants to see spend totalled by campaign, not just a flat list.
Pull all Cardly orders from Q1 (January 1 – March 31) into this workbook with order ID, created date, card type, and cost. Then add a summary block below the data that totals cost by card type.
You need to flag orders that were never delivered
Some orders show a status other than "delivered" and you need to identify them for follow-up.
Pull all Cardly orders from the last 90 days into this workbook with order ID, recipient name, cost, and delivery status. Add a column F that marks any row where delivery status is not "delivered" with "needs review" — leave delivered rows blank. Sort so "needs review" rows appear first.
The pattern: describe the pull and the business logic together — SheetXAI handles the API call and the data shaping in one shot.
Try It
Get the 7-day free trial of SheetXAI and open any Excel workbook you're using to track Cardly campaigns. Ask it to pull your order history shaped for reconciliation. Or jump to creating a Cardly contact list from a workbook, or back to the Cardly integration overview.
