From 671ab9134317c0b55cae5cb694c63ee472d41bfb Mon Sep 17 00:00:00 2001 From: Sean Madsen <sean@seanmadsen.com> Date: Thu, 29 Jun 2017 19:25:50 -0600 Subject: [PATCH] Re-generate hooks list - Now includes for hook_civicrm_inboundSMS --- docs/hooks/list.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/hooks/list.md b/docs/hooks/list.md index 8aa301f2..b15f2a8e 100644 --- a/docs/hooks/list.md +++ b/docs/hooks/list.md @@ -113,6 +113,10 @@ This is an overview list of all available hooks, listed by category. * **[hook_civicrm_alterReportVar](/hooks/hook_civicrm_alterReportVar.md)** - used to add or modify display columns and filters. +## SMS hooks + +* **[hook_civicrm_inboundSMS](/hooks/hook_civicrm_inboundSMS.md)** - called when an inbound SMS has been received, processed by the provider extension, but not matched or processed by CiviSMS. + ## Uncategorized hooks * **[hook_civicrm_alterBadge](/hooks/hook_civicrm_alterBadge.md)** - allows you to modify the content and format of name badges. -- GitLab