Saltar navegación

[Resuelto] Trigger new file posted into an email alert

This support ticket is created 2 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Zona horaria del colaborador: Asia/Kolkata (GMT+05:30)

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Minesh 2 years, 9 months ago.

Asistido por: Minesh.

Autor
Mensajes
#2643675

Hi,

I have repeatable fields (URL type) that contain files that my customer uploads from the BackOffice.
He would like an automatic e-mail to be sent to a set of addresses when he uploads a new file save to this page.

Is there some kind of trigger that :
- is triggered when a page is updated in the BackOffice
- checks whether the page has a new Toolset entry
- retrieves the value of the

Or do you see another solution?

Quentin

#2643999

Minesh
Colaborador

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

There is no such feature so that you can setup and send email notification when post is added or edited from the backend admin.

Here are few links that might help you to understand how you can send email notification when post is added/edited from admin:
- https://wordpress.stackexchange.com/questions/19040/alert-email-when-any-post-or-page-is-changed
- enlace oculto
- https://wordpress.org/plugins/notification/

If you want to go with "save_post" hook then you should also check the following Doc:
- https://toolset.com/documentation/customizing-sites-using-php/updating-types-fields-using-php/

#2644033

Hi Minesh,
Thanks for your help.

Quentin