Passer la navigation

[Résolu] Trigger new file posted into an email alert

This support ticket is created Il y a 2 years, 9 months. 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 -

Fuseau horaire du supporter : Asia/Kolkata (GMT+05:30)

Ce sujet contient 1 reply, a 2 voix.

Dernière mise à jour par Minesh Il y a 2 years, 9 months.

Assisté par: Minesh.

Auteur
Publications
#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
Supporter

Les langues: Anglais (English )

Fuseau horaire: 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
- lien caché
- 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