In my scenario, I want to get the data I pull with twitter api from make with an api. Can I get the result from the last step of the scenario directly with the api? How can I get it ?
Welcome to the Make community!
If I understand you correctly, if your trigger module is a Custom Webhook module, you can respond with a Webhook response module with the data you want.
If this is not the case, please provide the following information:
1.
Please share screenshots of the scenario modules? It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:
Following these steps will allow others to assist you here. Thanks!
When you mean “from outside”, do you mean from another scenario?
Then you just got to change your trigger module to a Custom Webhook so you can call this scenario using the webhook URL.
Not another scenario. With a .net project
So when I send a get request with postman, I want this scenario to run and fetch the Json at the end.
Then try my previous comment. You’ll need to use webhooks.