Empty Data in Data Transformer

Status: Closed · Asked by bakkbone on · 0 views

bakkbone — Question ·

Hi there,

I'm trying to HMAC-SHA256 the following:

{
"payId": {
"email": "__variable__"
},
"name": "__variable__"
}

but unless I remove the enclosing {}, it returns as "Empty Data"

To get an access token for the API I'm trying to connect, I need to HMAC the exact request body.

Any ideas?

Pabblymember11 — Reply ·

Hey @bakkbone

Kindly share the API documentation of the application in which the SHA is present.

PabblyMember3 — Reply ·

We have checked your workflow and would like to inform you that, Data Transformer by Pabbly: HMAC-SHA256 currently do not support JSON as a string value.

You can check some other 3rd party services that supports the JSON as parameter for generating HMAC-SHA256 key and use their API under Pabbly Connect workflow.

bakkbone — Reply ·
We have checked your workflow and would like to inform you that, Data Transformer by Pabbly: HMAC-SHA256 currently do not support JSON as a string value.

You can check some other 3rd party services that supports the JSON as parameter for generating HMAC-SHA256 key and use their API under Pabbly Connect workflow.


That's not worth the effort, created the intended workflow in 5min on Make, so between this and the lack of an FTP module, I'm heading back there
Saúl Carrasco — Reply ·
That's not worth the effort, created the intended workflow in 5min on Make, so between this and the lack of an FTP module, I'm heading back there

Hello, can you help me, I'm trying to send the app's operations to the exchange and I need to code in hmac 256 and then in hex, but Data transformer doesn't work for me,
Pabblymember11 — Reply ·

Hey @Saúl Carrasco

Currently, action step to convert Base 64 to Hex or HMAC 256 to Hex converter is not available on the platform, but you can post the request to add the feature here - https://pabbly.hellonext.co/

Saúl Carrasco — Reply ·

Thank you if I did, very kind.

Back to all forum threads · Log in to reply