Skip to main content
Help Scout logo

Help Scout

Manage Help Scout: conversations, customers, mailboxes, threads, tags, users. Exposes 29 actions covering the full API surface the agent needs - read and write.

What it can do

MethodWhat it does
helpscout_account_getGet authenticated account info - GET /account.
helpscout_conversations_listList conversations (support tickets/threads) - GET /conversations.
helpscout_conversation_getGet one conversation - GET /conversations/{id}.
helpscout_conversation_createCreate a new conversation - POST /conversations.
helpscout_conversation_updateUpdate a conversation - PATCH /conversations/{id}.
helpscout_conversations_searchSearch conversations - GET /conversations/search.
helpscout_conversation_mergeMerge two conversations - POST /conversations/{id}/merge.
helpscout_conversation_deleteDelete a conversation - DELETE /conversations/{id}.
helpscout_threads_listList threads (messages) in a conversation - GET /conversations/{conversation_id}/threads.
helpscout_thread_getGet one thread (message) - GET /conversations/{conversation_id}/threads/{thread_id}.
helpscout_thread_create_replyCreate a reply in a conversation - POST /conversations/{conversation_id}/threads.
helpscout_thread_create_noteCreate a note (internal) in a conversation - POST /conversations/{conversation_id}/threads with type=note.
helpscout_customers_listList customers - GET /customers.
helpscout_customer_getGet one customer - GET /customers/{id}.
helpscout_customer_createCreate a customer - POST /customers.
helpscout_customer_updateUpdate a customer - PATCH /customers/{id}.
helpscout_customer_mergeMerge two customers - POST /customers/{id}/merge.
helpscout_customer_deleteDelete a customer - DELETE /customers/{id}.
helpscout_mailboxes_listList mailboxes (inboxes/support queues) - GET /mailboxes.
helpscout_mailbox_getGet one mailbox - GET /mailboxes/{id}.
helpscout_folders_listList folders (e.g.
helpscout_tags_listList tags - GET /tags.
helpscout_tag_createCreate a tag - POST /tags.
helpscout_users_listList team members/users - GET /users.
helpscout_user_getGet one user - GET /users/{id}.
helpscout_workflows_listList automation workflows - GET /workflows.
helpscout_workflow_getGet one workflow - GET /workflows/{id}.
helpscout_reports_conversation_statsGet conversation statistics/report - GET /reports/conversations.
helpscout_reports_customer_statsGet customer statistics/report - GET /reports/customers.

How to get credentials

This connector uses OAuth 2.0. In FlyMyAI, open the tool and click Connect - you'll be redirected to Help Scout to authorize, then back to FlyMyAI. There is no API key to paste.

The OAuth app must be registered by FlyMyAI for this provider. If you see "connection not configured", the provider's client credentials are still being set up - check back shortly.

Fields to fill in FlyMyAI

FlyMyAI fieldWhere it comes from
(none)Connect via OAuth - nothing to paste.

Troubleshooting

  • 401 Unauthorized / 403 Forbidden - the OAuth connection expired or was revoked - reconnect.
  • 429 Too Many Requests - you hit the provider rate limit; retry after a short backoff.
  • Unexpected 4xx on writes - double-check required fields; the agent confirms before write actions.
We love our partners - FlyMy.AI builds with the best. Thanks, Help Scout!