Skip Navigation

[Resolved] Trigger new file posted into an email alert

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 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 1 reply, has 2 voices.

Last updated by Minesh 1 year, 2 months ago.

Assisted by: Minesh.

Author
Posts
#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

Languages: English (English )

Timezone: 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
- hidden link
- 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