POST
/
line-official-notification
/
push
curl --request POST \
  --url https://api.abbie.biz/line-official-notification/push \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --header 'x-abbie-signature: <x-abbie-signature>' \
  --data '{
  "template_id": "<string>",
  "description": "<string>",
  "phone_numbers": [
    {
      "target": "<string>",
      "ref": "<string>"
    }
  ],
  "variables": {}
}'
{ "status": "Create log success" }

Headers

Authorization
string
required

Channel access token (Bearer Token)

x-abbie-signature
string
required

Signature of the request for safely verifying the request source. See Generate signature for details.

Body

template_id
string
required

LON template ID

description
string
required

Display notification message

phone_numbers
array<object>
required
variables
object
default: "{}"required

Template variables depends on its schema