{"id":1371466,"date":"2017-10-30T09:12:55","date_gmt":"2017-10-30T16:12:55","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/send-email-on-attendees-update-hook-event_tickets_after_attendees_update\/"},"modified":"2017-10-30T09:12:55","modified_gmt":"2017-10-30T16:12:55","slug":"send-email-on-attendees-update-hook-event_tickets_after_attendees_update","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/send-email-on-attendees-update-hook-event_tickets_after_attendees_update\/","title":{"rendered":"Send email on attendees update (hook `event_tickets_after_attendees_update`)"},"content":{"rendered":"<p>This seems like a custom function that you don&#8217;t do support for I know, but I think I&#8217;m already 80% there. I would like to get an email when a user edits\/updates their ticket after they bought them.<\/p>\n<p>I have found the function event_tickets_after_attendees_update and thought this would trigger when I update the the ticket over at domain.com\/event\/name-event\/ticket and hit this button<\/p>\n<pre><code>&lt;div class=&quot;tribe-submit-tickets-form&quot;&gt;\n  &lt;button type=&quot;submit&quot; name=&quot;process-tickets&quot; value=&quot;1&quot; class=&quot;button alt&quot;&gt;Update ticket&lt;\/button&gt;\n&lt;\/div&gt;<\/code><\/pre>\n<p>I have created the following function that has the hook in it that I mention earlier<\/p>\n<pre><code>function alloyMailWhenTicketUpdate() {\n\n  wp_mail(\n    &#039;myemail@gmail.com&#039;,\n    &#039;updated&#039;,\n    &#039;A ticket as updated&#039;\n  );\n}\n\nadd_action(&#039;event_tickets_after_attendees_update&#039;, &#039;alloyMailWhenTicketUpdate&#039;);<\/code><\/pre>\n<p>But it seems not to trigger, is there another hook that I can latch on to to get notified when a user updates their ticket?<\/p>\n","protected":false},"template":"","class_list":["post-1371466","topic","type-topic","status-closed","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Send email on attendees update (hook `event_tickets_after_attendees_update`) -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/send-email-on-attendees-update-hook-event_tickets_after_attendees_update\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Send email on attendees update (hook `event_tickets_after_attendees_update`) -\" \/>\n<meta property=\"og:description\" content=\"This seems like a custom function that you don&#8217;t do support for I know, but I think I&#8217;m already 80% there. I would like to get an email when a user edits\/updates their ticket after they bought them. I have found the function event_tickets_after_attendees_update and thought this would trigger when I update the the ticket [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/send-email-on-attendees-update-hook-event_tickets_after_attendees_update\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/send-email-on-attendees-update-hook-event_tickets_after_attendees_update\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/send-email-on-attendees-update-hook-event_tickets_after_attendees_update\/\",\"name\":\"Send email on attendees update (hook `event_tickets_after_attendees_update`) -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2017-10-30T16:12:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/send-email-on-attendees-update-hook-event_tickets_after_attendees_update\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/send-email-on-attendees-update-hook-event_tickets_after_attendees_update\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/send-email-on-attendees-update-hook-event_tickets_after_attendees_update\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/theeventscalendar.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\/\/theeventscalendar.com\/support\/topics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Ticket Products\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Event Tickets Plus\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/event-tickets-plus\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Send email on attendees update (hook `event_tickets_after_attendees_update`)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\",\"url\":\"https:\/\/theeventscalendar.com\/support\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Send email on attendees update (hook `event_tickets_after_attendees_update`) -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/send-email-on-attendees-update-hook-event_tickets_after_attendees_update\/","og_locale":"en_US","og_type":"article","og_title":"Send email on attendees update (hook `event_tickets_after_attendees_update`) -","og_description":"This seems like a custom function that you don&#8217;t do support for I know, but I think I&#8217;m already 80% there. I would like to get an email when a user edits\/updates their ticket after they bought them. I have found the function event_tickets_after_attendees_update and thought this would trigger when I update the the ticket [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/send-email-on-attendees-update-hook-event_tickets_after_attendees_update\/","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/send-email-on-attendees-update-hook-event_tickets_after_attendees_update\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/send-email-on-attendees-update-hook-event_tickets_after_attendees_update\/","name":"Send email on attendees update (hook `event_tickets_after_attendees_update`) -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2017-10-30T16:12:55+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/send-email-on-attendees-update-hook-event_tickets_after_attendees_update\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/send-email-on-attendees-update-hook-event_tickets_after_attendees_update\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/send-email-on-attendees-update-hook-event_tickets_after_attendees_update\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theeventscalendar.com\/support\/"},{"@type":"ListItem","position":2,"name":"Topics","item":"https:\/\/theeventscalendar.com\/support\/topics\/"},{"@type":"ListItem","position":3,"name":"Ticket Products","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/"},{"@type":"ListItem","position":4,"name":"Event Tickets Plus","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/event-tickets-plus\/"},{"@type":"ListItem","position":5,"name":"Send email on attendees update (hook `event_tickets_after_attendees_update`)"}]},{"@type":"WebSite","@id":"https:\/\/theeventscalendar.com\/support\/#website","url":"https:\/\/theeventscalendar.com\/support\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1371466","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1371466\/revisions"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1371466"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}