You are here

views_send.rules.events.yml in Views Send 8

File

views_send.rules.events.yml
View source
  1. views_send_email_sent:
  2. label: 'After sending an individual email'
  3. category: 'Views Send'
  4. context_definitions:
  5. message:
  6. type: 'map'
  7. label: 'E-mail message'
  8. description: 'All information about the message.'
  9. views_send_all_email_added_to_spool:
  10. label: 'After adding all e-mails to the spool'
  11. category: 'Views Send'
  12. context_definitions:
  13. count:
  14. type: 'integer'
  15. label: 'Message count'
  16. description: 'The number of messages added to the spool.'
  17. views_send_email_added_to_spool:
  18. label: 'After adding an individual e-mail to the spool'
  19. category: 'Views Send'
  20. context_definitions:
  21. message:
  22. type: 'map'
  23. label: 'E-mail message'
  24. description: 'All information about the message.'