Hello Everyone,

I have a Requirement to upload Attachment and Some header fields of Custom Object to another Application Through API. I m able to get header data from a Custom Webservice but not sure how to get attachment that can be uploaded to another Application. 

Like 0

Like

4 comments

Hi!

You can write a custom web service in Creatio that retrieves the required attachment(s) from the custom object, formats the data appropriately...MoreLess

Show all comments (3)

Hello Creatio Community !

I want to resctrict the file formats uploaded to creatio. For example I want to allow uploading only pdf,word, excel, jpeg files and restrict Json files.

How is this configuration done ?

Like 0

Like

2 comments
Best reply

Hello Petrika,

You can refer the Secure file upload academy article to achieve your needs.

Regards,

Sourav Kumar samal

Show all comments (1)

Hello

I am making a small python application that can upload and attach files to creatio.

Connection and authentication to creatio is ok.

I can use /0/odata to get value from creatio (in the sam script with the same session).

I get a 403 when using  /0/rest/FileApiService/UploadFile.

Her...MoreLess

Like 0

Like

8 comments
Best reply

Hello Antoine,

It's not enough to include the cookies from the original request. You have to also read the value of the BPMCSRF cookie and add...MoreLess

Show all comments (7)

Hi Community,

I am trying to make a request from Creatio to the HTTP REST API Endpoints. |Where File should be added to the API request. 

Is there any way to work with the File type request Parameter in Rest API from Creatio? If yes, please suggest to me how I can achieve this.

An example of an API call from Postman is something like as per below :

Like 0

Like

3 comments

Hi Patrik,

To successfully upload an image you need to make sure that "WebDav publishing" feature is disabled in Windows features of the...MoreLess

Show all comments (2)

Hello,

I have added a number column to the OpportunityFile object, and I have two separate File details for uploading to the same Opportunity. I would like each detail so set my new column to a different value (numbers 1 or 2). How can this be achieved?

Like 0

Like

1 comments

Hello Jordan,

There should be two different schemas for these two details that are using the same object. To achieve your task you need to...MoreLess

Show all comments

Hi Team

I created a Node.js script to upload attachments using FileApiService.

Here is my script:

var axios = require('axios');

var fs = require('fs');

establish_connection();

async function establish_connection()

{

        ...MoreLess

Like 0

Like

1 comments

It's hard to say how it should be done on Node.js. However, there is an easy way to find if your request is correct. Please install "teleri...MoreLess

Show all comments

The command of "Aplana. Business solutions" presents a new file manager for bpm'online.

The new features of the add-on includes:

  • addition of a file manager module to a page of any system section using the page editor;
  • managing the file directory and set access rights to it;
  • loading, moving an...MoreLess
Like 0

Like

Share

0 comments
Show all comments