• 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

IFTTT Webhook POST issue - getting the body as label and an empty value :(

Status
Not open for further replies.

natabu

Member
I am using IFTTT's webhook to send a POST to Pabbly's webhook url.... all good there... this is how the setup looks on IFTTT side of things:

1623891941520.png


pretty simple...now the issue comes up when I get it in Pabbly. Notice that the {{TextField}} becomes a 'Label', while the value is empty.

1623891076505.png


QUESTION: how can I get the body to go into the Value field?


When I check the activity, I see the following webhook info in IFTTT:

1623891249424.png


You will ask, "Why did she use 'application/x-www-form-urlencoded" instead of plan text? Answer: that's the only option that sends the body over. Plain text option did not work.

I am able to make this in automate.io and checked the webhook with the help of https://webhook.site/ - it all looks like it should be working.

Please help me get my Value field filled out.

Thank you!
 
Last edited:

Neeraj

Administrator
Staff member
What type of data does body accepts inside IFTTT?

Do we have to put JSON data in body?

If it's a JSON data that is accepted on the body. Try doing this and test the response.

{"name": "Natabu"}
 

natabu

Member
What type of data does body accepts inside IFTTT?

Do we have to put JSON data in body?

If it's a JSON data that is accepted on the body. Try doing this and test the response.

{"name": "Natabu"}

Such an elegant solution! Thank you very much! It worked. IFTTT includes 'Ingredients" and I did not think to check JSON data straight in the body.

Bingo!


{
"task": " {{TextField}}"
}
 

Neeraj

Administrator
Staff member
Such an elegant solution! Thank you very much! It worked. IFTTT includes 'Ingredients" and I did not think to check JSON data straight in the body.

Bingo!


{
"task": " {{TextField}}"
}
I am glad it's all sorted. Thank you.
 
Status
Not open for further replies.
Top