Heyy
heyyConnect with your customers on Whatsapp, SMS, Messenger and Instagram using automation.
Acciones disponibles (13)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create Contact AttributeHEYY_CREATE_ATTRIBUTEAcciónTool 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.
HEYY_CREATE_ATTRIBUTEAcciónTool 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.
Parámetros de entrada
namestringObligatorioName of the attribute to create. This will be displayed in the UI.
externalIdstringObligatorioExternal identifier for the attribute. Must start with a letter and contain only letters, numbers, and underscores. This is used for API and integration purposes.
descriptionstringOptional description providing details about the attribute's purpose and usage.
isVisibleQuickEditbooleanWhether this attribute should be visible in the quick edit panel. Defaults to false if not specified.
isVisibleContactCreatebooleanWhether this attribute should be visible when creating a new contact. Defaults to false if not specified.
isVisibleContactsTablebooleanWhether this attribute should be visible in the contacts table view. Defaults to false if not specified.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ContactHEYY_CREATE_CONTACTAcciónTool 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.
HEYY_CREATE_CONTACTAcciónTool 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.
Parámetros de entrada
emailstringEmail address of the contact. Must be a valid email format if provided.
labelsobject[]List of labels to assign to the contact
lastNamestringLast name of the contact
firstNamestringFirst name of the contact
attributesobject[]List of custom attributes to attach to the contact
phoneNumberstringPhone number of the contact
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create LabelHEYY_CREATE_LABELAcciónTool to create a new label for categorizing contacts in Heyy. Use when you need to organize contacts into categories or groups.
HEYY_CREATE_LABELAcciónTool to create a new label for categorizing contacts in Heyy. Use when you need to organize contacts into categories or groups.
Parámetros de entrada
namestringObligatorioThe name of the label to create. Used for categorizing contacts. Must be a non-empty string.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create WebhookHEYY_CREATE_WEBHOOKAcciónTool 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.
HEYY_CREATE_WEBHOOKAcciónTool 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.
Parámetros de entrada
urlstringObligatorioHTTPS endpoint URL where webhook events will be sent. Must be a valid, publicly accessible URL
typestringObligatorioenumType of event notification to receive. Determines which events trigger webhook calls
WHATSAPP_MESSAGE_RECEIVEDWHATSAPP_MESSAGE_STATUSSMS_MESSAGE_RECEIVEDSMS_MESSAGE_STATUSEMAIL_MESSAGE_RECEIVEDEMAIL_MESSAGE_STATUSINSTAGRAM_MESSAGE_RECEIVEDINSTAGRAM_MESSAGE_STATUSINSTAGRAM_MESSAGE_ECHOtenant_idstringObligatorioTenant identifier for the webhook. Required to associate the webhook with your tenant
channel_idstringOptional channel identifier to filter webhook events to a specific channel. If not provided, webhook receives events from all channels
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete AttributeHEYY_DELETE_ATTRIBUTEAcciónTool to delete an attribute by its unique identifier. Use when you need to remove an attribute from the system.
HEYY_DELETE_ATTRIBUTEAcciónTool to delete an attribute by its unique identifier. Use when you need to remove an attribute from the system.
Parámetros de entrada
attribute_idstringObligatorioUnique identifier of the attribute to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete LabelHEYY_DELETE_LABELAcciónTool to delete a label by its unique identifier. Use when you need to remove a label from the system.
HEYY_DELETE_LABELAcciónTool to delete a label by its unique identifier. Use when you need to remove a label from the system.
Parámetros de entrada
label_idstringObligatorioUnique identifier of the label to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete WebhookHEYY_DELETE_WEBHOOKAcciónTool to delete a webhook by its unique identifier. Use when you need to remove a webhook from Heyy.
HEYY_DELETE_WEBHOOKAcciónTool to delete a webhook by its unique identifier. Use when you need to remove a webhook from Heyy.
Parámetros de entrada
webhook_idstringObligatorioUnique identifier of the webhook to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List AttributesHEYY_LIST_ATTRIBUTESAcciónTool 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.
HEYY_LIST_ATTRIBUTESAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List AutomationsHEYY_LIST_AUTOMATIONSAcciónTool to retrieve automation workflows for a specified channel. Use when you need to get all workflows configured for a channel.
HEYY_LIST_AUTOMATIONSAcciónTool to retrieve automation workflows for a specified channel. Use when you need to get all workflows configured for a channel.
Parámetros de entrada
channel_idstringObligatorioThe unique identifier of the channel for which to retrieve automation workflows
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ChannelsHEYY_LIST_CHANNELSAcciónTool 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.
HEYY_LIST_CHANNELSAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Message TemplatesHEYY_LIST_MESSAGE_TEMPLATESAcciónTool to retrieve all message templates available in the Heyy system. Use when you need to view all existing templates for messaging.
HEYY_LIST_MESSAGE_TEMPLATESAcciónTool to retrieve all message templates available in the Heyy system. Use when you need to view all existing templates for messaging.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List API WebhooksHEYY_LIST_WEBHOOKSAcciónTool to retrieve all API webhooks configured for the account. Use when you need to inspect or manage webhook configurations.
HEYY_LIST_WEBHOOKSAcciónTool to retrieve all API webhooks configured for the account. Use when you need to inspect or manage webhook configurations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update WebhookHEYY_UPDATE_WEBHOOKAcciónTool to update a webhook's URL and active status. Use when you need to modify an existing webhook's endpoint or enable/disable it.
HEYY_UPDATE_WEBHOOKAcciónTool to update a webhook's URL and active status. Use when you need to modify an existing webhook's endpoint or enable/disable it.
Parámetros de entrada
urlstringThe new webhook URL to receive POST requests. Must be a valid HTTPS endpoint.
is_activebooleanWhether the webhook is active. Set to true to enable or false to disable webhook notifications.
webhook_idstringObligatorioThe unique identifier of the webhook to update (UUID format)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not