Stop notifications for internal-only jobs?

We have a significant volume of internal work orders — equipment maintenance, warehouse moves, training sessions — that do not involve external customers. I have confirmed that these jobs are triggering the same automated SMS and email notifications as customer-facing work orders.

I can reproduce this when the Customer field is left blank or populated with an internal placeholder contact. The notification routing logic does not appear to distinguish between internal and external job types.

What I need to implement:

  1. Conditional suppression of customer-facing notifications when a work order is flagged as internal
  2. Alternatively, a notification template that routes only to internal staff

Current environment: FieldPulse web application v3.3.1, API v2.1. I have reviewed Setting Up Customer Notifications and found no explicit coverage of internal-only scenarios.

Is there a configuration toggle, custom field condition, or API-level control that would allow us to suppress customer notifications for designated internal job types? If not, what is the recommended workflow to prevent notification spam to placeholder contacts?

Parents
  • Another approach that doesn't require dev work: we use Service Areas as a hack. Created a 'Internal' service area with no geofence, then disabled all customer notifications for that area in Notifications > Service Area Settings.

    Pro tip: You can also set the service area's default notification template to an internal-only version with your company branding but no customer variables. This keeps everything in-app configurable without API maintenance.

    Downside: technicians need to remember to select the right service area. We solved that with a required checklist question on job creation that routes to the correct area based on response.

  • Thanks so much for this! We have a similar setup and I was wondering if there's a way to automate the service area selection based on the customer field being blank? Right now our dispatchers have to remember to check and sometimes we still slip through!

Reply Children
No Data