Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. { "rules_fetched_node" : {
  2. "LABEL" : "Send Email Facility",
  3. "PLUGIN" : "rule",
  4. "OWNER" : "rules",
  5. "REQUIRES" : [ "rules" ],
  6. "USES VARIABLES" : {
  7. "facility" : { "label" : "node type", "type" : "node" },
  8. "facility_modal_contact_form" : { "label" : "entityform submission", "type" : "entityform" }
  9. },
  10. "IF" : [
  11. { "entity_has_field" : { "entity" : [ "facility" ], "field" : "field_facility_email_address" } }
  12. ],
  13. "DO" : [
  14. { "component_rules_entityform_notifications_email_send" : {
  15. "entityform" : [ "facility-modal-contact-form" ],
  16. "email_address" : "[facility:field-facility-email-address]",
  17. "show_submission" : "1",
  18. "email_subject" : "A user from AddictionRecovery.com contacted you",
  19. "email_body" : "some text"
  20. }
  21. }
  22. ]
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement