Hi there,
I'm working on Zapier Integration for an App (Outfy) on Zapier which helps in Sharing Post to Instagram Bussiness Account. I've successfully created a trigger from my side which sends the Image URL & caption to Zapier. In trigger response, I received this.
{"id": "eeb23846-4a68-41d3-94ac-5a36fb3a9df7", "request_id": "5f6de14c-5bd5-4c98-8e58-309c5dc66da0", "attempt": "5f6de14c-5bd5-4c98-8e58-309c5dc66da0", "status": "success"}
But my issue is, whether there any way to find that the Action is successfully triggered or not. For Action in Zapier, we are using Instagram Bussiness App.
I can see, Post is successfully shared on Instagram, and on Zapier Task Log it also showing success but is there any callback or API using which we can find the response of Action associated to the trigger which we send.
Please help me out here.