Piggy

Piggy offers cashback and loyalty program integrations for online stores, letting users earn points or discounts and encouraging repeat purchases

14 actions Integration catalog
Request access
Connect Piggy once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Claim Anonymous ContactPIGGY_CLAIM_ANONYMOUS_CONTACT
Tool to claim an anonymous contact by associating it with a real email address. Use when converting an anonymous contact (with a fictional email) into a verified contact with a real email address.
Create Contact AttributePIGGY_CREATE_CONTACT_ATTRIBUTE
Tool to create a custom Contact Attribute. Use when you need to define new fields for contacts after initial setup.
Create Credit ReceptionPIGGY_CREATE_CREDIT_RECEPTION
Tool to create a credit reception for a contact. Use when awarding credits to customers based on purchases or fixed amounts.
Create Vouchers BatchPIGGY_CREATE_VOUCHERS_BATCH
Tool to create a batch of vouchers for a promotion. Use when you need to generate multiple vouchers at once for a specific promotion. Batch processing is asynchronous and returns a PENDING status initially.
Find or Create ProductsPIGGY_FIND_OR_CREATE_PRODUCTS
Tool to find an existing product by external_identifier or create a new one if it doesn't exist. Use when you need to ensure a product exists in Piggy's system for loyalty programs or rewards.
Find Voucher By CodePIGGY_FIND_VOUCHER_BY_CODE
Tool to find a voucher by its unique code. Use when you need to retrieve voucher details, check redemption status, or validate a voucher code.
Get Contact Auth TokenPIGGY_GET_CONTACT_AUTH_TOKEN
Tool to get an auth token for a Contact. Use after obtaining a Contact UUID and needing to verify identity for secure operations.
Get Contact's Credit BalancePIGGY_GET_CONTACTS_CREDIT_BALANCE
Tool to get a Contact's credit balance. Use when you need to check a contact's current credit balance before processing rewards or promotions.
List FormsPIGGY_LIST_FORMS
Tool to list all forms in the Piggy account. Use when you need to retrieve available forms for customer interactions.
List PerksPIGGY_LIST_PERKS
Tool to list all available perks in Piggy. Use when you need to retrieve the catalog of perks that can be associated with contacts or transactions.
Merge ContactsPIGGY_MERGE_CONTACTS
Merges a source contact into a destination contact in Piggy's CRM. The source contact's data (attributes, balances, transactions) is transferred to the destination contact, and the source contact is removed. This operation is irreversible and processed asynchronously via a job queue. Use this when consolidating duplicate customer records.
Send Contact Verification EmailPIGGY_SEND_CONTACT_VERIFICATION_EMAIL
Send a verification email to a Piggy contact for identity verification. The contact must exist in the system with a configured Contacts Portal. Returns success message with email sent confirmation. Use this when implementing email-based authentication workflows or when contacts need to verify their email address to access the Contacts Portal.
Update BookingsPIGGY_UPDATE_BOOKINGS
Tool to update an existing booking in Piggy. Use when you need to modify booking details such as party size, status, or company name. Note: Shop and contact cannot be updated after creation.
Update Contact IdentifiersPIGGY_UPDATE_CONTACT_IDENTIFIERS
Tool to update a contact identifier in Piggy. Use when you need to modify the display name or active state of an existing contact identifier. Only the name and active properties can be updated; the identifier value itself cannot be changed.