Finding Frodo
Member
- Your Task History ID
- IjU3NjUwNTY5MDYzMDA0M2M1MjY0NTUzZDUxM2E1MTYyNTQzMTBmMzAi_pc
Good morning,
there is a minor error in the following integration:
App: Klick-Tipp
Action Event: Tag Contact
Parameter: Tag
The tag parameter can be a Tag-ID (Integer) or an array of Tag-IDs (Array of Integers).
Currently Pabbly Connect offers a selectbox for 1 of the predefined Tags. The selected value seems to be sent as String.
This is the reason, why Klick-Tipp returns a 403 error. (Regardless, the 403 error is confusing and not meaningful, but that's not a Pabbly problem.)
I have contacted Klick-Tipp already and they say this will be fixed soon, to accept also a single Tag-ID as String. However, I think also Pabbly should fix this and send only the appropriate formats (Int or Int[]).
To get a quick fix for myself: If I switch from selectbox-mode to manual input, can I then send the IDs as Int or Array?
like static value: [ 123456 ]
Or will this result in a stringified array? like: "[ 123456 ]"
there is a minor error in the following integration:
App: Klick-Tipp
Action Event: Tag Contact
Parameter: Tag
The tag parameter can be a Tag-ID (Integer) or an array of Tag-IDs (Array of Integers).
Currently Pabbly Connect offers a selectbox for 1 of the predefined Tags. The selected value seems to be sent as String.
This is the reason, why Klick-Tipp returns a 403 error. (Regardless, the 403 error is confusing and not meaningful, but that's not a Pabbly problem.)
I have contacted Klick-Tipp already and they say this will be fixed soon, to accept also a single Tag-ID as String. However, I think also Pabbly should fix this and send only the appropriate formats (Int or Int[]).
To get a quick fix for myself: If I switch from selectbox-mode to manual input, can I then send the IDs as Int or Array?
like static value: [ 123456 ]
Or will this result in a stringified array? like: "[ 123456 ]"