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_infoto retrieve the enterprisebusinessIdrequired by most contact tools. - Use
get_child_locationsto get location IDs when a tool requires a location-level ID. - For
upsert_contact, thebusinessIdsfield 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.