Send broadcast message
documentedSend a broadcast message to the Ning Network members.
POST /xn/rest/{network}/1.0/BroadcastMessageBroadcast Messagesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://external.ningapis.com/xn/rest/{{$network}}/1.0/BroadcastMessage" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-H "Authorization: OAuth oauth_signature_method=\"PLAINTEXT\",oauth_consumer_key=\"{{NING_CONSUMER_KEY}}\",oauth_token=\"{{NING_OAUTH_TOKEN}}\",oauth_signature=\"{{NING_OAUTH_SIGNATURE}}\",oauth_timestamp=\"{{$oauth_timestamp}}\",oauth_nonce=\"{{$oauth_nonce}}\",oauth_version=\"1.0\"" \
-d "subject={{$subject}}&body={{$body}}&messageId={{$messageId}}"