• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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

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