diff --git a/README.md b/README.md
index 1d04aaf..2f82a2c 100644
--- a/README.md
+++ b/README.md
@@ -344,7 +344,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Staging - `serverless-plugin-staging`](https://github.com/icarus-sullivan/serverless-plugin-staging)**
by [icarus-sullivan](http://github.com/icarus-sullivan)
A plugin to restrict the deployment of resources or functions on a per stage basis | 
|
| **[Static - `serverless-plugin-static`](https://github.com/a-pavlenko/serverless-plugin-static)**
by [a-pavlenko](http://github.com/a-pavlenko)
Serving static files locally with serverless-offline or a standalone command | 
|
| **[Static - `serverless-static`](https://github.com/iliasbhal/serverless-static)**
by [iliasbhal](http://github.com/iliasbhal)
Easily serve files from a folder while developing on localhost with the serverless-offline plugin | 
|
-| **[Step Functions - `serverless-step-functions`](https://github.com/horike37/serverless-step-functions)**
by [horike37](http://github.com/horike37)
AWS Step Functions with Serverless Framework. | 
|
+| **[Step Functions - `serverless-step-functions`](https://github.com/serverless-operations/serverless-step-functions)**
by [serverless-operations](http://github.com/serverless-operations)
AWS Step Functions plugin for Serverless Framework | 
|
| **[Step Functions Offline - `serverless-step-functions-offline`](https://github.com/vkkis93/serverless-step-functions-offline)**
by [vkkis93](http://github.com/vkkis93)
Emulate step functions locally when developing your Serverless project | 
|
| **[Sthree Env - `serverless-sthree-env`](https://github.com/StyleTributeIT/serverless-sthree-env)**
by [StyleTributeIT](http://github.com/StyleTributeIT)
Serverless plugin to get config from a json formatted file in S3 and copy them to environment variable | 
|
| **[Subscription Filter - `serverless-plugin-subscription-filter`](https://github.com/tsub/serverless-plugin-subscription-filter)**
by [tsub](http://github.com/tsub)
A serverless plugin to register AWS CloudWatchLogs subscription filter | 
|
@@ -375,6 +375,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Vpc Eni Cleanup - `serverless-plugin-vpc-eni-cleanup`](https://github.com/medikoo/serverless-plugin-vpc-eni-cleanup)**
by [medikoo](http://github.com/medikoo)
Automatic cleanup of VPC network interfaces on stage removal | 
|
| **[Vpc Plugin - `serverless-vpc-plugin`](https://github.com/smoketurner/serverless-vpc-plugin)**
by [smoketurner](http://github.com/smoketurner)
Serverless plugin to create a VPC | 
|
| **[Warmup - `serverless-plugin-warmup`](https://github.com/juanjoDiaz/serverless-plugin-warmup)**
by [juanjoDiaz](http://github.com/juanjoDiaz)
Keep your lambdas warm during Winter. | 
|
+| **[Webhooks - `serverless-webhooks`](https://github.com/franc-liuzzi/serverless-webhooks)**
by [franc-liuzzi](http://github.com/franc-liuzzi)
Serverless Webhooks plugin simplifies the creation and management of webhooks. | 
|
| **[Webpack - `serverless-plugin-webpack`](https://github.com/goldwasserexchange/serverless-plugin-webpack)**
by [goldwasserexchange](http://github.com/goldwasserexchange)
A serverless plugin to automatically bundle your functions individually with webpack | 
|
| **[Webpack - `serverless-webpack`](https://github.com/serverless-heaven/serverless-webpack)**
by [serverless-heaven](http://github.com/serverless-heaven)
Serverless plugin to bundle your lambdas with Webpack | 
|
| **[Website Domain - `serverless-website-domain`](https://github.com/williamsandonz/serverless-website-domain)**
by [williamsandonz](http://github.com/williamsandonz)
A plugin that creates Route 53 records that point to your Cloudfront hosted static website, including www/non-www redirects. | 
|
diff --git a/plugins.json b/plugins.json
index a19f338..7758313 100644
--- a/plugins.json
+++ b/plugins.json
@@ -718,6 +718,11 @@
"description": "A plugin that creates a valid OpenAPI 3.0.X json or yaml schema as well as being able to output a Postman Collection v2 in json.",
"githubUrl": "https://github.com/JaredCE/serverless-openapi-documenter",
"status": "active"
+}, {
+ "name": "serverless-webhooks",
+ "description": "Serverless Webhooks plugin simplifies the creation and management of webhooks.",
+ "githubUrl": "https://github.com/franc-liuzzi/serverless-webhooks",
+ "status": "active"
}, {
"name": "serverless-offline-scheduler",
"description": "Runs scheduled functions offline while integrating with serverless-offline",