External intents + Custom actions does not recognize custom output channel

Hey guys, how are you?

I have a custom output channel that works perfectly when messages are received by the custom input channel, but when I use the api to trigger external intents, the custom actions dispatcher.utter_message() function does not send the messages. I’m using the endpoint: /conversations/{sender_id}/trigger_intent?output_channel=latest&token={my_key}

remembering that in many cases the first interaction of a sender_id with rasa is through external intentions, in the documentation it says that it tries to look for the last output channel but doesn’t find any way, any ideas on how I can solve this?

This approach won’t work since there isn’t an active session.

1 Like