Resend fax
documentedResend a fax.
POST faxes/{fax_id}/resendFaxesno implementation yet0 runsNo 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}}"}'