Skip to main content
New Participant
March 15, 2021
Question

API Endpoint NTAG...I'm trying to figure out how to automate notifications to all users who have been tagged in an update thread at any point.

  • March 15, 2021
  • 1 reply
  • 897 views

API Endpoint NTAG...I'm trying to figure out how to automate notifications to all users who have been tagged in an update thread at any point.

I'm trying to figure out how to automate notifications to all users who have been tagged in an update thread at any point. I know the NTAG endpoint is a thing but I keep getting this error when trying to call it through a Fusion API module:

The operation failed with an error. [422] APIModel V11_0 does not support field NTAG (Note)

Any help would be appreciated.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

New Participant
March 16, 2021

You can find out who is tagged in a note using the "Read a record" card for note

NathanHa1Author
New Participant
March 16, 2021

That seems like a good start...Does that pull everyone who has been tagged in all notes on a given issue/task/project? I assume no, but thought I'd check.

New Participant
March 16, 2021

in that case you'll probably want to use a custom api module and search for notes where the project ID is equal to your selected project;