Help Scout

Syncs every customer conversation and ticket into your operational tools, drafts responses based on internal knowledge, and manages customer profiles in real time.

Try Help Scout in Ceven

Ask Ceven anything
Standard

Why use Ceven?

  1. AI native Help Scout integration

    • Describe the outcome and Ceven picks the right Help Scout calls, fills the parameters, and checks the result.
    • Structured, agent friendly tool schemas so each call runs reliably instead of by guesswork.
    • Rich coverage for reading, writing, and querying your Help Scout data, across all 129 of its actions.
  2. Managed auth

    • Built in OAuth with automatic token refresh and rotation.
    • One place to manage, scope, and revoke Help Scout access.
    • Per user and per environment credentials instead of shared keys.
  3. Agent optimized design

    • Actions are tuned from real success and error rates so reliability climbs over time.
    • Full execution logs so you always know what ran in Help Scout, when, and on whose behalf.
    • The agent pauses and asks when Help Scout is unclear instead of plowing ahead.
  4. Enterprise grade security

    • Fine grained access so you control which agents and people can reach Help Scout.
    • Least privilege by default, read scopes first and only the writes a workflow needs.
    • A full audit trail of every Help Scout action to support review and sign off.

Supported tools

Every action Ceven's agents can run on Help Scout, and when to use it.

Create conversation
Use this when you need to start a new email, phone, or chat interaction with a customer from an external trigger.
Create reply thread
Send a message to a customer in an existing conversation. You can publish the reply immediately or save it as a draft for review.
Create customer
Add a new customer record including contact details, email, and phone numbers to the Help Scout database.
Create note on conversation
Add an internal note to a conversation. These are visible only to team members and not to the customer.
Create organization
Create a company profile with associated domains and metadata to group multiple customers together.
Create saved reply
Build reusable message templates for a specific mailbox to standardize common responses.
Create customer property
Define a new custom field to track specific data like subscription plan or account tier on customer profiles.
Create phone thread
Log a phone call interaction within an existing conversation to maintain a full communication history.
Delete conversation
Move a conversation to the deleted folder. This requires administrator permissions to restore.
Delete customer
Permanently remove a customer and all their associated data for GDPR compliance.
Get chat report
Pull comprehensive chat performance metrics including wait times and message counts for analysis.
Get busy times report
Retrieve a report showing conversation volume by day and hour to optimize team scheduling.
Create webhook
Set up a new webhook subscription to receive real time notifications for conversations or tags.
Download attachment
Retrieve the actual file content of an attachment from a specific conversation thread.
Create Chat Handle
Tool to create a chat handle for a Help Scout customer. Use when you need to add a chat platform username (like Skype, AIM, Yahoo) to a customer's profile.
Create Chat Thread
Tool to create a new chat thread on a Help Scout conversation. Use when adding a chat message to an existing conversation. Note: Conversations can have a maximum of 100 threads. Non imported threads automatically reopen closed conversations
Create Customer Address
Tool to create an address for a Help Scout customer. Use when you need to add a physical address to a customer's profile.
Create customer email
Tool to create an email for a customer in Help Scout. Use when you need to add a new email address to a customer's profile.
Create Customer Phone
Tool to create a phone number for a Help Scout customer. Use when adding contact phone numbers to customer profiles.
Create Customer Thread
Tool to create a new customer thread on a Help Scout conversation. Use when a customer needs to add a message to an existing conversation. The conversation will reopen unless imported mode is enabled. Conversations are limited to 100 thread
Create Customer Website
Tool to create a website entry for a customer in Help Scout. Use when adding a website URL to an existing customer profile.
Create Organization Property
Tool to create a new custom property definition for organizations in Help Scout. Use when you need to add custom fields to track organization specific data like industry, account tier, renewal dates, or other metadata. Maximum 50 property d
Create Social Profile
Tool to create a social profile for a customer in Help Scout. Use when you need to add social media profile information (LinkedIn, Twitter, Facebook, etc.) to a customer record.
Delete Chat Handle
Tool to delete a chat handle for a customer. Use when you need to remove a chat handle associated with a customer account.
Delete Customer Address
Tool to delete a customer's address from Help Scout. Use when you need to remove address information associated with a specific customer account.
Delete Customer Asynchronously
Tool to delete a customer asynchronously. Use when you need to permanently remove a customer, their survey responses, and associated conversations. The deletion occurs asynchronously after the API returns 202 Accepted. To track completion,
Delete Customer Email
Tool to delete an email for a customer. Use when you need to remove a customer's email address from Help Scout.
Delete Customer Phone
Tool to delete a customer's phone number from Help Scout. Use when you need to remove a phone number associated with a specific customer account.
Delete Customer Property
Tool to perform a soft delete on a customer property definition. The property is scheduled for permanent deletion, with its slug temporarily reassigned during the grace period.
Delete Customer Website
Tool to delete a website for a customer. Use when you need to remove a website from a customer record.

30 actions · scroll to see them all

Frequently asked questions

Ceven operates using the permissions associated with the API key or OAuth token used during the connection process. If the connecting user has administrator access, the agent can perform management tasks like deleting customers or creating organization properties. If the user is a standard agent, the agent will be limited to reading and writing conversations and customer data. We recommend using a dedicated service account with the minimum necessary permissions to maintain a tight security posture. Any action the agent attempts that exceeds these permissions will return a 403 error, which the agent will report back to the workflow logs for your review.
Yes, the agent can read both customer facing threads and internal notes. This is critical for workflows where the agent needs to summarize the internal context of a ticket before drafting a response or escalating to another department. You can configure your workflow to explicitly ignore internal notes if you want to ensure the agent only considers customer input. The agent treats internal notes as high signal data for understanding the history of a problem, which allows it to avoid asking the customer for information that a human agent has already documented internally.
Help Scout has a hard limit of 100 threads per conversation. This is a platform limitation that Ceven must respect. If a workflow attempts to create a new thread on a conversation that has already reached this limit, the API will return an error and the action will fail. To prevent this, we recommend building a workflow that archives very long conversations or moves the context to a new conversation thread once the limit is approached. The agent can be programmed to check the current thread count before attempting to post a new reply or internal note.
Help Scout enforces rate limits on their API to ensure platform stability. Ceven implements an intelligent queuing system with exponential backoff to handle these limits gracefully. If the agent hits a rate limit during a high volume sync, it will pause the request and retry after the suggested wait time. You will not lose data, but you might see a slight delay in real time updates during massive bursts of activity. For most standard support volumes, these limits are rarely reached, but for enterprise accounts with thousands of tickets per hour, we suggest batching non urgent updates.
Ceven can interact with the customer and conversation data, but its primary strength lies in the communication layer. While it can pull data to help draft replies, full scale knowledge base article management is handled through a separate set of API endpoints. The agent can search for existing documentation to provide a source for a draft, but it does not autonomously rewrite your public facing help docs without a human in the loop. This ensures that your official documentation remains accurate and reviewed by your subject matter experts before going live to your entire customer base.
Yes, using the delete customer tool performs a hard delete of the customer record. This includes all associated microsurvey responses and conversation history linked to that specific customer ID. This action is irreversible and is designed primarily for GDPR and CCPA compliance requests. Because of the permanent nature of this action, we strongly advise against putting this tool in an automated workflow without a human approval step. We recommend creating a workflow where the agent flags a deletion request for a manager to sign off on before the final API call is made.
Ceven can connect to any mailbox that the authorized user has access to. When you set up a workflow, you can specify which mailbox ID the agent should target for reading or writing. If you have a multi mailbox setup for different products or regions, the agent can route information between them or consolidate reports from all of them into a single dashboard. The agent uses the unique mailbox identifier to ensure that saved replies and conversations are posted to the correct channel, preventing cross contamination between your different support streams.
The agent can detect when an attachment is present in a conversation and can retrieve the attachment metadata. To access the actual file, the agent uses the download attachment tool to pull the base64 encoded content. This allows the agent to pass files to other tools, such as uploading a customer screenshot directly into a Jira ticket or saving a log file to a cloud storage bucket. The agent does not store these files permanently but treats them as transient data passed through the workflow to the final destination tool.

Alternatives to Help Scout

Other tools that solve a similar problem. Ceven supports these too, so you can switch or run more than one at once.

Try Ceven on your stack

Plug Ceven on top of the tools you already run. Connect Help Scout and the rest of your stack, describe the outcome, and its agents handle the work end to end, days of it in minutes.

Get started for free