Skip to main content

Tools in this category

upsert_contact

Create a new contact or update an existing one (upsert by email or phone)

customer_checkin

Record a customer check-in at a specific location

delete_contact

Delete a contact from the business account

update_contact_subscription

Subscribe or unsubscribe contacts from email and/or SMS communications

Tips

  • Use get_business_info to retrieve the enterprise businessId required by most contact tools.
  • Use get_child_locations to get location IDs when a tool requires a location-level ID.
  • For upsert_contact, the businessIds field takes child location IDs — ask the user to provide these directly rather than auto-fetching them.
  • Always confirm destructive actions (delete) with the user before proceeding.