Custom apps not function - whatsapp

Dear friends

i’m need your advice on this

this is the API Documentation

Sending whatsapp message

URL:
POST - https://starsender.online/api/sendText

Header
apikey : Device API key

Parameter
tujuan : Number to send message
message : message want to send


when i run the apps, the message is not sent.
reporting highlight already send.
real live still not send any message

Can anyone help me on this matter

Hi @addil_asdas,

Welcome to the Make community.

If reporting says one things, but your server is saying another, you can use the Make DevTool to see exactly what is being sent to your API: https://www.make.com/en/help/scenarios/make-devtool

It looks like there are several errors in your configuration. For example, I spotted that you’ll need to:

  • Remove header from your Base section. This has orange wiggly underlining to show it is incorrect. The correct configuration is called headers, and that is already present above it.
  • Remove qs from the Base section. You have defined this in the Communication block of your module.
  • Remove baseUrl from the Communication block of your module—note the orange wiggly underlining. You have defined this in the Base section.
  • Uncomment the url in the Communication block of your module.
  • Remove header from the Communication block of your module—note the orange wiggly underlining. The correct configuration is called headers, and that is already present in the Base section.
  • Map your Query Strings (qs) in the Communication block of your module. They should look like "tujuan": "{{parameters.tujuan}}" to capture the parameter entered in the Parameters block.
  • Remove "apiKey" from the Parameters block of your Action Module. This should already be configured in the Parameters block of your Connection

Good luck with your custom app.

Regards, Terry.

thank you so much Terry. I solve the problem yesterday. I learn a lot from your response. thank you so much sir.

just complete my aps for Whatsapp blaster.

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