Resend fax from existing fax
resend-faxQueue a new outbound fax by reusing an existing fax file reference via from_fax. to must be an array of destination numbers.
Side effects: queues outbound fax for delivery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination fax numbers as a JSON array of E.164 strings, e.g. ["+15551234567"]. Never a bare string. | |
| from | Yes | Sender fax number in E.164 form, e.g. +15559876543. | |
| comment | No | Optional comment to set for the fax job. | |
| options | No | Optional send options. | |
| user_id | No | Optional Fax.Plus user ID. Omit for self. Must be a UUID (dashed or 32-hex) or 24-char ObjectId (not a phone number). | |
| send_time | No | Optional scheduled send time, format YYYY-MM-DD HH:mm:ss +HHMM. | |
| cover_page | No | Optional fax cover page payload. | |
| resolution | No | Optional resolution: fine or superfine. | |
| return_ids | No | Optional return scheduled fax IDs flag. | |
| from_fax_id | Yes | Existing fax session ID to reuse as source document. | |
| from_fax_user_id | No | Optional owner user ID for from_fax. Omit for self. Must be a UUID (dashed or 32-hex) or 24-char ObjectId. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No |