closes #1542 Generalize event. Add doc. Update default config. Add filestack to the list of plugins. Check that video conversion event returns 400. Update the readme. Update the changelog.
18 lines
584 B
Markdown
18 lines
584 B
Markdown
# Filestack webhook
|
|
|
|
You should configure your Filestack's Webhooks to point at the `webhooks` service. To do this go to `filestack.com/`, select your app and click `Credentials > Webhooks`. In the resulting page, set the `URL` to `http://<my_ip>:1619/filestack`, and click on `Add`.
|
|
|
|
## Events
|
|
|
|
See the [webhook doc](https://www.filestack.com/docs/webhooks).
|
|
|
|
*Limitations*: It stores all events except video conversions events.
|
|
|
|
All events for logs the original timestamp, the action and the id.
|
|
|
|
**Tags:**
|
|
* 'action' = `event.action` string
|
|
|
|
**Fields:**
|
|
* 'id' = `event.id` string
|