Skip to main content
CORE API UPDATE

New Endpoints: Manage Views in the Core API

  • February 4, 2026
  • 4 replies
  • 34 views

maxgordon
Forum|alt.badge.img

You can now manage views programmatically via the Core API. Views are custom work queues that filter conversations by inboxes, tags, and assignees—helping users track high-priority conversations and ensure nothing goes unanswered.
 

What you can do:

  • List all views accessible to your token, or filter by teammate, team, or company
  • Get, create, update, and delete views
  • Configure filtering criteria including inbox IDs, tag IDs, and assignee IDs
  • Add views to specific teammates' sidebars to make them visible in their navigation

Common use cases:

  • Provision custom views for new team members during onboarding
  • Standardize views across teams to ensure consistent workflows
  • Dynamically create views based on external data or business logic
  • Pin important views to teammates' sidebars automatically
  • Manage views at scale across your organization


Check out the full Views API documentation to get started, or learn more about how views work in Front in our Help Center.

4 replies

Bennett
  • Conversationalist
  • February 5, 2026

This is huge!

 


Javier - Developer Relations
Forum|alt.badge.img+9

Glad you find these endpoints useful, ​@Bennett! Do you mind sharing what your plans for incorporating them into your company?


Bennett
  • Conversationalist
  • February 6, 2026

@Javier - Developer Relations We utilize views to aggregate messages across inboxes for Account Managers. At present, there’s a lot of manual configuration required to make edits when a new account is onboarded, account owners change, etc. 

 

Goal with this new ability will be to read and write the current state of these unique views as opposed to investigating each to ensure the configuration is correct.  


Javier - Developer Relations
Forum|alt.badge.img+9

Perfect, thanks for sharing!