UNPKG

@joshfarrant/shortcuts-js

Version:
20 lines 639 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const utils_1 = require("../utils"); /** * @action Get Email Addresses from Input * @section Content Types > Contacts > Mail * @icon Mail * * Returns any email addresses found in the output from the previous action. * * ```js * getEmailAddressesFromInput(); * ``` */ const getEmailAddressesFromInput = () => ({ WFWorkflowActionIdentifier: 'is.workflow.actions.detect.emailaddress', WFWorkflowActionParameters: {}, }); exports.default = utils_1.withActionOutput(getEmailAddressesFromInput); //# sourceMappingURL=getEmailAddressesFromInput.js.map