mirror of https://github.com/tobya/DocTo
20 lines
525 B
Markdown
20 lines
525 B
Markdown
Webhook Help
|
|
|
|
The Webhook URL will be called on the following events with the following parameters
|
|
|
|
- File Conversion
|
|
- action=convert
|
|
- type=wdFormatType (or int if no matching format type)
|
|
- ouputfilename=File being written to.
|
|
- inputfilename=File being converted.
|
|
|
|
- Error
|
|
- action=error
|
|
- type=wdFormatType (or int if no matching format type)
|
|
- ouputfilename=File being written to.
|
|
- inputfilename=File being converted.
|
|
- error=Error Message
|
|
|
|
Return value is logged in DocTo Log
|
|
|