All Categories Integrations Issues/Questions Nexweave and WaToolBox API

Nexweave and WaToolBox API

Question:

I create and test to send message GIF from Nexweave using webhook, but unfortunately it is not successful.

Answer:

According to Nexweave documentation, you must add your Nexweave API key to your API request header:

So when creating a POST request to Nexweave, you need to add your access token.

As for WaToolBox, their API is only asking for Post request JSON body. This means you don't have to add parameters to your API enpoint.

 

What's needed is only the post body request here.

Learn more about our HTTP feature here:

Part 1 ~> https://www.youtube.com/watch?v=JDctXOpC6EU

Part 2 ~> https://www.youtube.com/watch?v=P6uL1w5MmjQ

Was this article helpful?

Thanks for your feedback!