Generate proposal PDF
POST/v1/proposals/:id/generate-pdf
Generates (or regenerates) the proposal PDF via Google App Scripts. Requires a template with app_script_url configured.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 429
- 500
PDF generated — returns the updated proposal and document/PDF URLs.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Request body failed validation.
Rate limit exceeded.
Unexpected server error.