UNPKG

@joshfarrant/shortcuts-js

Version:
19 lines 529 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @action Get Contacts from Input * @section Content Types > Contacts > Contacts * @icon Contacts * * Gets contacts from the result of the previous action. * * ```js * getContactsFromInput(); * ``` */ const getContactsFromInput = () => ({ WFWorkflowActionIdentifier: 'is.workflow.actions.detect.contacts', WFWorkflowActionParameters: {}, }); exports.default = getContactsFromInput; //# sourceMappingURL=getContactsFromInput.js.map