feat(salesforce): Implement create attachment integration

This commit is contained in:
Faruk AYDIN
2023-02-07 16:30:47 +01:00
committed by Ali BARIN
parent 48653c7590
commit 9cfaa9e603
4 changed files with 59 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
import findRecord from './find-record';
import createAttachment from './create-attachment';
export default [findRecord];
export default [findRecord, createAttachment];