POST data into botpress?
# 🤝help
f
Can i get POST data in botpress for example, when creating a new user can i get their email in botpress?
r
@freezing-eve-60762 can you explain a bit more what you mean by "when creating a new user" ?
f
I meant it can be anything like making a post request for ordering a product and getting the info back like the name and price of the product, can i get that back in botpress and do more stuff?
r
Yeah just make API requests inside an execute code card inside your workflows!
you can then assign the result from external APIs to variables
workflow.myVariable = myApiResult
something like that
f
This helps alot. Thanks
50 Views