User Preferences Question pt 2

going back to this thread, I had another question. Is it possible to have user preferences about a channel that is never used in a workflow? For example, I have a "file collected" workflow which sends an in app notification, then has a custom step that triggers my summary email step. In my summary email step I would like to check the email preferences for the "file collected" workflow. However, the only preferences that seem to exist are in app notifications because that is directly used in the file collected workflow.

Here is the relevant snippet of the json response i get back from my list preferences call. as you can see the only channel is in_app .

{
    "enabled": true,
    "channels": {
        "in_app": true
    },
    "overrides": [
        {
            "channel": "in_app",
            "source": "subscriber"
        }
    ],
    "workflow": {
        "slug": "file-collected_wf_fqWQs23645XzGn2X",
        "identifier": "file-collected",
        "name": "file-collected"
    }
},
Was this page helpful?