• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

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