UNPKG

@joshfarrant/shortcuts-js

Version:
20 lines 634 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const utils_1 = require("../utils"); /** * @action Get Phone Numbers from Input * @section Content Types > Contacts > Phone * @icon PhoneNumber * * Returns any phone numbers found in the output from the previous action. * * ```js * getPhoneNumbersFromInput(); * ``` */ const getPhoneNumbersFromInput = () => ({ WFWorkflowActionIdentifier: 'is.workflow.actions.detect.phonenumber', WFWorkflowActionParameters: {}, }); exports.default = utils_1.withActionOutput(getPhoneNumbersFromInput); //# sourceMappingURL=getPhoneNumbersFromInput.js.map