• Resolved zszymczyk

    (@zszymczyk)


    Hi,

    is it possible to use custom field (ACF user field) in Conditions and select recipient based on this field?

    So for example:
    I have custom ACF user field named ‘Copywriter’. In this field I’m selecting specific user.

    The notification should be send when:
    – status will change to ‘copywriting’
    – custom user field will change from null or different user than selected to specific person
    – I hit save

    The notification should be send to:
    selected person in user custom field

    Regards,
    Zbyszek

Viewing 1 replies (of 1 total)
  • Plugin Author Kuba Mikita

    (@kubitomakita)

    Cheers from Poland!

    A couple of things to consider first – currently, we don’t have a way to checking if the custom field nor the post status has changed. When the post gets updated it will send an email. If that’s ok, the Custom Fields and Conditionals add-ons are the ones you are looking for.

    So in the Conditionals section, you’d need to select:

    Process this trigger if:
    {post_status} equals Copywriting

    Then the recipient would be just an Email and value: {postmeta {post_ID} copywriter:user_email}

    {post_ID} and custom field name depends on how exactly it’s set, according to our docs: https://docs.bracketspace.com/notification/extensions/custom-fields#advanced-custom-fields-meta

    ?I hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Custom field (from ACF) in Conditions’ is closed to new replies.