Sending a push notification By API
Using the push API to send Swing2App push notifications.
Swing2App provides the following method to send push messages sent from the dashboard in the form of APIs.
In the case of API use not agreed in advance and indiscriminate mass shipment, the use may be restricted.
This API is available to users of paid apps.
API Specification
API for sending push notification to Swing2App application
POST
https://www.swing2app.com/swapi/push_api_send_message
*** App ID and API KEY that need to be issued can be issued upon request to the customer center. **
Request Body
app_id*
String
APP_ID provided by Swing2App
app_api_key*
String
API KEY provided by Swing2App
send_target_list*
String
Send destination type setting items When sending to indiviUser ID to send to user_id in single dispatch When sending multiple messages, separate them with “,” Ex:) user_id1,user_id2 Enter -1 [When sending all ] Ex:) -1
send_type*
String
Enter the send type. Enter "push" in case of push delivery
message_title*
String
message title
message_content*
String
message content
message_image_url
String
image url (Optional)
message_link_url
String
link url (Optional)
Code example
[JavaScript Implementation Example – Send All]
[JavaScript Implementation Example – Individual Push notification]
Last updated