Sign in

Resend fax

documented

Resend a fax.

POST faxes/{fax_id}/resendFaxesno 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/{{$fax_id}}/resend' \
  -X POST \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json' \
  -u '{{PHAXIO_API_KEY}}:{{PHAXIO_SECRET}}' \
  -d '{"callback_url": "{{$callback_url}}"}'
Resend fax · Phaxio · OpenIntegrations