Toggl is a time tracking application that helps users monitor and manage their work hours efficiently.
Toggl is a time tracking application that helps users monitor and manage their work hours efficiently. On Nagent, Toggl is exposed as a fully-configurable time tracking software integration that any agent can call — 56 actions, and API key authentication. No code is required to wire Toggl into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Toggl to automate the kinds of tasks time tracking software teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Toggl into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Toggl, with input parameters and output schema. Drop these into any step of an agent built in Helix.
TOGGL_CREATE_CLIENTTool to create a new client in a workspace. Use when you need to add a client to a workspace after workspace setup.
Input parameters
Name of the client to create
Additional notes about the client
ID of the workspace where the client will be created
External reference identifier for integration purposes
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_CREATE_GROUPTool to create a new group in a Toggl organization. Use when organizing users into teams and controlling access to workspaces. Groups help manage user permissions and workspace assignments at the organization level.
Input parameters
Group name; 1-200 characters
List of user IDs to add to the group; must exist in the organization
List of workspace IDs to assign to the group; must exist in the organization
Numeric ID of the organization where the group will be created
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_CREATE_INVITATIONTool to send invitations to join a Toggl organization. Use when you need to invite users by email to an organization and its workspaces. At least one email and one workspace (or project_invite) are required.
Input parameters
List of email addresses to send invitations to. At least one email is required.
List of group IDs to add invited users to
Whether to skip sending invitation emails. If true, invitation URLs are generated but emails are not sent.
List of workspaces to invite users to. At least one workspace is required if project_invite is not specified.
Model representing project invitation details.
ID of the organization to send invitations from
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_CREATE_ORGANIZATIONTool to create a new organization with a default workspace in Toggl Track. Use when initializing a new organization and workspace in one step. The authenticated user becomes the organization owner.
Input parameters
Name of the new organization; 1–100 characters.
Name of the default workspace; 1–100 characters.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_CREATE_PROJECTCreates a new project in a Toggl workspace. Projects are used to organize time entries and track work for specific initiatives. Required parameters: workspace_id (integer) and name (string). Optional parameters include client assignment, privacy settings, billable status, and time estimates. Note: Some features (custom colors, templates, fixed fees, hourly rates) require a premium Toggl plan.
Input parameters
Name of the new project
Default hourly rate for this project in chosen currency (premium feature)
Project color as a hex string (e.g., '#FF5733'). Custom colors require a premium plan; otherwise defaults to standard color.
Whether the project is active (true) or archived (false)
Default billable status for entries in this project
ISO currency code for fixed fee and hourly rate
Mark this project as a template for future use (premium feature)
ID of the client the project belongs to
Fixed-price fee for this project in chosen currency (premium feature)
Whether the project is private (true) or public (false)
ID of an existing template project to base this project on
ID of the workspace where the project will be created
Estimated total hours for the project
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_CREATE_TAGTool to create a new tag in a workspace. Use when you need to add a tag after confirming workspace ID and desired tag name.
Input parameters
Name of the new tag
Optional client ID to associate with the tag
ID of the workspace where the tag will be created
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_CREATE_TIME_ENTRYTool to create a new time entry in the specified workspace. Use when you have workspace ID, start time, and client name ready.
Input parameters
ISO 8601 timestamp when the entry stopped; omit to leave running
List of tags to attach to the entry
ISO 8601 timestamp when the entry started
Task ID associated with the time entry
Whether the entry is billable
Duration in seconds; omit for running entries
Project ID to associate the entry with
Description of the time entry
Name of the client application creating this entry
Workspace ID where the time entry will be created
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_CREATE_WORKSPACES_PROJECT_USERSTool to add a user to workspace project users. Use when you need to assign a user to a project within a workspace with optional manager privileges and custom rates.
Input parameters
Rate for this project user
Whether the user will be manager of the project
User ID
Labor cost for this project user
Project ID
Numeric ID of the workspace
Mode for applying rate changes to the project user.
Mode for applying labor cost changes to the project user.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_DELETE_CLIENTTool to delete a client in Toggl. Use when you have confirmed the workspace and client IDs and want to remove a client permanently.
Input parameters
The ID of the client to delete.
The ID of the workspace where the client resides.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_DELETE_GROUPTool to delete a group from a Toggl organization. Use when you need to permanently remove a group and its associated permissions. Requires organization and group IDs.
Input parameters
Numeric ID of the group.
Numeric ID of the organization.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_DELETE_PROJECT_GROUPTool to delete a project group from a Toggl workspace. Use when you need to remove a project group permanently. Requires workspace and project group IDs.
Input parameters
Numeric ID of the workspace containing the project group.
Numeric ID of the project group to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_DELETE_SUBSCRIPTIONTool to delete a webhook subscription in Toggl. Use when you want to remove an existing subscription for a specific workspace.
Input parameters
Numeric ID of the workspace
Numeric ID of the subscription
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_DELETE_TAGDeletes a tag from a Toggl workspace. Requires workspace and tag IDs. Only workspace or organization administrators can delete tags. Returns success status upon deletion.
Input parameters
Numeric ID of the tag to delete.
Numeric ID of the workspace containing the tag.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_DISABLE_WEEKLY_REPORTTool to disable weekly report email notifications. Use when you want to unsubscribe from weekly reports using the code provided in report emails.
Input parameters
Weekly report unsubscribe code (typically received in weekly report emails)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_EDIT_TIME_ENTRIESTool to bulk edit multiple time entries in a workspace using JSON Patch operations. Use when you need to update the same field(s) across multiple time entries at once (e.g., changing descriptions, billable status, or project associations). Maximum 100 time entries per request.
Input parameters
If true, include metadata for related entities (projects, tags, etc.) in the response
Array of JSON Patch operations to apply to the specified time entries. Each operation modifies a specific field. At least one operation is required.
Numeric ID of the workspace containing the time entries
Comma-separated list of time entry IDs to edit. Maximum 100 IDs per request. Example: '204301830,202700150,202687559'
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_ALL_PLANSTool to retrieve all available Toggl subscription plans and their features. Use when you need to display plan options, compare plans, or check available features for different subscription tiers.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_CLIENT_DETAILSRetrieves detailed information about a specific client in Toggl Track by its client ID and workspace ID. Use this tool when you need to: - Get complete client details including name, notes, and metadata - Verify if a client exists in a workspace - Check client archive status, timestamps, or external references - Retrieve integration information for JIRA/Salesforce linked clients
Input parameters
The unique client ID to retrieve. Must be a positive integer. Returns 404 if client not found.
The workspace ID where the client is located. Must be a positive integer.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_COUNTRIESTool to retrieve all countries supported by Toggl. Returns country details including tax information, default currencies, and postal code requirements. Use when you need to validate country data or retrieve country-specific settings for billing.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_COUNTRY_SUBDIVISIONSTool to retrieve all subdivisions (states, provinces, regions) for a specific country in Toggl Track. Use when you need to get geographical subdivision data for a country, such as US states or Canadian provinces.
Input parameters
The unique country ID to retrieve subdivisions for. Must be a positive integer. Returns 404 if country not found.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_CURRENCIESTool to retrieve the list of all currencies supported by Toggl Track. Use when you need currency codes and symbols for financial operations or display.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_CURRENT_TIME_ENTRYRetrieves the currently running time entry for the authenticated user. Returns null if no timer is active. Use this to check timer status or get details about the active time entry.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_EVENT_FILTERSRetrieve the list of supported event filters for Toggl webhooks. Use this when you need to know which event types are available for webhook subscriptions (e.g., client created, project updated, time entry deleted).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_KEYSRetrieves the current JWKS (JSON Web Key Set) keyset used to sign JWT tokens. Use this to obtain public keys for verifying JWT token signatures issued by Toggl.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_LIST_CLIENTSRetrieve a list of clients from a Toggl Track workspace with optional filtering by status and name. Use this tool to: - List all clients in a workspace - Filter clients by active/archived status - Search for clients by name (case-insensitive) - Get client details including IDs, names, timestamps, and permissions By default, only active clients are returned unless specified otherwise.
Input parameters
Filter by client name (case-insensitive search). Returns all clients whose names contain this string.
Filter by client status: 'active' for active clients only, 'archived' for archived clients only, 'both' for all clients. Defaults to 'active' if not specified.
The unique ID of the workspace to list clients from
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_MY_LOCATIONRetrieves the authenticated user's last known location information including city, state, country, and coordinates. Use this to determine user's geographic location for timezone or region-specific features.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_MY_QUOTATool to retrieve API rate limit quota for the authenticated user. Use when you need to check remaining API calls before making further requests or to monitor rate limit status.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_ORGANIZATION_DETAILSRetrieves detailed information about a specific Toggl organization including subscription plan, trial status, user count, and workspace settings. Requires a valid organization ID that the authenticated user has access to.
Input parameters
The unique numeric identifier of the Toggl organization. Must be a positive integer. You can obtain organization IDs from workspace details or by listing user workspaces.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_ORGANIZATION_GROUPSRetrieves all groups within a Toggl organization, including group members and workspace assignments. Groups are used to organize users and control access to workspaces. Returns an empty list if no groups exist in the organization.
Input parameters
Unique identifier of the organization
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_ORGANIZATION_USERSRetrieves a list of users belonging to a Toggl organization. Returns detailed information about each user including their email, name, role, workspace memberships, and group memberships. Supports filtering by name/email, status (active/inactive/invited), admin privileges, and pagination. Use this when you need to list organization members or find specific users within an organization.
Input parameters
Page number for pagination (default: 1)
Search filter to match users by name or email substring
Comma-separated list of group IDs to filter users by group membership
Number of results per page (default: 50, max: 200)
Sort direction for results by name: 'asc' or 'desc'
Comma-separated list of workspace IDs to filter users by workspace membership
If true, return only users with administrative privileges
Comma-separated list of statuses to filter by: 'active', 'inactive', or 'invited'
The unique ID of the organization to list users for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_PROJECT_DETAILSTool to retrieve details of a specific project. Use after confirming the workspace ID and project ID.
Input parameters
Unique identifier of the project to retrieve
Workspace ID the project belongs to
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_PROJECTSTool to retrieve a list of projects from a Toggl workspace. Use after confirming workspace ID. Returns filtered and paginated projects with optional client details.
Input parameters
Page number for pagination (minimum is 1)
Return projects modified after this Unix timestamp in seconds since epoch (integer). You can also provide an ISO 8601 string which will be automatically converted. Note: Toggl API only allows timestamps within the last 3 months.
Return projects modified before this Unix timestamp in seconds since epoch (integer). You can also provide an ISO 8601 string which will be automatically converted.
Include full client details when true
Filter projects visible by this user ID
Number of projects per page (1-200)
Comma-separated list of project IDs to filter (max 200 IDs)
The unique ID of the workspace to list projects from
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_PUBLIC_SUBSCRIPTION_PLANSTool to retrieve all publicly available subscription plans from Toggl. Use when you need to display available pricing tiers or plan options to users.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_STATUSTool to retrieve the Toggl Webhooks server status. Use when you need to check if the webhooks service is operational before registering or managing webhook subscriptions.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_TAGSRetrieve all tags in a Toggl workspace. Returns a list of tags with their IDs, names, and metadata. Use this when you need to list available tags for categorizing time entries or when searching for a specific tag by name. Returns an empty list if the workspace has no tags.
Input parameters
The ID of the workspace to retrieve tags for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_TASKSTool to list tasks in a workspace or within a specific project.
Input parameters
Page number for pagination (minimum is 1)
If true, returns only active tasks
If true, returns only billable tasks
Number of tasks per page (1-1000)
Filter tasks to only those belonging to this project ID
Workspace ID to list tasks from
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_TIME_ENTRIESRetrieve time entries for the authenticated user with flexible filtering options. Use this tool to: - List all recent time entries (no parameters needed) - Filter entries by date range (start_date + end_date) - Get entries modified since a specific time (since parameter for syncing) - Include project/tag metadata and sharing information Returns comprehensive details including project names, tags, duration, and billable status.
Input parameters
Include metadata for related entities (projects, tags, etc.). Provides additional context.
Retrieve entries modified since this UNIX timestamp (includes deleted entries). Useful for syncing changes.
Filter entries with start times before this date. Format: YYYY-MM-DD or RFC3339. Alternative to end_date.
Filter entries with start times before or on this date. Format: YYYY-MM-DD or ISO 8601 (e.g., '2024-01-31' or '2024-01-31T23:59:59Z'). Must be used with start_date.
Filter entries with start times on or after this date. Format: YYYY-MM-DD or ISO 8601 (e.g., '2024-01-01' or '2024-01-01T00:00:00Z'). Must be used with end_date.
Include sharing information in the response (shared_with field).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_TIME_ENTRYTool to retrieve a specific time entry by its ID. Use when you have the entry ID and need its full details.
Input parameters
The unique ID of the time entry to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_TIMEZONE_OFFSETSTool to retrieve all available timezone offsets from Toggl. Use when you need to display timezone information or validate timezone selection for time entry operations.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_TIMEZONESTool to retrieve all available timezones supported by Toggl Track. Use when you need to validate timezone values or display available timezone options to users.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_USER_CLIENTSRetrieves all clients accessible to the authenticated user across all their workspaces. Returns a complete list of client details including workspace associations, archive status, notes, and integration information. Use this to view all clients the current user has access to without needing to specify individual workspace IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_USER_PREFERENCESRetrieves the authenticated user's preferences including timezone, date/time formats, notification settings, and enabled alpha/experimental features. Useful for understanding user display preferences or checking which optional features are available.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_USER_PROJECTSTool to retrieve all projects for the authenticated user. Use after authenticating to list available projects.
Input parameters
Retrieve projects modified since this date using UNIX timestamp (seconds since epoch), including deleted ones
Number of items per page when using pagination (default 201). When set, the paginated endpoint is used.
Only return projects for the specified workspace ID
Include archived projects in the response
Project ID to resume the next pagination from. Used with per_page for cursor-based pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_USER_TAGSTool to retrieve tags associated with the current user. Use when you need to list all tags visible to your account across all workspaces, or to get tags that have been created/modified/deleted since a specific date for incremental syncing.
Input parameters
Optional UNIX timestamp to retrieve tags that have been created, modified, or deleted since this date. Use this for incremental syncing. Note: The timestamp cannot be older than 3 months from the current date.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_USER_TASKSRetrieve all tasks across all workspaces accessible to the authenticated user. Returns tasks from projects the user can access, including task details like name, active status, estimated time, and tracked time. Use this to get a comprehensive list of tasks without needing to specify workspace or project IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_USER_WORKSPACESTool to retrieve all workspaces the authenticated user belongs to. Use when you need to list accessible workspaces before performing workspace-specific operations. Verify the correct workspace ID from the returned list before use — an incorrect workspace ID will misroute entries and skew reports.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_WORKSPACE_DETAILSRetrieves comprehensive details and settings for a specific Toggl workspace by ID. Returns workspace configuration including premium/business status, admin permissions, default settings for projects/billing, time tracking preferences, and organizational details. Use this when you need to inspect workspace properties or validate access before performing workspace-specific operations.
Input parameters
Unique ID of the workspace to retrieve details for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_WORKSPACE_LOGOTool to get workspace logo. Use when you need to retrieve the logo associated with a specific workspace.
Input parameters
Numeric ID of the workspace
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_WORKSPACE_PREFERENCESRetrieves workspace preferences including the initial pricing plan and whether start/end times are hidden. Use this after obtaining a workspace ID to check workspace-level preference settings.
Input parameters
The unique identifier of the workspace
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_GET_WORKSPACE_USERSRetrieves all users who belong to a specific Toggl workspace. Returns user details including their name, email, admin status, and activity status. Use this to list workspace members, check user roles, or verify user access to a workspace.
Input parameters
The workspace ID to retrieve users from. You can get workspace IDs using the Get User Workspaces action.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_PATCH_STOP_TIME_ENTRYTool to stop a running time entry in a workspace. Use when a time entry needs to be ended.
Input parameters
ID of the workspace containing the time entry
ID of the time entry to stop Must belong to a currently running entry; stopping an already-stopped or wrong entry corrupts time-tracking history.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_POST_ME_DISABLE_PRODUCT_EMAILSTool to disable product emails for the authenticated user using a disable code. Use when the user wants to unsubscribe from Toggl product emails using a code from an unsubscribe link.
Input parameters
Unique disable code to unsubscribe from product emails. This code is typically obtained from email unsubscribe links and is a 32-character hexadecimal hash.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_PUT_UPDATE_TAGTool to update an existing tag in a specified workspace. Use after confirming the workspace_id and tag_id when renaming a tag. Example: rename tag 'urgent' to 'high_priority'.
Input parameters
New name for the tag
Numeric ID of the tag to update
Numeric ID of the workspace containing the tag
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_SEND_DEMO_EMAILTool to send a demo request email through Toggl's system. Use when someone wants to request a product demo.
Input parameters
Email address of the person requesting the demo
Phone number of the person requesting the demo
Source of the demo request (e.g., website, API, referral)
Purpose or reason for requesting the demo
Last name of the person requesting the demo
Size of the team that will use the product
First name of the person requesting the demo
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_SEND_EMAIL_CONTACTTool to send an email to a contact via Toggl's smail service. Use when you need to send a message to a specific contact by providing their email, name, and message content.
Input parameters
Name of the contact recipient
Email address of the recipient
Message content to send in the email
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_SEND_SMAIL_MEETTool to send an email for meet. Use when you need to send a meet invitation email to a specific recipient with a location.
Input parameters
Email address to send the meet invitation to
Location for the meet
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TOGGL_UPDATE_CLIENTUpdates an existing client in a Toggl workspace. Use this to modify a client's name or notes. Note: The Toggl API requires the 'name' field when updating any client property.
Input parameters
Workspace ID (must match workspace_id if provided, rarely needed)
New name for the client. Note: The Toggl API requires the name field to be provided when updating any client property.
Additional notes or description for the client
The unique ID of the client to update
The unique ID of the workspace that owns the client
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 61 agents privately built on Nagent that already use Toggl.
Build on Nagent
Connect Toggl to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Toggl, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Toggl is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Toggl is connected, you configure its 56 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Toggl steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Toggl event fires, the agent kicks off automatically.
Every Toggl action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Toggl ships with 56 pre-built time tracking software actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Toggl together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Toggl-based workflows tailored to your business.