Hello, wondering if anyone else has had this issue. I’m a bit of a newbie making Shopify apps. I’m mostly wanting to make custom Flow triggers to send data to an API. I have made a custom trigger in my app’s extensions. It shows up in Shopify Flow just fine, and I can make the workflow. I’ve been trying to manually fire the trigger by using curl and the GraphQL app in the Shopify store, but I keep getting the error: “Errors validating schema:\n Invalid trigger_id ‘xxxxx-xxxxxx-xxxxxx-xxxxx-xxxxxxx’.\n” (I x’d out the actual id). I am just copying and pasting directly from the trigger generated mutation, and I still get this. I tried it with trigger_title as well, but still no luck. If anyone out there has any ideas, let me know, I would really appreciate it. Thanks.
i faced the same problem. Have you found a solution to the problem?
@CVRVanMeeter i am having the same issue , did you get this fixed! please help
I had to publish a version first in order for it to work.
I see the same error. My Trigger version has been published but still returns an error. To be sure, I created a second one, but that attempt was also unsuccessful.
Error:
"userErrors":[{"field":["body"],"message":"Errors validating schema:\n Invalid trigger_id 'a106752a-c6f6-4d3d-94d5-af4008378d48'.\n"}]