PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
8.85k stars 5.27k forks source link

[APP] klicktipp (KT) #7326

Open Tobias-Conrad opened 1 year ago

Tobias-Conrad commented 1 year ago

KT

https://support.klicktipp.com/article/389-application-programming-interface-api

I am not a developer, i do marketing

https://support.klicktipp.com/article/393-api-function-overview

login, to get all running

add user to KT, i do not know which line does it

tag | https://api.klicktipp.com/subscriber/tag | POST | email, tagids

fill a field in KT, i do not know which line does it

thank you so much PM me to use my KT testing account

Best regards Tobias

sergio-eliot-rodriguez commented 1 year ago

Hi Tobias

Thanks so much for your request and your offer to use a KT testing account.

We are actually blocked on KT because the API is available on an account with Premium plan, as you can see on #6249

How do I PM you? Can you share details with sergio@pipekit.pro and integrations@pipedream.com

I'm the software developer adding new apps to Pipedream marketplace, then the Product team focused on integrations validates and test before going live.

Thank you!

sergio-eliot-rodriguez commented 1 year ago

@Tobias-Conrad unfortunately, we have blocked the integration on PD workflow builder does not support extracting authentication variables from multiple leg authentication flows suchas OAuth, and Cookie Session based as in KT.

My advice here for now is that you use environment variables for the sake of holding the cookie session and maybe a helper workflow you'd hit every time you need to login.

here is an example of using environment variables: https://github.com/PipedreamHQ/pipedream/issues/7240#issuecomment-1635242473 and relevant documentation here: https://pipedream.com/docs/environment-variables/#environment-variables

we've been getting requests where apps fall in this scenario, Tableau is similar i.e. for a multi leg auth where we can't process in the current pd workflow builder state. so this should be addressed sooner than later

Tobias-Conrad commented 1 year ago

@sergio-eliot-rodriguez Please explain for me as and enduser what it means to the connection?

dylburger commented 1 year ago

Without more information, I'm going to close this issue. Feel free to reopen and add more details, if you'd like.

sergio-eliot-rodriguez commented 1 year ago

@Tobias-Conrad it means that, for now, we won't be able to provision a klicktipp app in the Pipedream app store https://pipedream.com/explore alongside the other apps there, nor the other native Pipedream app features such as managed authentication.

This implies that you may have to workaround -- for example: use Pipedream workflows, and/or other tools, even build your own component generate a cookie that klicktipp uses to authorize api calls. does this make sense? this fall outside PD support.

Tobias-Conrad commented 1 year ago

instead of cookie you could also login on every data sent please.

Am 08/03/2023 um 05:13 schrieb sergio-eliot-rodriguez @.***>:

@Tobias-Conrad https://github.com/Tobias-Conrad it means that, for now, we won't be able to provision a klicktipp app in the Pipedream app store https://pipedream.com/explore alongside the other apps there, nor the other native Pipedream app features such as managed authentication.

This implies that you may have to workaround -- for example: use Pipedream workflows, and/or other tools, even build your own component generate a cookie that klicktipp uses to authorize api calls. does this make sense? this fall outside PD support.

— Reply to this email directly, view it on GitHub https://github.com/PipedreamHQ/pipedream/issues/7326#issuecomment-1663714372, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYDCYM7OAH7VL2WM4MNMS3XTN2UZANCNFSM6AAAAAA2SWB73E. You are receiving this because you were mentioned.

dylburger commented 1 year ago

Without more information, I'm going to close this issue. Feel free to reopen and add more details, if you'd like.

dylburger commented 3 months ago

Without more information, I'm going to close this issue. Feel free to reopen and add more details, if you'd like.

Tobias-Conrad commented 3 months ago

@dylburger This is NOT about more information, this is about DOING. There are people that only close topics and not doing. Maybe @sergio-eliot-rodriguez want to do something, better ask him Why he open this again.

i am off and not Recommended service.

andrewjschuang commented 3 months ago

@Tobias-Conrad this was an automatic close (not done manually) because it was blocked on how KT managed authentication sessions. @sergio-eliot-rodriguez looks like they recently added support for API Key, does this help?