Using Web Hook as a channel in Synchronous and Asynchronous Integration modes / How to use and integrate Kore API's

Sorry but still missing something.

Let me share all my steps:

  1. Create a JWT token with the follow payload:
    {
    “appId”: “cs-445ddd98-c073-547b-b8ac-e53490376091”,
    “sub” : “+G/2GhlbOsQIlj2sGcIw7DbL78iN4tv75jLQUPWqaf0=”
    }

  2. The integration mode is Synchronous

  3. in the postman, I use the Authorization Bearer Token and past te JWT token:
    eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6ImNzLTQ0NWRkZDk4LWMwNzMtNTQ3Yi1iOGFjLWU1MzQ5MDM3NjA5MSIsInN1YiI6IitHLzJHaGxiT3NRSWxqMnNHY0l3N0RiTDc4aU40dHY3NWpMUVVQV3FhZjA9In0.NOZkuSp67M3Efu29ka8O-fASQoo3W4Qa9lw9cz3swFM

  4. I’m doing a post to this URL https://bots.kore.ai/chatbot/hooks/st-61ef1943-b2ce-52a2-9531-3a48d5c01dad

  5. the body I’m using what you gave me
    6 ) Result: invalid access token