send_quote
Send a quote to a customer via email, with a personalized message and optional PDF attachment. The message must include the [Network Link] placeholder for accessing the quote.
Instructions
Send a quote
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The placeholder "[Network Link]" must be part of the text. | |
| subject | Yes | ||
| quote_id | Yes | the id of the quote | |
| attach_pdf | No | Attach PDF directly to the email | |
| mark_as_open | No | ||
| recipient_email | Yes | During the trial period, the recipient is limited to the email address associated to the access token provided. |