HI,
I am trying to send sms' via the jasmin's restful api, all is working well, save for the fact that when my callback url receives the feedback i get everything asides the phone number which i am supposed to use to update the table i am fetching data from. According to the documentation i am supposed to get
Parameter | Example(s) | Description / Notes |
---|
batchId | 50a4581a-6e46-48a4-b617-bbefe7faa3dc | The batch id |
to | 1234567890 | The to parameter identifying the destination number |
status | 1 | 1 or 0, indicates the status of a message sendout |
statusText | Success “07033084-5cfd-4812-90a4-e4d24ffb6e3d” | Extra text for the status |
but i am getting
Parameter | Example(s) | Description / Notes |
---|
batchId | 50a4581a-6e46-48a4-b617-bbefe7faa3dc | The batch id |
|
| |
status | 1 | 1 or 0, indicates the status of a message sendout |
statusText | Success “07033084-5cfd-4812-90a4-e4d24ffb6e3d” | Extra text for the status |
What could be wrong?
Here is my sample parameter