{"id":19688455,"url":"https://github.com/mickamy/figma-slack-integration","last_synced_at":"2026-02-09T15:33:05.428Z","repository":{"id":114506209,"uuid":"280608026","full_name":"mickamy/figma-slack-integration","owner":"mickamy","description":"Post message to Slack channel when someone comments on a Figma file","archived":false,"fork":false,"pushed_at":"2022-07-13T16:16:31.000Z","size":42,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-04-29T08:43:29.705Z","etag":null,"topics":["figma","slack"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/mickamy.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":"2020-07-18T07:43:19.000Z","updated_at":"2024-03-04T08:49:57.000Z","dependencies_parsed_at":"2023-05-17T11:45:20.176Z","dependency_job_id":null,"html_url":"https://github.com/mickamy/figma-slack-integration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mickamy/figma-slack-integration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mickamy%2Ffigma-slack-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mickamy%2Ffigma-slack-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mickamy%2Ffigma-slack-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mickamy%2Ffigma-slack-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mickamy","download_url":"https://codeload.github.com/mickamy/figma-slack-integration/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mickamy%2Ffigma-slack-integration/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267842979,"owners_count":24153133,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["figma","slack"],"created_at":"2024-11-11T18:38:01.103Z","updated_at":"2026-02-09T15:33:05.400Z","avatar_url":"https://github.com/mickamy.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# figma-slack-integration\n\nPost message to Slack channel when someone comments on a Figma file.\nIt uses figma webhook V2.\nSee docs for details.\nhttps://www.figma.com/developers/api#webhooks_v2\n\n## How to deploy\n\nAssume you have installed ruby 2.7.0 or newer.\n\n```\n# Register your figma webhook\n$ curl -X POST \\\n\t-H 'X-FIGMA-TOKEN: \u003cPERSONAL_ACCESS_TOKEN\u003e' \\\n\t-H \"Content-Type: application/json\" \\\n\t'https://api.figma.com/v2/webhooks' \\\n\t-d '{ \\\n\t\t\"event_type\":\"FILE_COMMENT\", \\\n\t\t\"team_id\":\"\u003cTEAM_ID\u003e\", \\\n\t\t\"endpoint\":\"\u003cLAMBDA_ENDPOINT\u003e\", \\\n\t\tpasscode\":\"\u003cPASSCODE\u003e\" \\\n\t}'\n\n$ aws cloudformation package \\\n    --template-file template.yml \\\n    --output-template-file serverless-output.yml \\\n    --s3-bucket { BUCKET_NAME }\n\n$ aws cloudformation deploy \\\n    --template-file serverless-output.yml \\\n    --stack-name FSIFunction \\\n    --capabilities CAPABILITY_IAM \\\n    --parameter-overrides SlackWebhookUrl={ SLACK_WEBHOOK_URL } Passcode={ PASSCODE }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmickamy%2Ffigma-slack-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmickamy%2Ffigma-slack-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmickamy%2Ffigma-slack-integration/lists"}