- Zapier Document Refresh action (create) added
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const authentication = require('./authentication');
|
||||
const addDocument = require('./creates/add_document');
|
||||
const refreshDocument = require('./creates/refresh_document'); // Add this line
|
||||
|
||||
module.exports = {
|
||||
// This is just shorthand to reference the installed dependencies you have.
|
||||
@@ -18,7 +19,8 @@ module.exports = {
|
||||
|
||||
// If you want your creates to show up, you better include it here!
|
||||
creates: {
|
||||
[addDocument.key]: addDocument
|
||||
[addDocument.key]: addDocument,
|
||||
[refreshDocument.key]: refreshDocument,
|
||||
},
|
||||
|
||||
resources: {},
|
||||
|
||||
Reference in New Issue
Block a user