Empty Data in Data Transformer

bakkbone

Member
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?
 
P

Pabblymember11

Guest
Hey @bakkbone

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

PabblyMember3

Guest
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

Member
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
 
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,
 
Top