Helpwise
helpwiseHelpwise is an easy-to-use customer service platform that helps you manage all customer communication from a single place.
Acciones disponibles (36)
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 attachmentHELPWISE_CREATE_ATTACHMENTAcciónTool to upload a new attachment. Use when you need to send a file to Helpwise and receive its attachment metadata.
HELPWISE_CREATE_ATTACHMENTAcciónTool to upload a new attachment. Use when you need to send a file to Helpwise and receive its attachment metadata.
Parámetros de entrada
filestringObligatoriobinaryBinary content of the file to upload
file_namestringObligatorioName of the file including extension, e.g., 'document.png'
conversation_idstringID of the conversation to associate this attachment with (optional)
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
Add note to conversationHELPWISE_CREATE_NOTEAcciónTool to add a note to a conversation. Use after obtaining the conversation_id to provide context.
HELPWISE_CREATE_NOTEAcciónTool to add a note to a conversation. Use after obtaining the conversation_id to provide context.
Parámetros de entrada
bodystringObligatorioContent of the note
privatebooleanFlag indicating if the note is internal (private) and not visible to the customer
conversation_idstringObligatorioUnique identifier of the conversation to which the note will be added
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 Helpwise TeamHELPWISE_CREATE_TEAMAcciónTool to create a new team. Use when you need to group users under a team. Use after confirming unique team name.
HELPWISE_CREATE_TEAMAcciónTool to create a new team. Use when you need to group users under a team. Use after confirming unique team name.
Parámetros de entrada
namestringObligatorioName of the team to create (must be unique within your workspace)
member_idsstring[]List of user IDs to add to the team upon creation
descriptionstringOptional description for the team
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 Helpwise WebhookHELPWISE_CREATE_WEBHOOKAcciónTool to create a new webhook in Helpwise. Use when you need to receive event notifications for conversations, messages, or other triggers.
HELPWISE_CREATE_WEBHOOKAcciónTool to create a new webhook in Helpwise. Use when you need to receive event notifications for conversations, messages, or other triggers.
Parámetros de entrada
urlstringObligatorioTarget URL for receiving webhook events
eventsstring[]ObligatorioList of event names to subscribe to
secretstringOptional secret to sign webhook payloads
enabledbooleanWhether the webhook is enabled immediately
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 ContactHELPWISE_DELETE_CONTACTAcciónTool to delete a contact. Use when you need to remove an existing contact by its unique identifier. Implements robust endpoint probing similar to DeleteWebhook: tries multiple paths and HTTP methods to accommodate dev-apis variations, with user-scoped fallbacks.
HELPWISE_DELETE_CONTACTAcciónTool to delete a contact. Use when you need to remove an existing contact by its unique identifier. Implements robust endpoint probing similar to DeleteWebhook: tries multiple paths and HTTP methods to accommodate dev-apis variations, with user-scoped fallbacks.
Parámetros de entrada
contact_idstringObligatorioThe unique identifier of the Helpwise contact 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 Helpwise ConversationHELPWISE_DELETE_CONVERSATIONAcciónTool to delete a conversation. Use when you need to permanently remove a conversation by its ID after confirming the ID is correct.
HELPWISE_DELETE_CONVERSATIONAcciónTool to delete a conversation. Use when you need to permanently remove a conversation by its ID after confirming the ID is correct.
Parámetros de entrada
conversation_idstringObligatorioUnique ID of the conversation 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 MailboxHELPWISE_DELETE_MAILBOXAcciónTool to delete a mailbox. Use when you need to remove an existing mailbox by its unique identifier.
HELPWISE_DELETE_MAILBOXAcciónTool to delete a mailbox. Use when you need to remove an existing mailbox by its unique identifier.
Parámetros de entrada
mailbox_idstringObligatorioThe unique identifier of the Helpwise mailbox 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 Helpwise MessageHELPWISE_DELETE_MESSAGEAcciónTool to delete a message. Use when you need to permanently remove a message by its ID after confirming the ID is correct.
HELPWISE_DELETE_MESSAGEAcciónTool to delete a message. Use when you need to permanently remove a message by its ID after confirming the ID is correct.
Parámetros de entrada
message_idstringObligatorioUnique identifier of the Helpwise message 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 Helpwise NoteHELPWISE_DELETE_NOTEAcciónTool to delete a note from a conversation. Use when you need to permanently remove a note by its ID from a specific conversation after confirming the IDs.
HELPWISE_DELETE_NOTEAcciónTool to delete a note from a conversation. Use when you need to permanently remove a note by its ID from a specific conversation after confirming the IDs.
Parámetros de entrada
note_idstringObligatorioUnique ID of the note to delete
conversation_idstringObligatorioUnique ID of the conversation containing the note
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 SignatureHELPWISE_DELETE_SIGNATUREAcciónTool to delete an email signature. Use when you need to remove a specific signature by its unique identifier after confirming its ID.
HELPWISE_DELETE_SIGNATUREAcciónTool to delete an email signature. Use when you need to remove a specific signature by its unique identifier after confirming its ID.
Parámetros de entrada
signature_idstringObligatorioUnique identifier of the Helpwise email signature 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 TagHELPWISE_DELETE_TAGAcciónTool to delete a tag. Use when you need to remove an existing tag by its unique identifier after confirming the ID.
HELPWISE_DELETE_TAGAcciónTool to delete a tag. Use when you need to remove an existing tag by its unique identifier after confirming the ID.
Parámetros de entrada
tag_idstringObligatorioUnique identifier of the Helpwise tag 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 TeamHELPWISE_DELETE_TEAMAcciónTool to delete a team. Use when you need to remove an existing team by its unique identifier after confirming the ID and dependencies.
HELPWISE_DELETE_TEAMAcciónTool to delete a team. Use when you need to remove an existing team by its unique identifier after confirming the ID and dependencies.
Parámetros de entrada
team_idstringObligatorioUnique identifier of the Helpwise team 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 TemplateHELPWISE_DELETE_TEMPLATEAcciónTool to delete a template. Use when you need to permanently remove an email template by its ID after confirming the ID is correct.
HELPWISE_DELETE_TEMPLATEAcciónTool to delete a template. Use when you need to permanently remove an email template by its ID after confirming the ID is correct.
Parámetros de entrada
template_idstringObligatorioUnique identifier of the Helpwise template 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 Helpwise WebhookHELPWISE_DELETE_WEBHOOKAcciónTool to delete a webhook. Use when you need to remove a specific webhook by its ID after confirming the ID is correct.
HELPWISE_DELETE_WEBHOOKAcciónTool to delete a webhook. Use when you need to remove a specific webhook by its ID after confirming the ID is correct.
Parámetros de entrada
webhook_idstringObligatorioUnique identifier of the Helpwise 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
Get AttachmentHELPWISE_GET_ATTACHMENTAcciónTool to retrieve a specific attachment. Use when you need to fetch an attachment by its ID; call after obtaining the attachment ID.
HELPWISE_GET_ATTACHMENTAcciónTool to retrieve a specific attachment. Use when you need to fetch an attachment by its ID; call after obtaining the attachment ID.
Parámetros de entrada
attachment_idstringObligatorioUnique identifier of the attachment to retrieve
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
Get Conversation AttachmentsHELPWISE_GET_ATTACHMENTSAcciónTool to retrieve attachments. Use when you need to list all files sent in a given conversation or across your account.
HELPWISE_GET_ATTACHMENTSAcciónTool to retrieve attachments. Use when you need to list all files sent in a given conversation or across your account.
Parámetros de entrada
conversation_idstringUnique identifier of the conversation to fetch attachments for
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
Get Helpwise ContactHELPWISE_GET_CONTACTAcciónTool to retrieve details of a specific contact. Use when you know the contact ID and need full contact information.
HELPWISE_GET_CONTACTAcciónTool to retrieve details of a specific contact. Use when you know the contact ID and need full contact information.
Parámetros de entrada
contact_idstringObligatorioUnique identifier of the contact to retrieve
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
Get ConversationHELPWISE_GET_CONVERSATIONAcciónTool to retrieve details of a specific conversation. Use when you need full conversation context.
HELPWISE_GET_CONVERSATIONAcciónTool to retrieve details of a specific conversation. Use when you need full conversation context.
Parámetros de entrada
conversation_idstringObligatorioUnique identifier of the conversation to retrieve
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
Get ConversationsHELPWISE_GET_CONVERSATIONSAcciónTool to retrieve a list of conversations. Use when you need to list and paginate support conversations for display or analysis.
HELPWISE_GET_CONVERSATIONSAcciónTool to retrieve a list of conversations. Use when you need to list and paginate support conversations for display or analysis.
Parámetros de entrada
pageintegerPage number to retrieve, must be >= 1
searchstringSearch term to filter conversations
statusstringenumFilter by conversation status
openclosedpendingdraftsort_bystringenumField to sort by
created_atupdated_atteam_idstringFilter by team ID handling the conversation
per_pageintegerItems per page, must be >= 1
sort_orderstringenumSort order: asc or desc
ascdescassignee_idstringFilter by assignee user ID
requester_idstringFilter by requester user ID
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
Get Helpwise MailboxHELPWISE_GET_MAILBOXAcciónTool to retrieve details of a specific mailbox by its ID. Use when you know the mailbox ID and need full mailbox information.
HELPWISE_GET_MAILBOXAcciónTool to retrieve details of a specific mailbox by its ID. Use when you know the mailbox ID and need full mailbox information.
Parámetros de entrada
mailbox_idstringObligatorioUnique identifier of the mailbox to retrieve
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
Get Helpwise MailboxesHELPWISE_GET_MAILBOXESAcciónTool to retrieve mailboxes. Use when you need to list and paginate mailboxes after authenticating.
HELPWISE_GET_MAILBOXESAcciónTool to retrieve mailboxes. Use when you need to list and paginate mailboxes after authenticating.
Parámetros de entrada
pageintegerPage number to fetch, must be 1 or greater
per_pageintegerNumber of mailboxes per page, maximum 100
Parámetros de salida
dataobject[]ObligatorioList of mailboxes for the current page
metaobjectObligatorioPagination information for the returned mailbox list
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Helpwise MessagesHELPWISE_GET_MESSAGESAcciónTool to retrieve messages for a specific conversation. Use when you need to list and paginate messages within a conversation context.
HELPWISE_GET_MESSAGESAcciónTool to retrieve messages for a specific conversation. Use when you need to list and paginate messages within a conversation context.
Parámetros de entrada
pageintegerPage number to retrieve, must be >= 1
per_pageintegerNumber of messages per page, maximum 100
conversation_idstringObligatorioID of the conversation to retrieve messages for
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
Get Conversation NoteHELPWISE_GET_NOTEAcciónTool to retrieve details of a specific note. Use when you know the conversation and note IDs and need full note information.
HELPWISE_GET_NOTEAcciónTool to retrieve details of a specific note. Use when you know the conversation and note IDs and need full note information.
Parámetros de entrada
note_idstringObligatorioUnique ID of the note to retrieve
conversation_idstringObligatorioUnique ID of the conversation containing the note
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
Get Conversation NotesHELPWISE_GET_NOTESAcciónTool to retrieve notes for a conversation. Use when you need to fetch all notes associated with a specific conversation after confirming the conversation ID is correct.
HELPWISE_GET_NOTESAcciónTool to retrieve notes for a conversation. Use when you need to fetch all notes associated with a specific conversation after confirming the conversation ID is correct.
Parámetros de entrada
conversation_idstringObligatorioUnique ID of the conversation to fetch notes for
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
Get Helpwise TagHELPWISE_GET_TAGAcciónTool to retrieve a specific tag. Use when you need to fetch the properties of a tag by its ID.
HELPWISE_GET_TAGAcciónTool to retrieve a specific tag. Use when you need to fetch the properties of a tag by its ID.
Parámetros de entrada
tag_idstringObligatorioUnique identifier of the tag to retrieve
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
Get Helpwise TeamHELPWISE_GET_TEAMAcciónTool to retrieve details of a specific team by its ID. Use after confirming the team_id.
HELPWISE_GET_TEAMAcciónTool to retrieve details of a specific team by its ID. Use after confirming the team_id.
Parámetros de entrada
team_idstringObligatorioUnique identifier of the Helpwise team to retrieve
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
Get Helpwise TeamsHELPWISE_GET_TEAMSAcciónTool to retrieve Helpwise teams. Use when you need to list and paginate all teams for assignment or management.
HELPWISE_GET_TEAMSAcciónTool to retrieve Helpwise teams. Use when you need to list and paginate all teams for assignment or management.
Parámetros de entrada
pageintegerPage number to fetch, must be 1 or greater
per_pageintegerNumber of teams per page, maximum 100
Parámetros de salida
dataobject[]ObligatorioList of teams for the current page
metaobjectObligatorioPagination information for the returned list
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Helpwise TemplatesHELPWISE_GET_TEMPLATESAcciónTool to retrieve Helpwise email templates. Use when you need to list and paginate all email templates for your account.
HELPWISE_GET_TEMPLATESAcciónTool to retrieve Helpwise email templates. Use when you need to list and paginate all email templates for your account.
Parámetros de entrada
pageintegerPage number to fetch, must be 1 or greater
per_pageintegerNumber of templates per page, maximum 100
Parámetros de salida
dataobject[]ObligatorioList of templates for the current page
metaobjectObligatorioPagination information for the returned template list
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Helpwise UsersHELPWISE_GET_USERSAcciónTool to retrieve Helpwise users list. Use when you need to fetch and paginate agents for assignment.
HELPWISE_GET_USERSAcciónTool to retrieve Helpwise users list. Use when you need to fetch and paginate agents for assignment.
Parámetros de entrada
pageintegerPage number to fetch, must be >= 1
per_pageintegerNumber of users per page, must be >= 1
Parámetros de salida
dataobject[]ObligatorioList of users for the current page
metaobjectObligatorioPagination information for the returned user list
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Helpwise WebhookHELPWISE_GET_WEBHOOKAcciónTool to retrieve details of a specific webhook. Use when you know the webhook ID and need full webhook configuration.
HELPWISE_GET_WEBHOOKAcciónTool to retrieve details of a specific webhook. Use when you know the webhook ID and need full webhook configuration.
Parámetros de entrada
webhook_idstringObligatorioUnique identifier of the Helpwise webhook to retrieve
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
Get Helpwise WebhooksHELPWISE_GET_WEBHOOKSAcciónTool to retrieve Helpwise webhooks. Use when you need to list and paginate all webhook configurations.
HELPWISE_GET_WEBHOOKSAcciónTool to retrieve Helpwise webhooks. Use when you need to list and paginate all webhook configurations.
Parámetros de entrada
pageintegerPage number to fetch, must be 1 or greater
per_pageintegerNumber of webhooks per page, maximum 100
Parámetros de salida
dataobject[]ObligatorioList of webhooks for the current page
metaobjectObligatorioPagination information for the returned webhook list
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Helpwise ContactHELPWISE_UPDATE_CONTACTAcciónTool to update an existing Helpwise contact. Use when you need to modify contact details or custom attributes.
HELPWISE_UPDATE_CONTACTAcciónTool to update an existing Helpwise contact. Use when you need to modify contact details or custom attributes.
Parámetros de entrada
namestringFull name of the contact
emailstringEmail address of the contact
phonestringPhone number of the contact
contact_idstringObligatorioThe unique identifier of the contact to update
organizationstringOrganization or company name of the contact
custom_attributesobjectA dictionary of custom key-value attributes for 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
Update MailboxHELPWISE_UPDATE_MAILBOXAcciónTool to update an existing mailbox. Use when you need to modify mailbox properties (for example name, address, or default status) after confirming the mailbox_id.
HELPWISE_UPDATE_MAILBOXAcciónTool to update an existing mailbox. Use when you need to modify mailbox properties (for example name, address, or default status) after confirming the mailbox_id.
Parámetros de entrada
namestringNew display name for the mailbox.
addressstringEmail address associated with the mailbox.
team_idstringTeam ID to assign the mailbox to.
signaturestringSignature to append to outgoing emails from this mailbox.
is_defaultbooleanWhether this mailbox should be the default mailbox for sending emails.
mailbox_idstringObligatorioUnique identifier of the mailbox to update.
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 Helpwise MessageHELPWISE_UPDATE_MESSAGEAcciónTool to update an existing message. Use when you need to modify message content by its ID.
HELPWISE_UPDATE_MESSAGEAcciónTool to update an existing message. Use when you need to modify message content by its ID.
Parámetros de entrada
bodystringObligatorioUpdated content of the message
message_idstringObligatorioUnique identifier of the message to update
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 Helpwise TagHELPWISE_UPDATE_TAGAcciónTool to update an existing tag. Use when you need to modify a tag's name or color after confirming the tag ID.
HELPWISE_UPDATE_TAGAcciónTool to update an existing tag. Use when you need to modify a tag's name or color after confirming the tag ID.
Parámetros de entrada
namestringObligatorioNew name for the tag
colorstringHex code for the tag color (e.g., #FF0000).
tag_idstringObligatorioUnique ID of the tag to update
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 Helpwise TemplateHELPWISE_UPDATE_TEMPLATEAcciónTool to update an existing email template. Use when you need to modify template name, subject, or content after confirming the template ID.
HELPWISE_UPDATE_TEMPLATEAcciónTool to update an existing email template. Use when you need to modify template name, subject, or content after confirming the template ID.
Parámetros de entrada
htmlstringUpdated HTML/content of the template
namestringNew name for the template
subjectstringNew subject line for the email template
template_idstringObligatorioUnique ID of the template to update
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