{"id":13530826,"url":"https://github.com/fabasoad/twilio-voice-call-action","last_synced_at":"2026-02-13T16:58:35.701Z","repository":{"id":38891068,"uuid":"248228678","full_name":"fabasoad/twilio-voice-call-action","owner":"fabasoad","description":"GitHub action that sends Twilio voice call.","archived":false,"fork":false,"pushed_at":"2024-05-02T05:06:26.000Z","size":14806,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-22T23:45:34.682Z","etag":null,"topics":["github-action","github-actions","twilio","twilio-voice","voice","voice-assistant","voicetext"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabasoad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://en.cryptobadges.io/donate/145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH"],"github":["fabasoad"],"ko_fi":"fabasoad","liberapay":"fabasoad"}},"created_at":"2020-03-18T12:42:33.000Z","updated_at":"2024-08-24T23:20:16.172Z","dependencies_parsed_at":"2023-01-11T17:21:42.349Z","dependency_job_id":"8b369af0-6459-485b-8ae3-c8ee914d45ba","html_url":"https://github.com/fabasoad/twilio-voice-call-action","commit_stats":{"total_commits":133,"total_committers":7,"mean_commits":19.0,"dds":"0.49624060150375937","last_synced_commit":"adcff40bc62748c054d74fd98e64be8253243b40"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Ftwilio-voice-call-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Ftwilio-voice-call-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Ftwilio-voice-call-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Ftwilio-voice-call-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabasoad","download_url":"https://codeload.github.com/fabasoad/twilio-voice-call-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243871307,"owners_count":20361325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-action","github-actions","twilio","twilio-voice","voice","voice-assistant","voicetext"],"created_at":"2024-08-01T07:00:56.009Z","updated_at":"2026-02-13T16:58:35.692Z","avatar_url":"https://github.com/fabasoad.png","language":"JavaScript","funding_links":["https://en.cryptobadges.io/donate/145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH","https://github.com/sponsors/fabasoad","https://ko-fi.com/fabasoad","https://liberapay.com/fabasoad"],"categories":["Community Resources"],"sub_categories":["Utility"],"readme":"# Twilio voice call action\n\n[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)\n![Releases](https://img.shields.io/github/v/release/fabasoad/twilio-voice-call-action?include_prereleases)\n![unit-tests](https://github.com/fabasoad/twilio-voice-call-action/actions/workflows/unit-tests.yml/badge.svg)\n![functional-tests](https://github.com/fabasoad/twilio-voice-call-action/actions/workflows/functional-tests.yml/badge.svg)\n![security](https://github.com/fabasoad/twilio-voice-call-action/actions/workflows/security.yml/badge.svg)\n![linting](https://github.com/fabasoad/twilio-voice-call-action/actions/workflows/linting.yml/badge.svg)\n[![codecov](https://codecov.io/gh/fabasoad/twilio-voice-call-action/branch/main/graph/badge.svg?token=50U8UQWIKB)](https://codecov.io/gh/fabasoad/twilio-voice-call-action)\n\nThis action sends Twilio voice call.\n\n## Supported OS\n\n\u003c!-- prettier-ignore-start --\u003e\n| OS      |                    |\n|---------|--------------------|\n| Windows | :white_check_mark: |\n| Linux   | :white_check_mark: |\n| macOS   | :white_check_mark: |\n\u003c!-- prettier-ignore-end --\u003e\n\n## Prerequisites\n\nSign up to [Twilio](https://twilio.com) official web page. Then [register a new\nnumber](https://www.twilio.com/console/voice/numbers) to use it as `from` parameter.\nIf you use free trial account you have to [add verified phone number](https://support.twilio.com/hc/en-us/articles/223180048-Adding-a-Verified-Phone-Number-or-Caller-ID-with-Twilio)\nto use it as `to` parameter. Account SID and Auth token you can find on a [Dashboard\npage](https://www.twilio.com/console).\n\n## Inputs\n\n```yaml\n- uses: fabasoad/twilio-voice-call-action@v3\n  with:\n    # (Required) Twilio Account SID.\n    twilio-account-sid: \"${{ secrets.TWILIO_ACCOUNT_SID }}\"\n    # (Required) Twilio Auth token.\n    twilio-auth-token: \"${{ secrets.TWILIO_AUTH_TOKEN }}\"\n    # (Required) Text that will be sent by voice call.\n    text: \"GitHub actions build number ${{ github.run_number }} passed successfully.\"\n    # (Required) Phone number in your Twilio account to send the voice call from.\n    from: '+1(123)4567890'\n    # (Required) Phone number to send the voice call to.\n    to: '+1(123)4567809'\n    # (Optional) Call voice. Possible values: man, woman, alice. Defaults to \"alice\".\n    voice: \"alice\"\n    # (Optional) Twilio log level. Defaults to \"debug\".\n    twilio-log-level: \"debug\"\n```\n\n## Outputs\n\nNone.\n\n## Example phone call\n\nDownload [example.mp3](https://raw.githubusercontent.com/fabasoad/twilio-voice-call-action/main/example.mp3)\nfile to listen.\n\n## Contributions\n\n![Alt](https://repobeats.axiom.co/api/embed/379948bad849c09fd6752bbdcd4aec28c0c25617.svg \"Repobeats analytics image\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabasoad%2Ftwilio-voice-call-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabasoad%2Ftwilio-voice-call-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabasoad%2Ftwilio-voice-call-action/lists"}