I am currently testing an external API integration in Pigment to retrieve a response and display it within the platform.
 


Setup Details:
- 	
I configured an API connection in Pigment.
 - 	
On the Action board, I added a card with a button to trigger the API call.
 - 	
When I click the button, the API call is successfully triggered.
 
Issue:
- 	
Although the API call is being made, I am not receiving any JSON response within Pigment.
 - 	
The response does not seem to be captured or displayed.
 
Questions:
- 	
Is Pigment’s external API setup only meant for POST requests, or can it also handle GET requests and return responses?
 - 	
Can I retrieve the API response and manipulate or display it within Pigment?
 - 	
If yes, what is the proper way to map or use the response JSON in Pigment?
 
