{"id":24560250,"url":"https://github.com/rafaelvicio/sns-sms","last_synced_at":"2025-04-19T14:44:16.896Z","repository":{"id":46062348,"uuid":"245156098","full_name":"rafaelvicio/sns-sms","owner":"rafaelvicio","description":"Send an SMS through GitHub Actions","archived":false,"fork":false,"pushed_at":"2022-08-18T19:22:56.000Z","size":2748,"stargazers_count":8,"open_issues_count":2,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-06T05:02:17.143Z","etag":null,"topics":["actions","aws","sms","sns"],"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/rafaelvicio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-05T12:22:07.000Z","updated_at":"2025-03-29T16:17:10.000Z","dependencies_parsed_at":"2022-09-17T23:22:54.310Z","dependency_job_id":null,"html_url":"https://github.com/rafaelvicio/sns-sms","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelvicio%2Fsns-sms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelvicio%2Fsns-sms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelvicio%2Fsns-sms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelvicio%2Fsns-sms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaelvicio","download_url":"https://codeload.github.com/rafaelvicio/sns-sms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249716828,"owners_count":21315068,"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":["actions","aws","sms","sns"],"created_at":"2025-01-23T07:16:14.346Z","updated_at":"2025-04-19T14:44:16.879Z","avatar_url":"https://github.com/rafaelvicio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SNS SMS GitHub Action\n\nSend an SMS from GitHub Actions.\n\n## Prerequisites\n\n- A AWS Account. [Sign up for free](https://aws.amazon.com)\n- A [A AmazonSNS User](https://aws.amazon.com/pt/iam/)\n\n## Usage\n\n1. Set up your credentials as secrets in your repository settings using `AWS_REGION`, `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `FROM_PHONE_NUMBER`, `SMS_TEXT_CONTENT`\n\n2. Add the following to your workflow\n\n```yml\n- name: \"Sending SMS Notification\"\n  uses: rafaelvicio/sns-sms@1.0.1\n  with:\n    FROM_PHONE_NUMBER: \"+5561123456789\"\n    SMS_TEXT_CONTENT: \"Hello from AWS SNS\"\n  env:\n    AWS_REGION: ${{ secrets.AWS_REGION }}\n    AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}\n    AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n```\n\n## Inputs\n\n### `FROM_PHONE_NUMBER`\n\n**Required** Phone number to send the SMS to\n\n### `SMS_TEXT_CONTENT`\n\n**Required** The message you want to send\n\n### `AWS_REGION`\n\nA AWS Region. Can alternatively be stored in environment\n\n### `AWS_ACCESS_KEY_ID`\n\nA AWS Access Key ID. Can alternatively be stored in environment\n\n### `AWS_SECRET_ACCESS_KEY`\n\nA AWS Secret Access Key. Can alternatively be stored in environment\n\n## Outputs\n\n### `MessageId`\n\nThe SID of the [message resource](https://docs.aws.amazon.com/pt_br/sns/latest/dg/sns-msg-status.html) associated with the SMS sent.\n\n## Contributing\n\n## Third Party Licenses\n\nThis GitHub Action uses a couple of Node.js modules to work.\n\nLicense and other copyright information for each module are included in the release branch of each action version under `node_modules/{module}`.\n\nMore information for each package can be found at `https://www.npmjs.com/package/{package}`\n\n## License\n\n[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelvicio%2Fsns-sms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaelvicio%2Fsns-sms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelvicio%2Fsns-sms/lists"}