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
Solved! Go to Solution.
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
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
Thanks a lot!
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
26 | |
25 | |
23 | |
23 | |
21 |
User | Count |
---|---|
62 | |
44 | |
40 | |
29 | |
27 |