You can use lifecycles for this, with afterCreate function.
https://strapi.io/documentation/developer-docs/latest/concepts/models.html#lifecycle-hooks
That one will be triggered only when a Contact form entry is created.
You can use lifecycles for this, with afterCreate function.
https://strapi.io/documentation/developer-docs/latest/concepts/models.html#lifecycle-hooks
That one will be triggered only when a Contact form entry is created.