https://github.com/fabasoad/twilio-fax-action
GitHub action that sends fax using Twilio.
https://github.com/fabasoad/twilio-fax-action
github-actions twilio
Last synced: 13 days ago
JSON representation
GitHub action that sends fax using Twilio.
- Host: GitHub
- URL: https://github.com/fabasoad/twilio-fax-action
- Owner: fabasoad
- Archived: true
- Created: 2020-05-06T06:12:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T01:22:23.000Z (almost 2 years ago)
- Last Synced: 2024-05-22T23:45:47.151Z (11 months ago)
- Topics: github-actions, twilio
- Language: TypeScript
- Homepage:
- Size: 2.33 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-actions - Twilio Fax - Sends a document by fax using your Twilio account. (Community Resources / Utility)
README
# Twilio Fax Action (Deprecated)
> **This GitHub action is deprecated, not supported and cannot be used. Twilio [sunset programmable
fax offering on 2021/12/17](https://www.twilio.com/changelog/programmable-fax-end-life-one-year-notice).
And also, twilio-node library introduced the breaking change in [3.74.0](https://github.com/twilio/twilio-node/releases/tag/3.74.0)
version where possibility to send faxes has been removed.**  [](https://lgtm.com/projects/g/fabasoad/twilio-fax-action/alerts/) [](https://lgtm.com/projects/g/fabasoad/twilio-fax-action/context:javascript) [](https://codeclimate.com/github/fabasoad/twilio-fax-action/maintainability) [](https://snyk.io/test/github/fabasoad/twilio-fax-action)
All input parameters for this GitHub action are ignored. If you call this GitHub action in your
workflow you will see the following warning:```text
This GitHub action is deprecated, is not supported and cannot be used. Twilio sunset programmable fax offering on 2021/12/17. And also, twilio-node library introduced the breaking change in 3.74.0 version where possibility to send faxes has been removed. More information: https://github.com/twilio/twilio-node/releases/tag/3.74.0 and https://www.twilio.com/changelog/programmable-fax-end-life-one-year-notice
```