Reply to a company's response on a proposal. Use this for back-and-forth negotiation.
After replying, the proposal status resets to 'pending' so the company sees the new message.
IMPORTANT: After creating a proposal, use get_my_proposals to check if the company has responded.
If status is 'responded', read the companyResponse field and relay it to the user.
If the user wants to reply, use this tool.
Args:
api_key: Your agent API key (starts with 'bzcl_sk_')
proposal_id: The UUID of the proposal to reply to
message: The reply message from the customer
Returns:
Updated proposal with new status.
Connector