We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb82ab4 commit c21f740Copy full SHA for c21f740
.module.properties
@@ -1,3 +1,3 @@
1
project.name=sendgrid-sdk
2
project.version=1.4.0
3
-module.name=sendgrid-sdk
+module.name=sendgrid-sdk
modules/sendgrid-sdk/handlers/webhooks.cfc
@@ -34,7 +34,7 @@ component {
34
);
35
}
36
37
- return event.renderData( statusCode = 200, data = "" );
+ return event.renderData( statusCode = 200, data = "Successfully caught the webhook" );
38
39
40
/**
0 commit comments