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,7 +1,9 @@
---
favicon: /favicons/salesforce.svg
items:
- name: Find Record
- name: Create attachment
desc: Creates an attachment of a specified object by given parent ID.
- name: Find record
desc: Finds a record of a specified object by a field and value.
---