Hello friends, I see you always receive help here. Once again, I’ve come back. Thank you very much for the other helps. I’ve tried for hours to solve this issue. I receive a webhook in this format. How can I make the next module receive all these variables in plain text format? Thank you very much.
Welcome to the Make community!
Step 1
You can do that by setting the Webhook “JSON Pass-through” to YES (it is “No” by default), when creating or editing a webhook.
Then, you will be able to map the entire JSON body payload in another module.
Step 2
Then, using a Parse JSON module, do something like this:
Wrap the value of the webhook with:
{"json":{{131.value}}}
Step 3
Then, use a set variable module with the built-in function toArray
{{toArray(132.json)}}
Hope this helps! Let me know if there are any further questions or issues.
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!
Example Input
Example Output
You can now reference the collection property names using the key
:
For more information on how to map variables within an array, see “Mapping with arrays” link below.
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —
General
- Help Centre | Tutorials
- Make Academy – learn Make and get your certificate
- Discord Server – join us in a community-run live chat
Help Centre Basics
- Mapping – What is mapping? What can I map?
- Mapping with arrays – How to map items in an array
- Aggregate an array for mapping complex fields
- Tokens for
parseDate
| Tokens forformatDate
- HTTP modules – Make a request, Get (download) a file
- Webhooks – Error Handling, Responding to webhooks
Articles & Videos
- Router Magic Formula - YouTube
- Error Handlers in Make - YouTube playlist
- Getting started with OpenAI
- How to use Regex in Make
Hope this helps! Let me know if there are any further questions or issues.
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!
Thank you very much!!! Everything has worked out great!!! Excellent, thank you very much
No problem, glad I could help!
1. If anyone has a new question in the future, please start a new thread. This makes it easier for others with the same problem to search for the answers to specific questions, and you are more likely to receive help since newer questions are monitored closely.
2. The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.
This marks the topic as solved, so that:
- others can save time when catching up with the latest activity here, and
- allows others to quickly jump to the solution if they come across the same problem
To do this, simply click the checkbox at the bottom of the post that answers your question:
3. Don’t forget to like and bookmark this topic so you can get back to it easily in future!
Hope this helps! Let me know if there are any further questions or issues.
— @samliew