call_dialer and automated_email in school/v1/users/emergencycontacts/changed

@Stephen Boyle / all -

I'm looking for info on a couple of emergency contacts properties in the school API: call_dialer and automated_email. These are returned by the "Users emergency contact changes" endpoint. https://developer.sky.blackbaud.com/api#api=school&operation=V1UsersEmergencycontactsChangedGet .

It looks like they indicate whether a user should be automatically called or emailed. But I can't find where to control them in the front end.

For a school I work with, most of their values for call_dialer are Never. The school doesn't know how that happened. We can't find a corresponding field in MySchoolApp.

I tried adding an emergency contact via a user's contact card to test, but I didn't see relevant fields. See screenshot.

When I fetched the contact through the API, the values of both call_dialer and automated_email were set to Emergency Only.

image.png

This KB article says:

Core > Users > Bulk Set Emergency Contacts task can be used to set default Call Dialer options for Emergency Contacts.

But there are no fields to control this in "Bulk Set Emergency Contacts" either that I can see. See screenshot.

image.png

I see that the KB article mentions Connect 5….Maybe the fields are only visible for schools with that integration?

Do we have any way to edit these fields' values?

And what would have set these values initially?

Best Answers

  • Stephen Boyle
    Stephen Boyle Blackbaud Employee
    Tenth Anniversary Kudos 5 Facilitator 2 Name Dropper
    Answer ✓

    The field is in the Post endpoints for emergency contacts.
    It's not a field in the Import.
    Maybe they had the install at one point that was actually uninstalled.

    If they don't have access to the field now via UI. The only way to manage it is by API calls - set it in a Post and retrieve it with a Get.

  • Stephen Boyle
    Stephen Boyle Blackbaud Employee
    Tenth Anniversary Kudos 5 Facilitator 2 Name Dropper
    Answer ✓

    I'd say, for standard school integrations, No. That field is either no longer is use, or was never in use. It was intended only for partners that robocall users. Legacy partner integrations, at that. If you are working with a school actively using one of those partners still, then they might care about that field.

    I don't have a way to tell why their data is a mix of values.

Answers

Categories