Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Create Contact AttributeHEYY_CREATE_ATTRIBUTE
Tool to create a new custom attribute for contacts in Heyy. Use when you need to add custom fields to track additional information about contacts, such as customer segments, preferences, or custom identifiers.
Create ContactHEYY_CREATE_CONTACT
Tool to create a new contact in Heyy with optional details including first name, last name, email, phone number, labels, and custom attributes. Use when you need to add a new contact to your Heyy account.
Create LabelHEYY_CREATE_LABEL
Tool to create a new label for categorizing contacts in Heyy. Use when you need to organize contacts into categories or groups.
Create WebhookHEYY_CREATE_WEBHOOK
Tool to create a new webhook for receiving event notifications across multiple channels. Use when you need to set up real-time event notifications for messages.
Delete AttributeHEYY_DELETE_ATTRIBUTE
Tool to delete an attribute by its unique identifier. Use when you need to remove an attribute from the system.
Delete LabelHEYY_DELETE_LABEL
Tool to delete a label by its unique identifier. Use when you need to remove a label from the system.
Delete WebhookHEYY_DELETE_WEBHOOK
Tool to delete a webhook by its unique identifier. Use when you need to remove a webhook from Heyy.
List AttributesHEYY_LIST_ATTRIBUTES
Tool to retrieve all attributes available in the Heyy system. Use when you need to get a list of all attributes with their properties and visibility settings.
List AutomationsHEYY_LIST_AUTOMATIONS
Tool to retrieve automation workflows for a specified channel. Use when you need to get all workflows configured for a channel.
List ChannelsHEYY_LIST_CHANNELS
Tool to retrieve all available channels from the Heyy system. Use when you need to get a complete list of channels with their details including name, type, status, and timestamps.
List Message TemplatesHEYY_LIST_MESSAGE_TEMPLATES
Tool to retrieve all message templates available in the Heyy system. Use when you need to view all existing templates for messaging.
List API WebhooksHEYY_LIST_WEBHOOKS
Tool to retrieve all API webhooks configured for the account. Use when you need to inspect or manage webhook configurations.
Update WebhookHEYY_UPDATE_WEBHOOK
Tool to update a webhook's URL and active status. Use when you need to modify an existing webhook's endpoint or enable/disable it.