Hi Team, I'm trying to create a column including both post & get requests, where post request will send the request for enrichment to provider (which sends Code 200 for process initiated), after that I want to do one get request to get the enriched data So, how would I go about that
You'll need to create two separate HTTP API columns for this workflow.
First column (POST request):
Add HTTP API enrichment
Set Method to POST
Enter your provider's endpoint
Include your data in the Body section as JSON
This should return a 200 response confirming the enrichment was initiated [1]
Second column (GET request):
Add another HTTP API enrichment
Set Method to GET (default)
Use your provider's endpoint for retrieving the enriched data
Add any required query parameters or headers [2]
You might want to add a delay between columns or use conditional logic to ensure the enrichment is complete before making the GET request.
Before we dive deeper, I'd recommend trying our built-in AI tool Sculptor (top-right corner) - it can help you set up this workflow quickly and it's totally free to use. Give it a try and let me know if that helps!


Was that helpful?
If you still need help setting up your HTTP API columns or using Sculptor, I’m here to assist. Would you like to provide more details about what you’re trying to achieve or any specific challenges you’re facing?
Thanks, we're figuring out how to connect a tool using HTTP API request for enrichment. For now, trying based on previous response... will reach out if would be facing any issues implementing the same. Thanks again for this!
You're welcome! Take your time figuring it out, and feel free to reach out if you have any questions or need further assistance.
