{"id":15099370,"url":"https://github.com/funnyzak/ifttt-webhook-action","last_synced_at":"2026-01-06T12:53:39.387Z","repository":{"id":114592704,"uuid":"432724182","full_name":"funnyzak/ifttt-webhook-action","owner":"funnyzak","description":"A GitHub action that triggers an IFTTT webhooks event. This is useful for example when you want to trigger a IFTTT webhook after your ci succeeds.","archived":false,"fork":false,"pushed_at":"2022-07-22T04:01:02.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T19:48:04.118Z","etag":null,"topics":["action","bash","github","ifttt"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/funnyzak.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-28T13:45:43.000Z","updated_at":"2023-03-04T08:07:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"d0d2544f-5262-4248-bdbe-3eafed63929a","html_url":"https://github.com/funnyzak/ifttt-webhook-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyzak%2Fifttt-webhook-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyzak%2Fifttt-webhook-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyzak%2Fifttt-webhook-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyzak%2Fifttt-webhook-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funnyzak","download_url":"https://codeload.github.com/funnyzak/ifttt-webhook-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245858880,"owners_count":20684057,"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":["action","bash","github","ifttt"],"created_at":"2024-09-25T17:11:42.396Z","updated_at":"2026-01-06T12:53:39.354Z","avatar_url":"https://github.com/funnyzak.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IFTTT WEBHOOK ACTION\n\n![License][license-image]\n![Issues][issues-image]\n\nA GitHub action that triggers an [IFTTT webhooks](https://ifttt.com/maker_webhooks) event. This is useful for example when you want to trigger a IFTTT webhook after your ci succeeds.\n\n## Keys\n\n- `key` ifttt webhook key.\n- `event` The name of the event, like \"button_pressed\" or \"front_door_opened\". Use only letters, numbers, and underscores.\n- `value1` The data is completely optional, and you can also pass value1, value2, and value3 as query parameters or form variables. This content will be passed on to the action in your Applet.\n- `value2` The data is completely optional, and you can also pass value1, value2, and value3 as query parameters or form variables. This content will be passed on to the action in your Applet.\n- `value3` The data is completely optional, and you can also pass value1, value2, and value3 as query parameters or form variables. This content will be passed on to the action in your Applet.\n\n\n## Usages\n\n```yaml\nsteps:\n  - name: IFTTT Webhook.\n    uses: funnyzak/ifttt-webhook-action@v1\n    with:\n      key: ${{ secrets.IFTTT_KEY }}\n      event: notify\n      value1: hi\n      value2: hello\n      value3: wolf\n```\n\nread __README.md__ and hook。\n\n```yaml\nsteps:\n  - name: Checkout Source\n    uses: actions/checkout@v1\n  - id: GetReadMe\n    run: |\n      readme_content=`cat ./README.md`\n      readme_content=\"${readme_content//'%'/'%25'}\"\n      readme_content=\"${readme_content//$'\\n'/'%0A'}\"\n      readme_content=\"${readme_content//$'\\r'/'%0D'}\"\n      echo \"::set-output name=body::$readme_content\"\n  - name: IFTTT Webhook\n    uses: funnyzak/ifttt-webhook-action@v1\n    with:\n      key: ${{ secrets.IFTTT_KEY }}\n      event: notify\n      value1: ${{ steps.GetReadMe.outputs.body }}\n```\n\n## License\n\nMIT License © 2021 [funnyzak](https://github.com/funnyzak)\n\n[license-image]: https://img.shields.io/static/v1?label=licence\u0026message=MIT\u0026color=Green\n[issues-image]: https://img.shields.io/github/issues/funnyzak/jishida-action\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunnyzak%2Fifttt-webhook-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunnyzak%2Fifttt-webhook-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunnyzak%2Fifttt-webhook-action/lists"}