LINE Messager Connectors

Hi, I want to integrate rasa to LINE messenger. in LINE messager API there are some credentials like Channel ID, Channel Secret, and Webhooks. I have understood enough about how to handle the Webhooks. Is there any example to make a custom connector with that credentials? thanks for any responses

You can find the source code for all of the supported channels here. The REST Webhook source is here.

You can pass any unique value as the sender_id and anything in the metadata field. Would have to know more about the LINE API to suggest more than that.