create_issue
ChatGPTCreate a new issue/ticket in Pylon. Requires an organization ID, account ID, title, and body HTML. Optionally specify requester, priority, assignee, team, and tags.
get_account
ChatGPTGet full details for a Pylon customer account. Pass either the account ID (UUID) or external ID. Returns account details including name, domain, owner, tags, custom fields, and linked channels.
get_contact
ChatGPTGet full details for a Pylon contact (customer). Pass the contact ID (UUID). Returns contact details including name, email, account, and custom fields.
get_issue
ChatGPTGet full details for a Pylon support issue/ticket. Pass either the issue ID (UUID) or issue number. Returns title, body, state, metadata, custom fields, and nested account/assignee/requester info.
get_issue_messages
ChatGPTGet the full message history for a Pylon issue. Pass either the issue ID (UUID) or issue number. Returns all messages in chronological order with author info.
get_user
ChatGPTGet full details for a Pylon user (team member). Pass the user ID (UUID). Returns user details including name, email, role, and teams.
search_accounts
ChatGPTSearch for customer accounts in Pylon. Returns a lightweight summary of accounts matching the specified filters. To get full account details including custom fields, external IDs, and linked channels, use the account resource: account://{accountId}
search_issues
ChatGPTSearch for issues/tickets in Pylon. Returns a lightweight summary of issues matching the specified filters. To get full issue details including body, custom fields, and nested account/assignee/requester info, use the issue resource: issue://{issueId}
update_account
ChatGPTUpdate an existing customer account in Pylon. You can update the name, owner, and tags. Use the account resource (account://{accountId}) to get full account details before updating.
update_issue
ChatGPTUpdate an existing issue/ticket in Pylon. You can update the state, assignee, team, and tags. Use the issue resource (issue://{issueId}) to get full issue details before updating.
create_issue
Claudeget_account
Claudeget_contact
Claudeget_issue
Claudeget_issue_messages
Claudeget_user
Claudesearch_accounts
Claudesearch_issues
Claudeupdate_account
Claudeupdate_issue
Claude