Strive
  • Dashboard
  • Contact
    • Contact
    • List
    • Touchpoint
    • Company
    • Birthday
  • Pipeline
    • Pipeline
    • Leaderboard
  • Email
    • Broadcast
    • Campaign
    • Mailing List
  • WA Personal
    • Setup
    • Broadcast
    • Campaign
  • WA API
    • Template
    • Broadcast
    • Campaign
    • Mailing List
  • Inbox
    • Inbox
    • Chatbot
    • Analytics
  • Product
  • Automation
  • Event
  • Integration
  • Storage
  • Action Plan
  • Task
  • Account
  • FAQ
  • Strive
  • Strive API
  • Contact Rules
  • Inbox "Unsupported Message Type"
Powered by GitBook
On this page

Strive API

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

PreviousStriveNextContact Rules

Last updated 1 year ago

Sending WA Personal Message through API

Endpoint:

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)

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