Julius
Julius5mo ago

Julius - is this a Buildship limitation or I ju...

is this a Buildship limitation or I just don't know how? I need to use one of the body request from the trigger to an API call BUT it's only pulling out the body request from the last node, in this case the OpenAI node.
No description
Solution:
Hi @Julius You can add and update the Body of the REST API Trigger and then access in the node. You can refer to this documentation of API Specification to know about how to add body, params, or headers to API calls - https://docs.buildship.com/basics/api-spec. We are working on improving the UX around this. Or simply for your usecase to get the Body from the REST API, you can delete and add the trigger again.
Jump to solution
1 Reply
Solution
Gaurav Chadha
Gaurav Chadha5mo ago
Hi @Julius You can add and update the Body of the REST API Trigger and then access in the node. You can refer to this documentation of API Specification to know about how to add body, params, or headers to API calls - https://docs.buildship.com/basics/api-spec. We are working on improving the UX around this. Or simply for your usecase to get the Body from the REST API, you can delete and add the trigger again.