Firing a custom Flow trigger from a checkout UI extension

I have created a checkout extension that allows a customer to submit their birthday. I also created a custom flow trigger to capture that birthday and then use Flow to take action with that birthday using another app. I can’t seem to figure out how to run the flowTriggerReceive Admin API mutation from inside a checkout extension while keeping the access token private.

Also, this is an extension only app created in the partner dashboard and I’m not seeing an access token anywhere. Where do I find that?

Hi @kj_dev

Extension-only apps don’t do the same handshake as regular apps to get the access token, so that’s likely why you’re not seeing it.

Hope that helps!