Files
automatisch/packages/backend/src/apps/salesforce/actions/index.js
2024-01-05 17:44:21 +01:00

6 lines
225 B
JavaScript

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