- Fixed when the TimeToLive on the webhook is set, change webhook tag's to match (#13)
- Fixed 'redirect_uri' to work on any Content-Type (#12
- Added 'redirect_uri' & 'responseFields' magic parameters to POST /public/webhook/{webhookId}
- Added GET/POST /webhooks/{webhookId}/tags
- Added 'path' to DocumentEvent
- Added PATCH /webhooks/{webhookId}
- Added ability to set TimeToLive on records created through a webhook
- Added SnsDocumentEventArn as CloudFormation Output
- Added /public/webhooks/{webhooks+} API
- Added GET / POST /webhooks API
- Added DELETE /webhooks/{webhookId} API
- Updated GraalVM version to 21.0.0
- Updated Console to 1.3.5
- Added Document's Content to SNS message if size < 256KB and Content is plain text
- Added userId as System Defined tag
- Added AppEnvironment as CloudFormation Output
- Added Email Notify Module
- Fixed /documents to not return belongsToDocumentId
- Changed a NULL tag value to store as a ""
- Updated FormKiQ Console to v1.3.3
- Merged Create/Update/Delete DocumentEvents SNS Topic into 1.
- Changed /documents/{documentId} to return all data for child documents
- Added SiteId as Document Event Message Attribute
- Setup SAM / SAR deployment
- Initial Release