mediatis/formrelay-json-request
Composer 安装命令:
composer require mediatis/formrelay-json-request
包简介
Delivery system via JSON HTTP requests (e.g. webhooks) based on Mediatis Formrelay
README 文档
README
This extension is based on the mediatis/formrelay package and you and use it to send the data of any TYPO3/form (or other form extensions that are supported by formrelay) via JSON HTTP requests to various endpoints. The most common usage is webhooks using JSON data.
You should checkout https://github.com/mediatis/formrelay to find more detail how use the plugin.
Installation
composer require mediatis/formrelay-json-request
Support
If you have any question, please contact us voehringer@mediatis.de
Submit bug reports or feature requests
Look at the Issues for what has been planned to be implemented in the (near) future.
Setup
All basic settings, explained in EXT:formrelay, (including the overwrite mechanics) apply to this extension as well.
plugin.tx_formrelay_json_request.settings.enabled
Default: 0.
Set to 1 to enable the extension.
plugin.tx_formrelay_json_request.settings.url
Default: none.
Set the URL of the webhook or other endpoint to receive the JSON HTTP request.
plugin.tx_formrelay_json_request.settings.cookies
Default: empty array.
Set a list of cookie names that should be passed to the endpoint.
Regular expressions are possible.
统计信息
- 总下载量: 1.3k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2021-10-05