Add Gift Up! to your AI agent
Gift Up! is a digital platform that allows businesses to sell, manage, and redeem gift cards online, integrating seamlessly with websites and apps to streamline gift card transactions and promotions.
- Things your agent can do in Gift Up!
- 44
Things your AI can do in Gift Up!
Your FormWise AI can handle any of these in Gift Up! — on its own, without you needing to click a button.
Create Item
PopularTool to create a new item for sale in the Gift Up checkout. An item represents a product that can be purchased (gift cards, vouchers, passes, etc.). Use when you need to add new products to the Gift Up store, set up gift card offerings with specific prices and values, or configure items with custom pricing, expiry rules, and availability windows.
Create Order
PopularTool to create a new order which generates one or more gift cards. Use when you need to programmatically create gift card orders through the Gift Up API. Orders encapsulate transaction data and contain gift card details including codes, balances, and fulfillment information.
Delete Item
PopularTool to delete an item from the Gift Up checkout. Removes the item from sale. Use when you need to permanently remove an item by its ID.
Delete Item Group
PopularTool to delete an item group by its ID. Use when you need to remove an item group that has no items in it.
Get Checkout Settings
PopularTool to retrieve the current checkout settings. Use when you need to display or audit your checkout configuration.
Get Company Details
PopularTool to retrieve company details. Use when you need to fetch the current company associated with the API key.
Get Email Settings
PopularTool to retrieve email settings for the Gift Up account. Use when you need to view the current email configuration including sender details, receipt settings, and notification preferences.
Get Gift Card by Code
PopularTool to retrieve a gift card by its code. Use when you need detailed information about a specific gift card including balance, status, and transaction history.
Get Gift Card Settings
PopularTool to retrieve gift card settings including code format, expiration rules, and display options. Use when you need to understand how gift cards are configured for the account.
Get Item by ID
PopularTool to retrieve detailed information about a specific item by its ID. Use when you need to fetch complete details about an item including price, availability, stock levels, and configuration settings.
Get Order by ID
PopularTool to retrieve a specific order by ID. Use when you need detailed information about an order including gift cards, payment details, and customer information.
Get Report Transaction
PopularTool to retrieve a specific transaction report by its ID. Use when you need detailed transaction information for accounting purposes.
Show 32 more things it can do
Get Shipping Settings
PopularTool to retrieve shipping settings for physical gift cards. Use when you need to display or audit postal delivery configuration.
Get Stripe Connection
PopularTool to retrieve current Stripe integration connection settings. Use when you need to view or audit Stripe payment configuration for the Gift Up account.
List Gift Card Artwork
PopularTool to list all gift card artwork available for use on gift cards. Returns artwork information including URLs and sort order. Use when you need to retrieve available gift card designs.
List Gift Cards
PopularTool to list gift cards. Use when you need to retrieve gift cards with optional filters.
List Item Groups
PopularTool to list item groups. Use when you need to retrieve all item groups for filtering items by group.
List Items
PopularLists all items (gift cards, passes, etc.) available for sale in the Gift Up account. Items can be optionally filtered by groupId to retrieve only items within a specific group. Use this to discover available items, check item details, pricing, stock levels, and group associations.
List Locations
PopularRetrieves all physical locations where gift cards are sold and/or redeemed. Locations are used exclusively for reporting purposes in Gift Up! to track where gift cards are being distributed and used. This endpoint returns all configured locations for your account, or an empty array if none have been set up. Use this action when you need to: - Get a list of all store/venue locations in your Gift Up! account - Retrieve location IDs for reporting or analytics purposes - Check which physical locations are configured for gift card operations
List Promotions
PopularTool to list all promotions that allow discounts to be applied on the Gift Up checkout. Use when you need to retrieve all available promotion codes and their details.
List Report Transactions
PopularTool to list report transactions with optional filters. Use after setting desired filters to retrieve transactions report.
List GiftUp Users
PopularTool to list all users. Use when you need to retrieve all users who have access to your Gift Up! account.
Reactivate Gift Card
PopularTool to reactivate a voided gift card. Use when you need to restore a gift card that has been voided. This operation is only valid for gift cards that have been voided - active or fully redeemed cards cannot be reactivated.
Redeem Gift Card
PopularTool to redeem a specified amount or units from a gift card. Use when processing a purchase or transaction against a gift card balance. The gift card cannot be redeemed if it has been voided or lacks sufficient balance.
Redeem Gift Card In Full
PopularTool to redeem a gift card in full. Use when you need to deduct the entire remaining balance from a gift card in a single operation.
Top Up Gift Card
PopularTool to add value to an existing gift card. Use when you need to increase the balance or units on a gift card. Cannot top up a voided gift card - attempting to do so will result in a 422 error.
Update Gift Card Settings
PopularTool to update gift card settings using JSON Patch operations. Use when you need to modify code format, expiration rules, or display options for gift cards.
Update Order
PopularTool to update an order's properties using JSON Patch operations. Use when you need to modify purchaser email, purchaser name, or other order details.
Update Stripe Connection
PopularTool to update Stripe integration connection settings for the Gift Up account. Use when configuring or changing Stripe API keys, Connect settings, or payment method availability.
Void Gift Card
PopularTool to void a gift card making it invalid for future redemptions. Use when you need to permanently invalidate a gift card. A voided gift card cannot be voided again.
Add Note to Order
Tool to add a note to an existing order. Use when you need to track additional information about an order. Notes are limited to 500 characters and can be used for internal tracking purposes.
Create Item Group
Tool to create a new item group for organizing items in the Gift Up checkout. Use when you need to create a container for grouping items together.
Delete Webhook
Tool to delete a webhook subscription by its ID. Use when you need to remove an existing webhook subscription.
API Health Check
Tool to perform a health check on the Gift Up! API. Use when you need to verify API connectivity and authentication without fetching account-specific data.
Get Webhook
Tool to retrieve a specific webhook by its ID. Use when you need to get detailed configuration information for a webhook subscription.
List Webhooks
Tool to list all webhooks configured for the account. Use when you need to view all webhook subscriptions and their configuration details.
Health Check (POST)
Tool to perform a health check using POST /ping endpoint. Use when you need to test API connectivity and authentication by sending a test payload that will be echoed back.
Subscribe to Webhook
Subscribe to Gift Up! webhook events to receive real-time notifications about orders and gift cards. This tool registers a callback URL that Gift Up! will POST to when specified events occur. Before creating the subscription, Gift Up! validates the target URL by sending a test POST request with body {"test": true} and expects a 200 OK response. Use cases: - Receive notifications when orders are created - Track gift card lifecycle events (creation, updates, redemption) - Integrate Gift Up! events with external systems - Build custom automation workflows Note: The target URL must be publicly accessible and capable of responding with 200 OK to the validation request, or the subscription will fail with a 400 error.
Undo Gift Card Redemption
Tool to undo a previous redemption on a gift card, restoring the redeemed amount to the gift card balance. Use when you need to reverse a redemption transaction and restore the gift card balance.
Update Email Settings
Tool to update email settings using JSON Patch operations. Use when you need to modify receipt email content, footer text, sender details, logo settings, or gift card email preferences. This tool allows granular updates to specific email settings properties without replacing the entire configuration. Common use cases include updating footer text, changing sender information, modifying button colors, and adjusting email content.
Update Gift Card
Tool to update gift card properties using JSON Patch operations. Use when you need to modify gift card details like recipient information, expiry dates, or terms.
Update Item
Update an item's properties using JSON Patch operations. Use this to modify item name, price, description, stock levels, availability, and other properties. Supports replace, add, and remove operations for granular field updates.
Update Item Group
Tool to update an item group's properties using JSON Patch operations. Use when you need to modify name, description, autoExpand, or sortOrder fields of an existing item group.
Upload Gift Card Artwork
Tool to upload new gift card artwork. Use when you need to add or update artwork images for gift cards.
Built for the way you actually work
No code, no engineers
Connect in a few clicks and start using your AI right away. If you can use the apps you already love, you can do this.
Sounds like you, not like a bot
Train your AI on your offer, your voice, and the way you actually talk to clients — it picks up where you leave off.
Plugs into the stack you already use
No need to rip out your CRM, your scheduler, or your email tool. Your AI works inside the apps running your business today.
Your data stays yours
Client conversations, lists, and credentials are scoped to your workspace. Nothing gets shared, sold, or used to train anyone else’s AI.
What you can do once Gift Up! is connected
Onboard new clients without lifting a finger
When someone signs up, your AI greets them, sets up their next step in Gift Up!, and keeps the momentum going — even at 2am.
Reply to leads in seconds, not days
Your AI watches Gift Up! for new inquiries, answers questions in your voice, and books the call before they cool off.
Get your weekends back
Hand off the repetitive Gift Up! work — follow-ups, reminders, updates, simple admin — and stop being the bottleneck in your own business.
How to connect Gift Up! to your agent
- 1
Start using FormWise for free
Sign up in under a minute.
- 2
Find Gift Up! in your connected apps
Inside FormWise, go to Settings → Connected Services and look for Gift Up!.
- 3
Hit "Connect"
Click "Connect Gift Up!" and log in like you normally would. We only ask for the permissions your AI actually needs.
- 4
Tell your AI what to do in Gift Up!
Build a quick AI Agent (it's like writing instructions, not code), and pick the Gift Up! actions you want your AI to handle.
- 5
Watch it run
Send it a real-world task and watch your AI take care of Gift Up! for you. Tweak the wording until it feels just right.
Powered by the AI you already trust
Your Gift Up! workflow runs on the same world-class AI used by ChatGPT, Claude, and Gemini. We handle the technical part — you just tell your AI what to do, in plain English.
- OpenAI
- Anthropic Claude
- Google Gemini
Questions other Gift Up! users had before signing up
Do I need to know how to code?
Not even a little. If you can use Gift Up! today, you can set this up. You'll connect Gift Up!, tell your AI what it should help with, and you're live. The whole thing is built for coaches, course creators, agencies, and operators — not engineers.
Will my clients know they're talking to an AI?
Only if you want them to. Your FormWise AI is trained on your voice, your offer, and the way you actually communicate — so it sounds like a thoughtful team member, not a clunky chatbot. Most people can't tell.
Can I make it sound like me?
Yes. You can give your AI examples of how you write, the questions you usually ask new clients, the way you handle objections, and the language you use about your offer. The more you give it, the more it sounds like you wrote it.
What if I want to take over a conversation?
You're always in control. You can step in at any point, take over from your AI, or stop it from sending messages until you've reviewed them. Think of it as a teammate, not a replacement.
Is my client data safe?
Yes. Your Gift Up! login and client information stay scoped to your workspace. We don't sell it, we don't share it, and we don't use your data to train anyone else's AI. You can disconnect Gift Up! or delete everything any time.
What happens when Gift Up! updates their app?
We handle it. When Gift Up! adds new features or changes how something works, we update the integration in the background. You don't have to do anything — your AI just keeps working.
How fast can I actually get this running?
Most people are up and running the same day they sign up. Connecting Gift Up! takes a few minutes. Teaching your AI to handle the work the way you'd want it done is the part worth slowing down for.
What is FormWise?
FormWise is the AI agent builder for coaches, course creators, and agencies. You connect the apps you already use — like Gift Up! — train your AI on your offer and voice, and let it handle the work you've been doing manually: onboarding, follow-ups, support, admin. No code, no developers, no engineering team required.
Can I sell AI agents to my clients?
Yes. A lot of FormWise users build AI assistants and sell them as part of their offer — done-for-you AI setups, white-label assistants for client businesses, custom GPTs trained on a client's brand. You can charge a setup fee, a monthly retainer, or both.
Can I embed my AI on my website or in my course?
Yes. Every AI you build in FormWise can be embedded on your site, dropped into your course platform, or shared as a standalone link. Your clients and students just open it like any other web page — no app to download, no login hoops.
Do I need to know anything about AI to use this?
No. If you can describe what you want your AI to do in plain English — "greet new clients, ask these 3 questions, book them a call" — FormWise can build it. We handle the models, the prompts, the connections. You handle the part you already know: what your business actually needs.
About Gift Up! on FormWise
Gift Up! is a digital platform that allows businesses to sell, manage, and redeem gift cards online, integrating seamlessly with websites and apps to streamline gift card transactions and promotions.
Connect Gift Up! once and your FormWise AI gets 44 things it can do inside it. That means your AI can handle the Gift Up! work in your business — the messages, the updates, the follow-ups, the admin — the way you would, just faster and around the clock.
You don't need to know how any of it works under the hood. We take care of keeping the connection alive, retrying if something fails, and making sure your data only ever moves where you tell it to.
New to Gift Up!? Take a look at giftup.app.
More ecommerce integrations
Stripe
Stripe offers online payment infrastructure, fraud prevention, and APIs enabling businesses to accept and manage payments globally
Shopify
Shopify is an e-commerce platform. This toolkit is GraphQL-first for new Admin API automations while retaining legacy REST compatibility actions for older workflows and numeric-ID interoperability
Just One API
Just One API provides unified access to public social media, creator, entertainment, and ecommerce data across hundreds of metered endpoints.
OpenWeb Ninja
OpenWeb Ninja provides native APIs for web search, AI answers, e-commerce, finance, jobs, maps, news, real estate, contact enrichment, traffic, and web scraping.
Cloudcart
CloudCart is an e-commerce platform that enables businesses to create and manage online stores efficiently.
Wix
Wix is a cloud-based web development platform that allows users to create HTML5 websites and mobile sites through drag-and-drop tools. The Wix API provides programmatic access to manage sites, products, orders, and other resources.
Stop doing the Gift Up! work yourself
Hand it off to an AI assistant that sounds like you, works around the clock, and never forgets a follow-up. Free to start.
