Hey
I am not the most advanced user but I want to receive an SMS via a HTTP request.
The problem I encounter is that the payload I get from the SMS provider is in x-www-form-urlencoded and not json. So how can I parse the payload to get it in dynamic content to handle into teams?
The flow I have started with:
Payload example I get from provider.
direction=incoming& id=sf8425555e5d8db61dda7a7b3f1b91bdb& from=%2B46706861004&to=%2B46706861020& created=2018-07-13T13%3A57%3A23.741000& message=Hello%20how%20are%20you%3F
Thanks a lot!
Hi @Fredd ,
I did a sample for you.
[
{
"direction": "incoming"
},
{
"id": "sf8425555e5d8db61dda7a7b3f1b91bdb"
},
{
"from": "+46706861004"
},
{
"to": "+46706861020"
},
{
"created": "2018-07-13T13:57:23.741000"
},
{
"message": "Hello how are you?"
}
]
// Besides, If you want to parse the Json, you could use 'Parse JSON' action.
Best Regards,
Wearsky
Michael E. Gernaey
148
Super User 2025 Season 1
David_MA
144
Super User 2025 Season 1
stampcoin
131