Hi
I have an external form for my leads. When submitting the form, it calls espo CRM APIs to create the contact.
I'd like to upload through Espo CRM API an image (submitted from my form).
I check that there is some endpoint like POST v1/Attachment/action/upload
then PUT api/v1/Attachment/5593f310eb6d6636d
Then PATCH request to set up my FieldID, FiledName
Is there a way to make all these steps easy ?
I have an external form for my leads. When submitting the form, it calls espo CRM APIs to create the contact.
I'd like to upload through Espo CRM API an image (submitted from my form).
I check that there is some endpoint like POST v1/Attachment/action/upload
then PUT api/v1/Attachment/5593f310eb6d6636d
Then PATCH request to set up my FieldID, FiledName
Is there a way to make all these steps easy ?
Comment