Skip to main content
Best answer

Params in the url


Hi,

Making actions, got to the point where I need to reach the next url.

www.example.com/something/{id}

I was wondering how we do pass in Zapier that id, as is not part of a input?

 

Thanks

Best answer by dimancheBest answer by dimanche

Think that I found it,

I make a new input - and in the url I use it like this

www.example.com/something/{{bundle.inputData.id}}

 

Getting other errors but believe they are not connected

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

  • Author
  • Beginner
  • 3 replies
  • Answer
  • July 3, 2020

Think that I found it,

I make a new input - and in the url I use it like this

www.example.com/something/{{bundle.inputData.id}}

 

Getting other errors but believe they are not connected


andywingrave
Forum|alt.badge.img+9
  • Zapier Expert
  • 854 replies
  • July 3, 2020

Thanks for updating us @dimanche !