VoiceML: <ReceiveFax>¶
The <ReceiveFax> action receives a fax from the other party of the call. This is a terminal action and no other actions can execute afterwards.
Attributes¶
The <ReceiveFax> action supports the following attributes.
| Attribute | Allowed Values | Default |
|---|---|---|
| FaxReadyUri | absolute or relative URI |
FaxReadyUri¶
The FaxReadyUri attribute specifies the URI to send the fax ready webhook to.
The fax ready webhook body contains a JSON serialized enfonica.voice.v1beta1.Fax instance. For successful faxes, this will contain the URI where you can download the fax in PDF format.
Body¶
No actions can be nested within the <ReceiveFax> action.