Nusii proposals
nusii_proposalsProposal software that both you and your clients will love. Stop fighting with Word, InDesign and PDF's. Create beautiful proposals in less time, every time with Nusii.
Acciones disponibles (29)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Archive ProposalNUSII_PROPOSALS_ARCHIVE_PROPOSALAcciónTool to archive a specific proposal in Nusii. Use when you need to archive a proposal that is no longer active.
NUSII_PROPOSALS_ARCHIVE_PROPOSALAcciónTool to archive a specific proposal in Nusii. Use when you need to archive a proposal that is no longer active.
Parámetros de entrada
idstringObligatorioThe unique identifier of the proposal to archive.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ClientNUSII_PROPOSALS_CREATE_CLIENTAcciónTool to create a new client in Nusii Proposals. Use when you need to add a client with their contact and business details. Returns the created client's information including unique identifier.
NUSII_PROPOSALS_CREATE_CLIENTAcciónTool to create a new client in Nusii Proposals. Use when you need to add a client with their contact and business details. Returns the created client's information including unique identifier.
Parámetros de entrada
webstringClient's website
citystringClient's city
namestringObligatorioClient's first name (required)
emailstringObligatorioemailClient's email address (required)
statestringClient's state name
localestringClient's language preference for proposals
addressstringClient's street address
countrystringClient's country name
surnamestringClient's last name
businessstringClient's company name
currencystringClient's currency (defaults to account's default or USD)
postcodestringClient's postal code
telephonestringClient's phone number
pdf_page_sizestringPDF page size preference (default: A4)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Line ItemNUSII_PROPOSALS_CREATE_LINE_ITEMAcciónTool to create a line item within a proposal section. Use when you need to add a cost item to a specific section of a proposal.
NUSII_PROPOSALS_CREATE_LINE_ITEMAcciónTool to create a line item within a proposal section. Use when you need to add a cost item to a specific section of a proposal.
Parámetros de entrada
namestringDescriptive name/body of the line item.
amountintegerCost amount in cents (e.g., 10000 for $100.00).
per_typestringFor per-type costs - 'year', 'month', 'week', 'day', 'hour', 'item', or 'unit'. Only applicable when cost_type is 'per'.
positionintegerOrder position of the line item within the section.
quantityintegerMultiplier for per-type costs (total = quantity × amount). Only applicable when cost_type is 'per'.
cost_typestringType of cost - 'fixed', 'recurring', or 'per'. Default is 'fixed'.
section_idintegerObligatorioThe ID of the section to create the line item in.
recurring_typestringFor recurring costs - 'yearly', 'semiannually', 'trimester', 'monthly', 'weekly', 'daily', or 'hourly'. Only applicable when cost_type is 'recurring'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ProposalNUSII_PROPOSALS_CREATE_PROPOSALAcciónTool to create a new proposal in Nusii. Use when you need to initialize a proposal with title, client information, and optional configuration settings.
NUSII_PROPOSALS_CREATE_PROPOSALAcciónTool to create a new proposal in Nusii. Use when you need to initialize a proposal with title, client information, and optional configuration settings.
Parámetros de entrada
themestringProposal visual theme. Defaults to 'clean' if not specified.
titlestringThe proposal's title.
reportbooleanConverts the proposal to report format. Defaults to false.
client_idintegerAssociated client identifier. If provided, client_email is ignored.
expires_atstringProposal expiration date in ISO 8601 format (e.g., '2024-12-31T23:59:59Z').
template_idintegerCopies sections from the specified template into the new proposal.
client_emailstringClient email address. Creates a new client if none exists. Ignored when client_id is provided.
display_datestringDate displayed on the proposal in ISO 8601 format. Defaults to send date if not specified.
exclude_totalbooleanRemoves the total from the proposal. Defaults to false.
prepared_by_idintegerUser ID of the person who prepared the proposal.
exclude_total_in_pdfbooleanRemoves the total from the PDF version of the proposal. Defaults to false.
document_section_titlestringDocuments section heading. Defaults to 'Documents' if not specified.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create SectionNUSII_PROPOSALS_CREATE_SECTIONAcciónTool to create a section for a proposal or template in Nusii Proposals. Use when you need to add a new section to a proposal or template.
NUSII_PROPOSALS_CREATE_SECTIONAcciónTool to create a section for a proposal or template in Nusii Proposals. Use when you need to add a new section to a proposal or template.
Parámetros de entrada
bodystringSection content
namestringInternal section identifier
titlestringSection heading
optionalbooleanClient can choose the price package when true (default: false)
positionintegerDisplay order in proposal/template
reusablebooleanReusable sections can be reused to any template/proposal (default: false)
page_breakbooleanPDF page break indicator (default: false)
proposal_idintegerThe proposal identifier. Either proposal_id or template_id should be provided.
template_idintegerThe template identifier. Either proposal_id or template_id should be provided.
section_typestringEither 'text' or 'cost'; defaults to 'text'
include_totalbooleanDisplay subtotal within section (default: false)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Webhook EndpointNUSII_PROPOSALS_CREATE_WEBHOOK_ENDPOINTAcciónTool to create a webhook endpoint to subscribe to Nusii events. Use when you need to register a new webhook for receiving event notifications.
NUSII_PROPOSALS_CREATE_WEBHOOK_ENDPOINTAcciónTool to create a webhook endpoint to subscribe to Nusii events. Use when you need to register a new webhook for receiving event notifications.
Parámetros de entrada
eventsstring[]ObligatorioArray of event names to subscribe to (e.g., ["proposal_created", "client_created"]).
target_urlstringObligatorioDestination URL of the webhook request. This is where webhook events will be sent.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a clientNUSII_PROPOSALS_DELETE_CLIENTAcciónTool to delete a specific client from Nusii account. Use when you need to permanently remove a client record.
NUSII_PROPOSALS_DELETE_CLIENTAcciónTool to delete a specific client from Nusii account. Use when you need to permanently remove a client record.
Parámetros de entrada
idstringObligatorioThe unique identifier of the client to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Line ItemNUSII_PROPOSALS_DELETE_LINE_ITEMAcciónTool to delete a line item from Nusii. Use when you need to remove a specific line item by its ID.
NUSII_PROPOSALS_DELETE_LINE_ITEMAcciónTool to delete a line item from Nusii. Use when you need to remove a specific line item by its ID.
Parámetros de entrada
idstringObligatorioThe unique identifier of the line item to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a proposalNUSII_PROPOSALS_DELETE_PROPOSALAcciónTool to delete a proposal from the system. Use when you need to permanently remove a proposal by its ID.
NUSII_PROPOSALS_DELETE_PROPOSALAcciónTool to delete a proposal from the system. Use when you need to permanently remove a proposal by its ID.
Parámetros de entrada
idstringObligatorioThe unique identifier of the proposal to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a sectionNUSII_PROPOSALS_DELETE_SECTIONAcciónTool to delete a specific section from Nusii. Use when you need to remove a section from a proposal. Returns the deleted section data for confirmation purposes.
NUSII_PROPOSALS_DELETE_SECTIONAcciónTool to delete a specific section from Nusii. Use when you need to remove a section from a proposal. Returns the deleted section data for confirmation purposes.
Parámetros de entrada
idstringObligatorioThe unique identifier of the section to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Webhook EndpointNUSII_PROPOSALS_DELETE_WEBHOOK_ENDPOINTAcciónTool to delete a specific webhook endpoint from the system. Use when you need to remove a webhook endpoint.
NUSII_PROPOSALS_DELETE_WEBHOOK_ENDPOINTAcciónTool to delete a specific webhook endpoint from the system. Use when you need to remove a webhook endpoint.
Parámetros de entrada
idstringObligatorioThe unique identifier of the webhook endpoint to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Account MeNUSII_PROPOSALS_GET_ACCOUNT_MEAcciónTool to retrieve authenticated user's personal account information and settings. Use to get current account details including company info, currency, locale, and contact information.
NUSII_PROPOSALS_GET_ACCOUNT_MEAcciónTool to retrieve authenticated user's personal account information and settings. Use to get current account details including company info, currency, locale, and contact information.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ClientNUSII_PROPOSALS_GET_CLIENTAcciónTool to retrieve a single client from Nusii using their unique identifier. Use when you need to fetch detailed information about a specific client including contact details, business information, and preferences.
NUSII_PROPOSALS_GET_CLIENTAcciónTool to retrieve a single client from Nusii using their unique identifier. Use when you need to fetch detailed information about a specific client including contact details, business information, and preferences.
Parámetros de entrada
idstringObligatorioThe unique identifier of the client to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ProposalNUSII_PROPOSALS_GET_PROPOSALAcciónTool to retrieve a single proposal with complete details and sections. Use when you need to fetch detailed information about a specific proposal.
NUSII_PROPOSALS_GET_PROPOSALAcciónTool to retrieve a single proposal with complete details and sections. Use when you need to fetch detailed information about a specific proposal.
Parámetros de entrada
idstringObligatorioThe proposal identifier to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get SectionNUSII_PROPOSALS_GET_SECTIONAcciónTool to retrieve a single section from a proposal or template in Nusii. Use when you need detailed information about a specific section including title, content, pricing, and metadata.
NUSII_PROPOSALS_GET_SECTIONAcciónTool to retrieve a single section from a proposal or template in Nusii. Use when you need detailed information about a specific section including title, content, pricing, and metadata.
Parámetros de entrada
idstringObligatorioThe unique identifier of the section to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Webhook EndpointNUSII_PROPOSALS_GET_WEBHOOK_ENDPOINTAcciónTool to retrieve a single webhook endpoint configuration. Use when you need to get details about a specific webhook endpoint including its target URL and subscribed events.
NUSII_PROPOSALS_GET_WEBHOOK_ENDPOINTAcciónTool to retrieve a single webhook endpoint configuration. Use when you need to get details about a specific webhook endpoint including its target URL and subscribed events.
Parámetros de entrada
idstringObligatorioThe unique identifier of the webhook endpoint
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ClientsNUSII_PROPOSALS_LIST_CLIENTSAcciónTool to retrieve all clients associated with the account. Use when you need to list or browse clients with pagination support.
NUSII_PROPOSALS_LIST_CLIENTSAcciónTool to retrieve all clients associated with the account. Use when you need to list or browse clients with pagination support.
Parámetros de entrada
perintegerNumber of results per page. Must be >= 1. Default is 25.
pageintegerPage number for pagination. Must be >= 1. Default is 1.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Line ItemsNUSII_PROPOSALS_LIST_LINE_ITEMSAcciónTool to retrieve all line items from Nusii Proposals with pagination support. Use when you need to list or browse line items in proposals.
NUSII_PROPOSALS_LIST_LINE_ITEMSAcciónTool to retrieve all line items from Nusii Proposals with pagination support. Use when you need to list or browse line items in proposals.
Parámetros de entrada
perintegerNumber of results per page. Must be >= 1. Default is 25.
pageintegerPage number for pagination. Must be >= 1. Default is 1.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Proposal ActivitiesNUSII_PROPOSALS_LIST_PROPOSAL_ACTIVITIESAcciónTool to retrieve all proposal activities with optional filtering by proposal or client ID. Use when you need to track interactions with proposals such as views, sends, or acceptances. Supports pagination via page and per parameters.
NUSII_PROPOSALS_LIST_PROPOSAL_ACTIVITIESAcciónTool to retrieve all proposal activities with optional filtering by proposal or client ID. Use when you need to track interactions with proposals such as views, sends, or acceptances. Supports pagination via page and per parameters.
Parámetros de entrada
perintegerNumber of results per page (default: 25).
pageintegerPage number for pagination (default: 1).
client_idintegerFilter activities for a specific client by client ID.
proposal_idintegerFilter activities for a specific proposal by proposal ID.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ProposalsNUSII_PROPOSALS_LIST_PROPOSALSAcciónTool to retrieve all proposals from your Nusii account with pagination and filtering options. Use when you need to browse proposals or filter by status.
NUSII_PROPOSALS_LIST_PROPOSALSAcciónTool to retrieve all proposals from your Nusii account with pagination and filtering options. Use when you need to browse proposals or filter by status.
Parámetros de entrada
perintegerNumber of results per page. Default is 25.
pageintegerPage number for pagination. Default is 1.
statusstringenumFilter by proposal status: 'draft', 'pending', 'accepted', 'rejected', or 'clarification'.
draftpendingacceptedrejectedclarificationarchivedbooleanSet to true to retrieve only archived proposals. Default is false.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Section Line ItemsNUSII_PROPOSALS_LIST_SECTION_LINE_ITEMSAcciónTool to retrieve all line items from a specific section. Use when you need to get details about line items including pricing, quantities, and cost types within a section. Note: This endpoint does not support pagination.
NUSII_PROPOSALS_LIST_SECTION_LINE_ITEMSAcciónTool to retrieve all line items from a specific section. Use when you need to get details about line items including pricing, quantities, and cost types within a section. Note: This endpoint does not support pagination.
Parámetros de entrada
section_idintegerObligatorioThe ID of the section from which to retrieve line items
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List SectionsNUSII_PROPOSALS_LIST_SECTIONSAcciónTool to retrieve all sections with optional filtering for proposals or templates. Use when you need to list sections or filter by proposal_id or template_id.
NUSII_PROPOSALS_LIST_SECTIONSAcciónTool to retrieve all sections with optional filtering for proposals or templates. Use when you need to list sections or filter by proposal_id or template_id.
Parámetros de entrada
perintegerResults per page (default: 25).
pageintegerPage number for pagination (default: 1).
proposal_idintegerFilter sections by specific proposal ID.
template_idintegerFilter sections by specific template ID.
include_line_itemsbooleanWhen true, includes complete line item data in response.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ThemesNUSII_PROPOSALS_LIST_THEMESAcciónTool to retrieve all available themes for proposals in Nusii. Use when you need to browse available theme options or select a theme for a proposal.
NUSII_PROPOSALS_LIST_THEMESAcciónTool to retrieve all available themes for proposals in Nusii. Use when you need to browse available theme options or select a theme for a proposal.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List UsersNUSII_PROPOSALS_LIST_USERSAcciónTool to retrieve all users in paginated format. Use when you need to list users in the Nusii system. Supports pagination via page and per parameters.
NUSII_PROPOSALS_LIST_USERSAcciónTool to retrieve all users in paginated format. Use when you need to list users in the Nusii system. Supports pagination via page and per parameters.
Parámetros de entrada
perintegerNumber of results per page (default: 25). Must be >= 1.
pageintegerPage number for pagination (default: 1). Must be >= 1.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Webhook EndpointsNUSII_PROPOSALS_LIST_WEBHOOK_ENDPOINTSAcciónTool to retrieve all webhook endpoints configured for your Nusii account. Use when you need to view all configured webhook subscriptions. Supports pagination via page and per parameters.
NUSII_PROPOSALS_LIST_WEBHOOK_ENDPOINTSAcciónTool to retrieve all webhook endpoints configured for your Nusii account. Use when you need to view all configured webhook subscriptions. Supports pagination via page and per parameters.
Parámetros de entrada
perintegerNumber of results per page, must be >=1. Default is 25.
pageintegerPage number for pagination, must be >=1. Default is 1.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update ClientNUSII_PROPOSALS_UPDATE_CLIENTAcciónTool to update an existing client's information in Nusii. Use when you need to modify client details such as contact information, business details, or preferences.
NUSII_PROPOSALS_UPDATE_CLIENTAcciónTool to update an existing client's information in Nusii. Use when you need to modify client details such as contact information, business details, or preferences.
Parámetros de entrada
idstringObligatorioThe unique identifier of the client to update
clientobjectObligatorioClient data to update
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Line ItemNUSII_PROPOSALS_UPDATE_LINE_ITEMAcciónTool to update an existing line item in Nusii proposals. Use when modifying line item details such as name, amount, cost type, or position. All update parameters are optional - only include the fields you want to change.
NUSII_PROPOSALS_UPDATE_LINE_ITEMAcciónTool to update an existing line item in Nusii proposals. Use when modifying line item details such as name, amount, cost type, or position. All update parameters are optional - only include the fields you want to change.
Parámetros de entrada
idstringObligatorioThe line item ID to update
namestringBody/description of the line item
amountintegerPrice in cents (e.g., 10000 for $100.00)
per_typestringenumFor per-unit costs - specifies the unit type. Only valid when cost_type is 'per'
yearmonthweekdayhouritemunitpositionintegerOrder within the section, must be non-negative
quantityintegerMultiplier for per-type costs (total = quantity × amount), must be at least 1
cost_typestringenumCost structure - valid values: 'fixed' (one-time), 'recurring' (repeating), or 'per' (per-unit)
fixedrecurringperrecurring_typestringenumFor recurring costs - specifies the recurrence frequency. Only valid when cost_type is 'recurring'
yearlysemiannuallytrimestermonthlyweeklydailyhourly
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update ProposalNUSII_PROPOSALS_UPDATE_PROPOSALAcciónTool to update an existing proposal in Nusii. Use when you need to modify proposal details like title, client, expiration date, or display settings.
NUSII_PROPOSALS_UPDATE_PROPOSALAcciónTool to update an existing proposal in Nusii. Use when you need to modify proposal details like title, client, expiration date, or display settings.
Parámetros de entrada
idstringObligatorioThe unique identifier of the proposal to update
themestringVisual design template for the proposal
titlestringHeading text for the proposal
reportbooleanConverts the proposal into a report format; defaults to false
client_idstringIdentifier linking to the client record
expires_atstringExpiration date/time for the proposal in ISO 8601 format
client_emailstringFetches the client associated with that email. It creates a new client if there is no client with that email. This is ignored when client_id is set.
display_datestringBy default the date displayed on the proposal is the sent date. This can be overwritten with the display_date in ISO 8601 format
exclude_totalbooleanRemoves the total from display; defaults to false
prepared_by_idstringUser identifier for who created the proposal
exclude_total_in_pdfbooleanRemoves the total from the PDF output; defaults to false
document_section_titlestringHeading for the documents section
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update SectionNUSII_PROPOSALS_UPDATE_SECTIONAcciónTool to update an existing section in a proposal or template. Use when you need to modify section content, settings, or display properties.
NUSII_PROPOSALS_UPDATE_SECTIONAcciónTool to update an existing section in a proposal or template. Use when you need to modify section content, settings, or display properties.
Parámetros de entrada
idstringObligatorioThe unique identifier of the section to update
bodystringSection content
namestringInternal reference name for the section
titlestringSection heading
optionalbooleanClient selection option (default: false)
positionintegerDisplay order in proposal/template
reusablebooleanWhether the section can be reused to any template/proposal
page_breakbooleanPDF page break toggle (default: false)
proposal_idintegerAssociated proposal identifier
template_idintegerAssociated template identifier
section_typestringContent type - 'text' or 'cost'
include_totalbooleanSubtotal display within section (default: false)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not