Trying to make a post in thunkable with a body

Hi So ive been working on a app that uses an api with a raw json body but i cant seem to find anything about it could someone help me this is my json:{
“receiver”: {
“contacts”: [
{
“identifierValue”: “+52123456789”,
“identifierKey”: “phonenumber”
}
]
},
“body”: {
“type”: “text”,
“text”: {
“text”: “Single text message”
}
}
}

Hi @pepememov7jbi, welcome to Thunkable! :tada:

Be sure to check out our posts about How to ask Great Questions v2.0 and our Community Guidelines as you get started.

I am not sure exactly what the issue is here from your post, could you be more specific? There are quite a few posts about using raw body JSON
https://community.thunkable.com/search?q=raw%20body%20json%20order:latest

If you are having issues with the JSON itself, there is a wonderful post from our Power User Tatian about working with JSON

1 Like

Hi @matt_conroy Thanks for reasponding im new to thunakble but not to coding i was trying to add a raw json body to make post request in thunkable but i cant seem to make it to work i dont know if could help me Thanks.

There is an excellent tutorial in our Docs for setting up an API. Give it a look and let us know if you run into any specific issues while you’re building it out!