About API Workflow response - Trigger workflow with POST

Hi guys,

When we use Backend Workflows we can configure a API Workflow right? okay

In this case I prepared one of this and inside it I created an API call that connect to my local system and post some informations received from API Workflow.

When everything is ok, the response is “Success” from bubble.

Is there any way to catch the return and pass it to API Workflow response?

image

Thanks.

You want to send the response to another API Worfklow? You can trigger Backend API Worklfows with a POST or a GET now.

1 Like

If you mean to send more information that just “success”, you need to use Return data from API

1 Like

Hi @williamtisdale thanks for your support.

Hi @Jici alright! Is that all what I need.

Thank you folks.

1 Like