Notifying a custom resource and passing parameters

Can I notify a custom resource and send it parameters as well?

I've never done this, but we do use quite a few Custom Resources.

I then looked at how and thought of this:

  • Define call to custom resource with parameters you want with action :nothing
  • Then use notifies to call when you need to

Any use?