Hello, I'm getting "The server is not able to process your request"

The error is in Image


Thanks in advance!
Peter

Hi @peter_kajari

Are you sure the api URL is correct?!

Mohamed, it is in the Documentation

1 Like

Thanks for confirming.

Are you now sending the correct body?

I’m sending this JSON:

According to their documentation, the body should look like this:

{
  "messageData": {
    "to": "[email protected]",
    "text": "Mensagem",
    "key": {},
    "message": {}
  }
}

I tested it on my end, and it’s working

tested it on my end, and it’s working as expected.

Note: I used the token shown in the screenshot for testing purposes…

Please make sure to replace it with a another token before using this in production…

1 Like

Hey Mohamed, I think the issue was that the fields “key” and “message” were missing. Now I got your body and replaced it with my parameters, keeping the struture and it worked!
Thank u very much!

1 Like

You’re welcome!
Please don’t forget to delete the current token and generate a new one for your production app.


Also, kindly mark the reply as the solution so others with the same issue can find it easily ✅🙏🏻
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.