Strive API

This page is intended for all Strive's available API endpoints

Sending WA Personal Message through API

Endpoint: https://api.strive.asia/sendWaPersonalMessage.php

Header Required for POST request:

  • Webhook-X-Key : "YOUR_WA_PERSONAL_ACCOUNT_ID"

Parameters for POST request:

  • receiver_phone_number (string, required)

  • message_content (string, required if message_type is text)

  • message_type (string, required) : text / media / both

  • is_create_contact (string, optional, default true) : true / false

  • media_attachments[] (binary files)

Last updated