How can I use as a Tokens a an ID that's in the response body of an HTTP call?

Hello

I am progressing in my quest to establish an HTTP connection to Transistor.fm (thanks to their amazing support).

Now I need to use an ID as a token in a URL but that ID comes back in the response body

{
“data”: {
“id”: “1800346”,
“type”: “episode”,
“attributes”: {
“title”: “Awesome podcast”,

What can I do?
Thanks
Stan

In your HTTP module settings “Parse response” field, select “YES” (it is “No” by default)

Screenshot_2023-12-19_141214

This will allow you to map the response collection properties (variables) in subsequent modules.

4 Likes

Thanks so that helps however when I use the ID token in the URL my request fails.
Any idea why

It now works
thanks everyone

2 Likes

No problem, glad I could help!

1. If you have 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:
Screenshot_2023-10-04_161049

3. Don’t forget to like and bookmark this topic so you can get back to it easily in future!

2 Likes