Sign in

Test receive fax

documented

Simulate receiving a fax for testing purposes (direction=received).

POST faxes?direction=receivedFaxesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.phaxio.com/v2.1/faxes?direction=received" \
  -u '{{PHAXIO_API_KEY}}:{{PHAXIO_SECRET}}' \
  -X POST \
  -F 'direction=received' \
  -F 'file=@{{$file_path}}' \
  -F 'from_number={{$from_number}}' \
  -F 'to_number={{$to_number}}' \
  -H 'Accept: application/json'
Test receive fax · Phaxio · OpenIntegrations