Event on field update [Admin]

Hello,

Pretty new on strapi, i get started with a blog. So easy with nuxtjs.

For now, i’d like to go a step further. I get a collection (books). This collection get a field (isbn).
On a new record, i’d like to fulfill the isbn field, onchange, call an external api to fetch data (title, description, author, …) and get other fields fulfilled.

Any idea to achieve this please :-).

Thanks for any help.

Regards


You can you lifecycles for this, with beforeCreate function.
https://strapi.io/documentation/developer-docs/latest/concepts/models.html#available-lifecycle-hooks

thanks for your answer.

As i’m pretty new to strapi, could you explain more please :-).

Regards