Files
automatisch/packages/backend/src/apps/salesforce/actions/index.js

7 lines
339 B
JavaScript

import createAttachment from './create-attachment/index.js';
import executeQuery from './execute-query/index.js';
import findRecord from './find-record/index.js';
import findPartiallyMatchingRecord from './find-partially-matching-record/index.js';
export default [findRecord, findPartiallyMatchingRecord, createAttachment, executeQuery];