• 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.

  • Due to Diwali and Bhai Dooj celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Friday, 24th October 2025.

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