Checking programmatically status of file sending

You are here

Checking programmatically status of file sending

8 posts / 0 new
Last post
kszakul
kszakul's picture
Checking programmatically status of file sending

Hello,
I would like to automatically check status of sent files.

Are file statuses are available via some API or via database?
Or are there triggered some events when mendelson sends the file which I can subscribe or handle?

Thanks in advance,
Lukas

heller
heller's picture

Lukas,

you could execute a command after the message receipt or sent. This could be defined in the partner panel.

Regards
Heller

kszakul
kszakul's picture

Hi Heller,
I'm wondering if I could define this script programatically.

For example by updating some database entries?
Is it save to update mendelson internal database when it is working?

Kind regards,
Lukas

heller
heller's picture

Lukas,

are you looking for an API to change the partner settings? This is not available.

Regards
Heller

kszakul
kszakul's picture

Hi Heller,
I would like to change mendelson's database where the configuration is stored. How to do it? Can I update it when mendelson is working?

Greetings,
Lukas

heller
heller's picture

Lukas,

the product is related to a special database structure. If you change anything there you have to modify the code, too. A huge disadvantage is that you could not use the update mechanism of the mendelson opensource AS2 software if you modify the database structure.

Regards
Heller

kszakul
kszakul's picture

Heller,
I don't want to change the database structure.
I only want to insert/update rows containing partner configuration (to emulate the behavior of mendelson's management console). Is it possible when mendelson is working? Do I need to to some operation to make new partner or changed partner settings visible to mendelson?

Regards,
Lukas

heller
heller's picture

Lukas,

That depends on what you want to change. Adding a partner or something like that should be no problem.

Regards
Heller