Is it possible to call a callable recipe from a custom connector using the connector SDK? (And without using API platform.)
What I'm thinking about here is writing a custom connector that allows the user to select (or enter the name of) a callable recipe just like the "call recipe" action, but then the custom connector would then wrap it in some logic - e.g. transforming the input parameters, or custom error handling. I don't necessarily need to be able to retrieve the input/output schema of those callable recipes, but just being able to call them would be useful.
Martin Pain
Call callable recipe from custom connector?
Is it possible to call a callable recipe from a custom connector using the connector SDK? (And without using API platform.)
What I'm thinking about here is writing a custom connector that allows the user to select (or enter the name of) a callable recipe just like the "call recipe" action, but then the custom connector would then wrap it in some logic - e.g. transforming the input parameters, or custom error handling. I don't necessarily need to be able to retrieve the input/output schema of those callable recipes, but just being able to call them would be useful.