Hi, I have followed the steps here Create a trigger to create my custom Shopify Flow trigger. However, when I try to send the flowTriggerReceive mutation, I get an error stating the handle is invalid.
I have confirmed that I am using the correct API keys and sending the right handle. I also tried it with both a draft extension and the published version.
I read that somewhere, but I didn’t change the handle.
I tried exactly the payload from the tutorial too, but this is what I want to do: '{"query":"mutation flowTriggerReceive($handle: String, $payload: JSON) { flowTriggerReceive(handle: $handle, payload: $payload) { userErrors { field message } }}","variables":{"handle":"pbi-trigger-expired","payload":{"companyId":"gid://shopify/Company/581206335"}}}
I know the handle exists, because I have configured a flow too.