Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T01:22:23.000Z (over 1 year ago)
- Last Synced: 2024-05-22T23:45:47.151Z (8 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.**![Release](https://img.shields.io/github/v/release/fabasoad/twilio-fax-action?include_prereleases) ![YAML Lint](https://github.com/fabasoad/twilio-fax-action/workflows/YAML%20Lint/badge.svg) [![Total alerts](https://img.shields.io/lgtm/alerts/g/fabasoad/twilio-fax-action.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/fabasoad/twilio-fax-action/alerts/) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/fabasoad/twilio-fax-action.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/fabasoad/twilio-fax-action/context:javascript) [![Maintainability](https://api.codeclimate.com/v1/badges/92c0b2f32ff15a3522bc/maintainability)](https://codeclimate.com/github/fabasoad/twilio-fax-action/maintainability) [![Known Vulnerabilities](https://snyk.io/test/github/fabasoad/twilio-fax-action/badge.svg)](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
```