Lindy Community Icon

Custom JSON Responses for Lindy Webhook Actions in Unit Testing

·
·

Is there a way for the Lindy Webhook Received action to return a JSON response in the format that I desire vs a link to the next action? I'd like to use this approach to write unit test for my workflows to stay confident that any prompt changes I do does not introduce regressions. Would anyone have other thoughts on how to write unit test (response/request type) to make sure things are still working as expected?

  • Avatar of Marvin A.
    Marvin A.
    ·
    ·

    hmm I don’t think that’s possible afaik. The webhook received trigger will respond with status 200 → which should result in closing the connection. You could setup another endpoint I guess and use the HTTP to send a POST request as a next action