Bidsketch

Learn how to use Bidsketch with Composio

Overview

Enum

BIDSKETCH

Description

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

Authentication Details

api_key
stringRequired

Actions

Tool to get a client by id. use when you need detailed client info after obtaining its id.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a client. use when adding a new client record to bidsketch.

Action Parameters

address_field_one
string
address_field_two
string
alt_phone
string
city
string
country
string
email
stringRequired
first_name
stringRequired
last_name
stringRequired
name
string
notes
string
other_contact
object
phone
string
postal_zip
string
state
string
website
string

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

fee_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a proposal and all its content. use after confirming the proposal id to prevent accidental deletions.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a proposal fee. use when you need to remove an existing fee before finalizing or sending a proposal.

Action Parameters

fee_id
integerRequired
proposal_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a proposal section. use when you need to remove a section from a proposal after verifying its id.

Action Parameters

proposal_id
integerRequired
section_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a section. use when you need to permanently remove a saved section after confirming its id.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a webhook. use after obtaining the webhook id to remove it.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all clients. use when you need to list all clients on the account.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list proposals for a specific client. use after confirming the client id exists.

Action Parameters

client_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to get a single fee. use when you need detailed information about a fee by its id after confirming its existence.

Action Parameters

fee_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all the fees for the account. use when you need to fetch every saved fee.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to get a proposal by id. use when you need detailed information for a specific proposal after obtaining its id.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all proposals for the account. use when you need an overview of existing proposals.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to get a proposal with all its content (sections and fees). use when you need a full proposal in one call.

Action Parameters

proposal_id
integerRequired

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

fee_id
integerRequired
proposal_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all fees for a proposal. use after confirming the proposal id exists; supports pagination.

Action Parameters

page
integer
per_page
integer
proposal_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to fetch a single proposal section. use when you need detailed information for a section after listing proposal sections.

Action Parameters

proposal_id
integerRequired
section_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to get all sections for a proposal. use when you need to list opening or closing sections by proposal id.

Action Parameters

proposal_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to get proposal statistics. use when you need the total count of proposals for the account.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to fetch a section by id. use when you need detailed section information after confirming its id.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all sections. use when you need to retrieve saved sections for your account.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list all proposal templates saved for the account. use when you need to fetch available templates before creating a new proposal.

Action Parameters

Action Response

data
object
error
string
successful
boolean
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).

Action Parameters

amount
numberRequired
category
string
description
string
feetype
stringRequired
name
stringRequired
quantity
integer
unit
string

Action Response

data
object
error
string
successful
boolean
Tool to create a proposal fee. use after confirming the proposal exists to add a cost line item; require unit when feetype is custom.

Action Parameters

amount
numberRequired
description
string
feetype
stringRequired
name
stringRequired
optional
boolean
proposal_id
integerRequired
quantity
integer
unit
string

Action Response

data
object
error
string
successful
boolean
Tool to create a proposal section. use after confirming a proposal exists to add a new opening or closing section.

Action Parameters

description
stringRequired
name
stringRequired
proposal_id
integerRequired
sectiontype
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a section. use when you need to add a new section to your account before including it in proposals.

Action Parameters

category
string
description
string
name
stringRequired
sectiontype
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a webhook. use when your endpoint is ready to receive event notifications and must return http 200 ok.

Action Parameters

endpoint
stringRequired
event
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to update a client. use when you need to modify existing client records with new data.

Action Parameters

address_field_one
string
address_field_two
string
alt_phone
string
city
string
country
string
email
string
first_name
string
id
integerRequired
last_name
string
name
string
notes
string
other_contact
object
phone
string
postal_zip
string
state
string
website
string

Action Response

data
object
error
string
successful
boolean
Tool to update a fee. use when you need to modify existing fee records with new data after verifying current values.

Action Parameters

amount
number
category
string
description
string
fee_id
integerRequired
feetype
string
name
string
quantity
integer
unit
string

Action Response

data
object
error
string
successful
boolean
Tool to update a specific proposal's details. use after retrieving a proposal to apply changes.

Action Parameters

client_id
integer
currency
string
description
string
discount
number
id
integerRequired
name
string
proposal_date
string
settings
object
tax
number
tax2
number

Action Response

data
object
error
string
successful
boolean
Tool to update a proposal fee. use when modifying specific properties of an existing fee within a proposal after verifying its existence.

Action Parameters

amount
number
description
string
fee_id
integerRequired
feetype
string
name
string
optional
boolean
proposal_id
integerRequired
quantity
integer
unit
string

Action Response

data
object
error
string
successful
boolean
Tool to update a proposal section. use when you need to modify the name or content of an existing section after verifying its existence.

Action Parameters

description
string
name
string
proposal_id
integerRequired
section_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to update a section. use when you need to modify an existing section after confirming its id.

Action Parameters

category
string
description
string
id
integerRequired
name
string
sectiontype
string

Action Response

data
object
error
string
successful
boolean