Hello.
My name is Daniel from Luceit.
I just want to connect Tealium Event Stream with DOMO in real time, so I had tought to use the Tealium Event Stream connector Webhook, that uses Oauth2.0, but I have two big problems.
I don´t know how to make the exact call to retrieve the token from Tealium Event Stream, curl call is on the documentation but I need help with this request:
https://api.domo.com/oauth/token?grant_type=client_credentials&scope=data&redirect_uri=https://my.tealiumiq.com/oauth/webhook/callback.html&response_type=code&client_id=*****************&state=redirect_uri=https://my.tealiumiq.com/oauth/webhook/callback.html::complete_uri=https://my.tealiumiq.com/oauth/webhook/complete.html::grant_type=oauth::client_id=a2528ee4-512e-4da3-98ff-fcddbc23dfdb::client_secret=**************::token_url=https://api.domo.com/oauth/token::utk=eb39cf3adfec2d14beefebfb5f7474c2768df3096ca7e67669::
Anyone can help me?
Thank you very much!
This sounds like something you will need to receive from Tealium. Have you reached out to them about this?
Thank you very much for your answer but now I want to send JSON information to Webhook DOMO but it answers a CORS problem.
Do anybody has done a POST to a webhook on DOMO from Javascript?