nowcerts_cognito_webHook
Process AWS Cognito webhook data for Nowcerts integration, enabling automated user management and authentication workflows between Cognito and the Nowcerts platform.
Instructions
Cognito webhook integration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Input Schema (JSON Schema)
{
"properties": {
"data": {
"required": true,
"type": "object"
}
},
"required": [
"data"
],
"type": "object"
}