Fibery Integration
Connect Fibery to Arahi's no-code AI agents and automate workflows in minutes.
About the Fibery integration
Connected workspace for teams With Arahi AI, you can connect Fibery to Asana, awork, Basecamp and 1,500+ other apps using AI-powered workflows. No coding required — set up triggers, actions, and intelligent automation in minutes.
- Category
- Project Management
- Authentication
- keys
Fibery automation use cases
- Bug report → triaged task
- Turn Slack or Intercom messages into Fibery tickets with labels, owner, and priority pre-set.
- Sprint digest to stakeholders
- Summarize Fibery sprint progress into a weekly email for stakeholders — no manual report.
- Blocked-task escalation
- Ping managers when a Fibery task sits in 'blocked' status for more than 48 hours.
- Time-tracking sync
- Sync Fibery task time estimates and actuals into billing and resourcing tools.
Fibery workflow examples
- Get Entities into HubSpot roadmap notes
A weekly schedule runs Get Entities in Fibery for the roadmap database and writes summaries onto matching HubSpot deals, sharing status with sales.
Weekly cron fires then Get Entities summaries synced to HubSpot.
- Execute GraphQL Query to Slack product
A Monday schedule calls Execute GraphQL Query for in-progress Fibery items and posts the list into a Slack product channel for standup.
Monday cron fires then Execute GraphQL Query posted to Slack product.
- Delete Entity triggered by Notion cleanup
Notion items marked archived call Delete Entity in Fibery for the paired record, preventing stale roadmap items from muddying the workspace.
Notion item archived then Delete Entity runs in Fibery.
Fibery actions
- Delete Custom App Endpoint
- Tool to delete a specific custom app endpoint. Use after confirming the app and endpoint IDs to remove.
- Delete Entity
- Tool to delete a specific Fibery entity by its ID. Use when you have verified the entity exists and have its GUID. Deletion is irreversible.
- Delete File
- Tool to delete a specific file. Use when you need to remove a file from Fibery by its ID.
- Execute GraphQL Query
- Tool to execute GraphQL queries or mutations against a Fibery space. Use when you need to fetch or modify Fibery data via the GraphQL API.
- Authenticate (validate token via API call)
- Tool to validate existing Fibery personal API token by performing a real API call. If the call succeeds, returns the token value extracted from the Authorization header. Use the returned token in the `Authorization: Token <value>` header for further calls.
- Get App Information
- Tool to retrieve application information. Use when you need the version, name, description, authentication methods, and available data sources before further operations.
- Get Custom App Endpoints
- Tool to list custom app endpoints. Use when you need the available custom endpoints for a given app before invoking them.
- Get Custom Apps
- Tool to list all custom apps in the Fibery workspace. Use when you need the identifiers of all custom apps.
- Get Entities
- Tool to query Fibery entities. Use after specifying type and fields; supports optional filters and pagination.
- Get Fibery Entity
- Tool to retrieve detailed info of a specific Fibery entity by its ID. Uses Fibery Commands API (fibery.entity/query) filtered by fibery/id with q/limit = 1.
- Get File
- Tool to retrieve a file by its secret or id. Prefer the file secret to download raw bytes. Returns the file content, MIME type, and original filename if available.
- Get GraphQL Schema
- Tool to retrieve the GraphQL schema for the current workspace. Uses standard GraphQL introspection.
- Get User Preferences
- Tool to retrieve the current user's UI preferences. Use after authentication to tailor UI to user settings.
- Refresh access token
- Tool to refresh an access token using a refresh token. Use when the current access token has expired and a valid refresh token is available.
- Authenticate with username and password
- Tool to authenticate with Fibery using resource owner password credentials. Use when you need an access token by providing username and password. Include the returned token in the `Authorization: Token <access_token>` header for subsequent API calls.
- Create Entity
- Tool to create a new Fibery entity. Use when you have prepared all necessary field values and need to persist a new record. Example: Create a 'Project/Task' with title and assignee.
- Fetch Data from Source
- Tool to fetch data from a specified source. Use after specifying the source and optional filters.
- POST_FETCH_DATA_COUNT
- Tool to return the count of records for a given Fibery type (source). Uses Fibery commands API and returns the total number of entities of the type.
- Fetch Datalist Options
- Tool to fetch options for a datalist filter field. Use after retrieving field metadata to build dynamic filters.
- Fetch Schema
- Tool to fetch predefined data schema. Use after authenticating when mapping and integrating Fibery data.
- Exchange OAuth2 authorization code
- Tool to finalize OAuth2 authentication for Fibery custom apps. Use when exchanging an authorization code for access and refresh tokens after user authorization. Notes: - In Fibery custom app flows, the access_token endpoint is typically implemented by the app itself (your connector) rather than the Fibery workspace domain. We therefore probe multiple candidate roots and paths and provide resilient fallbacks.
- Revoke Access Token
- Tool to revoke an existing Fibery API access token. Use when invalidating a user session or logging out.
- Validate Fibery account
- Tool to validate account credentials. Use when confirming provided credentials (and optionally refreshing OAuth2 tokens) before further API calls.
- Validate Filter
- Tool to validate filter definitions. Use when ensuring filter structure and syntax are correct before running a data query.
- Update Entity
- Tool to update an existing Fibery entity. Uses Commands API: fibery.entity/update.
- Update User Preferences
- Tool to update the current user's preferences by using the Commands API. It fetches the current user id and preferences, merges the provided payload, and writes back the merged object into 'fibery/ui-preferences' of the current fibery/user.
- Upload File
- Tool to upload a file to Fibery. Use when you need to attach a local file via the Fibery Files API.