Bidsketch

Bidsketch is a proposal software that helps businesses create professional proposals quickly and efficiently.

38 actions Integration catalog
Request access
Connect Bidsketch once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create ClientBIDSKETCH_CREATE_CLIENT
Tool to create a client. Use when adding a new client record to Bidsketch.
Create ProposalBIDSKETCH_CREATE_PROPOSAL
Tool to create a new proposal. Use when you need to create a proposal for a client with a name, description, and other details.
Delete ClientBIDSKETCH_DELETE_CLIENT
Tool to delete a client and all their proposals. Use when you want to permanently remove a client and its associated proposals from your account.
Delete FeeBIDSKETCH_DELETE_FEE
Tool to delete a fee. Use when a saved fee is no longer needed. Use after confirming this fee isn't referenced in any live proposals.
Delete ProposalBIDSKETCH_DELETE_PROPOSAL
Tool to delete a proposal and all its content. Use after confirming the proposal ID to prevent accidental deletions.
Delete Proposal FeeBIDSKETCH_DELETE_PROPOSAL_FEE
Tool to delete a proposal fee. Use when you need to remove an existing fee before finalizing or sending a proposal.
Delete Proposal SectionBIDSKETCH_DELETE_PROPOSAL_SECTION
Tool to delete a proposal section. Use when you need to remove a section from a proposal after verifying its ID.
Delete SectionBIDSKETCH_DELETE_SECTION
Tool to delete a section. Use when you need to permanently remove a saved section after confirming its ID.
Delete WebhookBIDSKETCH_DELETE_WEBHOOK
Permanently delete a webhook subscription by ID. This removes the webhook and stops all future event notifications to its endpoint. Use this tool when you no longer need to receive events at a specific webhook URL, or when cleaning up test webhooks. Returns HTTP 204 No Content on success, or HTTP 404 if the webhook ID doesn't exist.
Get ClientBIDSKETCH_GET_CLIENT
Tool to get a client by ID. Use when you need detailed client info after obtaining its ID.
Get Client ProposalsBIDSKETCH_GET_CLIENT_PROPOSALS
Tool to list proposals for a specific client. Use after confirming the client ID exists.
Get ClientsBIDSKETCH_GET_CLIENTS
Tool to retrieve all clients. Use when you need to list all clients on the account.
Get FeeBIDSKETCH_GET_FEE
Tool to get a single fee. Use when you need detailed information about a fee by its ID after confirming its existence.
Get FeesBIDSKETCH_GET_FEES
Tool to list all the fees for the account. Use when you need to fetch every saved fee.
Get ProposalBIDSKETCH_GET_PROPOSAL
Tool to get a proposal by ID. Use when you need detailed information for a specific proposal after obtaining its ID.
Get Proposal ContentBIDSKETCH_GET_PROPOSAL_CONTENT
Tool to get a proposal with all its content (sections and fees). Use when you need a full proposal in one call.
Get Proposal FeeBIDSKETCH_GET_PROPOSAL_FEE
Tool to get a single fee item for a proposal. Use when you need detailed information about a specific fee before updating or displaying it.
Get Proposal FeesBIDSKETCH_GET_PROPOSAL_FEES
Tool to list all fees for a proposal. Use after confirming the proposal ID exists; supports pagination.
Get ProposalsBIDSKETCH_GET_PROPOSALS
Tool to retrieve all proposals for the account. Use when you need an overview of existing proposals.
Get Proposal SectionBIDSKETCH_GET_PROPOSAL_SECTION
Tool to fetch a single proposal section. Use when you need detailed information for a section after listing proposal sections.
Get Proposal SectionsBIDSKETCH_GET_PROPOSAL_SECTIONS
Tool to get all sections for a proposal. Use when you need to list opening or closing sections by proposal ID.
Get Proposal StatsBIDSKETCH_GET_PROPOSAL_STATS
Get proposal statistics for your Bidsketch account. This endpoint retrieves the total count of proposals in your account, including all proposals regardless of their status (draft, sent, won, lost, or archived). Use this when you need to: - Get a quick overview of total proposal count - Track the number of proposals created over time - Display proposal statistics in dashboards or reports No parameters required - simply call this action to get the current proposal count.
Get SectionBIDSKETCH_GET_SECTION
Tool to fetch a section by ID. Use when you need detailed section information after confirming its ID.
Get SectionsBIDSKETCH_GET_SECTIONS
Retrieves all reusable proposal sections saved to your Bidsketch account. Sections are text blocks that can be included in proposals, categorized as 'opening' (appear at the start) or 'closing' (appear at the end). Use this to browse available sections before adding them to proposals.
Get TemplatesBIDSKETCH_GET_TEMPLATES
Retrieves all proposal templates saved in the account. Templates contain predefined sections, fees, and structure that can be used to create new proposals. Use this action to discover available templates before creating proposals or to display template options to users.
List Proposal Closing SectionsBIDSKETCH_LIST_PROPOSAL_CLOSING_SECTIONS
Tool to get a collection of closing sections for a proposal. Closing sections appear at the end of the proposal. Use when you need to retrieve all closing sections for a specific proposal.
List Proposal Opening SectionsBIDSKETCH_LIST_PROPOSAL_OPENING_SECTIONS
Tool to get a collection of opening sections for a proposal. Opening sections appear first in the proposal. Use when you need to retrieve all opening sections for a specific proposal.
Create FeeBIDSKETCH_POST_FEE
Tool to create a fee. Use when you need to add a reusable fee to the account before adding it to a proposal. Ensure required fields are set (e.g., unit for custom fees).
Create Proposal FeeBIDSKETCH_POST_PROPOSAL_FEE
Tool to create a proposal fee. Use after confirming the proposal exists to add a cost line item; require unit when feetype is custom.
Create Proposal SectionBIDSKETCH_POST_PROPOSAL_SECTION
Tool to create a proposal section. Use after confirming a proposal exists to add a new opening or closing section.
Create SectionBIDSKETCH_POST_SECTION
Tool to create a section. Use when you need to add a new section to your account before including it in proposals.
Create WebhookBIDSKETCH_POST_WEBHOOK
Create a webhook subscription in Bidsketch to receive real-time notifications when specific events occur. Webhooks enable your application to receive immediate notifications when events happen in Bidsketch, such as when clients are created or proposals are sent, viewed, accepted, or declined. Your webhook endpoint must be publicly accessible and respond with HTTP 200 OK to webhook POST requests. Bidsketch will retry failed deliveries up to 20 times. Common use cases: - Sync client data to your CRM when a new client is created - Trigger workflows when proposals are sent or viewed - Update project management tools when proposals are accepted - Send notifications to your team when proposals are declined
Update ClientBIDSKETCH_PUT_CLIENT
Tool to update a client. Use when you need to modify existing client records with new data.
Update FeeBIDSKETCH_PUT_FEE
Tool to update a fee. Use when you need to modify existing fee records with new data after verifying current values.
Update ProposalBIDSKETCH_PUT_PROPOSAL
Tool to update a specific proposal's details. Use after retrieving a proposal to apply changes.
Update Proposal FeeBIDSKETCH_PUT_PROPOSAL_FEE
Tool to update a proposal fee. Use when modifying specific properties of an existing fee within a proposal after verifying its existence.
Update Proposal SectionBIDSKETCH_PUT_PROPOSAL_SECTION
Tool to update a proposal section. Use when you need to modify the name or content of an existing section after verifying its existence.
Update SectionBIDSKETCH_PUT_SECTION
Tool to update a section. Use when you need to modify an existing section after confirming its ID.