Is it possible to make the id in the http request as a variable?
eg.: https://api.sonething.com/api/v2/booking/{This needs to change based on certain conditions}
Hope somebody can point me in the right direction. Thanks.
Is it possible to make the id in the http request as a variable?
eg.: https://api.sonething.com/api/v2/booking/{This needs to change based on certain conditions}
Hope somebody can point me in the right direction. Thanks.
I assume you’re talking about when using the API connector plugin…
In which case yes, it’s simple… just use square brackets [] for the dynamic data
Hey, if you want to pass dynamic data into API Connector, you have use []
So, it’s like: https://api.sonething.com/api/v2/booking/[booking_id]
It’s just a example, but might you understand!