I'm running into an issue with instructions webhooks. They arrive with an ID for the instruction, but we have no instruction API endpoint that accepts the instruction ID, only task Id. How can we query the instruction data with only the instructionID?
Payload is as follows:
{ "category": "instruction", "instructionID": 1044782, "status": "UPDATED", "user": "bob@company.com"}
Thanks!!