Update Proposal
upwork_update_proposalUpdate a pending Upwork proposal by revising your cover letter, bid amount, or estimated duration before the client responds.
Instructions
Update an existing proposal.
Modify your cover letter or bid amount before the client responds.
Args:
proposal_id (string, required): The proposal ID to update
cover_letter (string, optional): Updated cover letter
bid_amount (number, optional): Updated bid amount
estimated_duration (string, optional): Updated duration
Returns: Confirmation of the update.
Note: You can only update proposals that are still pending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bid_amount | No | Updated bid amount in USD | |
| proposal_id | Yes | The unique identifier of the proposal to update | |
| cover_letter | No | Updated cover letter | |
| estimated_duration | No | Updated estimated duration |