Webhooks

See Webhooks section to understand how Alcmeon delivers webhooks.


Kakaotalk webhooks

If you are using the Kakotalk Send API you can configure a callback URL to be notified for statuses of the message you just sent.

You can receive 2 types of webhooks:

Success webhook

Sent in case where Alcmeon received an asynchronous success webhook by Kakaotalk.

FieldPossible valuesType
statusdeliveredstr
message_idA unique ID representing the message sentstr
timeThe time of the eventstr

Example:

{
  "message_id": "11fde0ae-eb2a-4647-b723-831d67a6342c",
  "status": "delivered",
  "time": "2025-03-17 14:25:05.006537"
}

Error webhook

Sent in case where Kakotalk answers with errors to the API call done to send the message or if Alcmeon received an asynchronous error webhook by Kakaotalk.

FieldPossible valuesType
statusfailedstr
message_idA unique ID representing the message sentstr
timeThe time of the eventstr
errorA dictionary containing error informationdict

error

FieldPossible valuesType
codeSee error code sectionstr
errorTextDescription of the errorstr

Example:

{
  "message_id": "e8f74e26-9fbc-4075-9570-03d6059daa33",
  "time": "2025-03-14 15:45:49.249508+00:00",
  "status": "failed",
  "error": {
    code: "3008",
    errorText: "Invalid phone number"
  }
}

Error codes

CodeError description
A001Unauthorized accounts
A002Non-existent accounts
A003Accounts that are not eligible for MT Failover
A004Header with the authentication value ('X-IB-Client-Id'/'X-IB-Client-Passwd' or 'Authorization') missing
A005Invalid authentication token
A100If the response_method value is null
A101Invalid response_method value
A102senderKey is empty
A103Button's required name, type, is missing
A104Missing buttons
A105Invalid button type
A106Missing url_mobile required for WL button type
A107Missing Scheme_android required for AL button type
A108Missing Scheme_ios required for AL button type
A109Missing sender
A110Missing recipients
A111Empty message content
A112Missing img_url when using images
A113Missing msgType
A114Invalid msgType
A115Missing template code
A116Maximum message length exceeded
A117Maximum sender number length exceeded
A118Exceeding the maximum recipient number length
A119ad_flag length exceeded
A120user_key length exceeded
A121mt_failover value error
A122MT Failover Message Length Limit Error
A123wide exceeds length
A124FriendTalk user_key, to both missing
A125user_id over length
A126app_user_id has no value
A127Neither "to" or "app_user_id" is present in the payload
A128user_key has no value
A129(Customers using the Duplicate Shipment Check feature) Missing duplicate group code
A130(Customers using billing separation codes) Billing separation code length exceeded
A131Wide image is selected but the image is missing
A132Title length exceeded
A133Cannot enter content when using Brandtalk 'Fixed' type
A134Required failover_content when using Brandtalk failover
A135Brandtalk request_timeout required
A136MT Failover Message Subject Length Limit Error
A137MT Failover file key length limit error
A138ref length limit error
A139Brandtalk content_type missing or too long
A140Brandtalk invalid content_type
A141Brandtalk targeting length exceeded
A142Brandtalk invalid targeting
A143If you entered button field in Brandtalk 'Fixed' type
A144If you entered a variable field in a Brandtok 'Fixed' type
A145Brandtok 'Variable' type is missing a variable field
A146Brandtalk 'Variable' type mixed with specialized & variable separated fields
A147If you entered the name of the button field in the Brandtalk 'Variable' type
A148currency_type over length
A149BF button [Bizform key/Bizform ID] missing
A150If an image is missing from sending a friend's TikTok image/wide image
A151One-click checkout plugin (requires oneclick_id or product_id to be passed in the dispatch)
A152Header length exceeded
A153Missing title/subtitle information for an item
A154item's title/subtitle exceeds length
A155Failover_type value error
A156failover_rcs_body missing
A157adult overlength
A158group_tag_key exceeds length
A159additional_content overlength
A160push_alarm length exceeded
A200Json format errors
A201Exceeding the number of shipments available
A999Unknown errors
403Unauthorized access
405Parameter error
504Duplicate template code
505Duplicate template name
506Exceeded character limit
507Invalid sender profile
508Requested data not found
509Unable to process request
510Invalid template button format
525Invalid template category
512Unable to add sender profile group
513Invalid message result reception channel
514Business authentication required
600Image upload failed
610File upload failed
611Template attachment too large
612Invalid template attachment format
613Too many template attachments
614Attachment not found
801/802/803/804/805Sender profile registration blocked
811Sender profile registration blocked (hub partner)
900Bizplus authentication key error
901Bizplus API error
902Kakao API communication error
1001No JSON body
1002Invalid hub partner key
1003Invalid sender key
1004No value JSON element
1005Sender not found
1006Deleted sender
1007Stopped sender
1011Contract not found
1012Invalid user key
1013Invalid app link
1014Invalid business number
1015Talk user ID not found
1016Business number mismatch
1020Invalid receiver user
1021Blocked profile
1022Deactivated profile
1023Deleted profile
1024Profile in deletion status
1025Spammed profile
1026Message type unavailable
1030Invalid parameter
1033Template and message type mismatch
2000Failed to check friendship
2003Message sending failed due to no friendship
2004Template matching error
2006Serial number format mismatch
3000Unexpected error
3005ACK timeout
3006Message sending failure
3008Invalid phone number
3010JSON parsing error
3011Message not found
3012Duplicate serial number
3013Message is empty
3014Message length exceeds limit
3015Template not found
3016Template match error
3018Message sending unavailable
3020Seen info not found
3022Message sending not available at this time. Friend Talk messages can be sent from 08:00 to 20:50 KST (Korea Standard Time)
3023Invalid video in message
3024Invalid image in message
3025Variable length exceeded
3026Invalid extra value in chat button
3027Template button mismatch
3028Template title mismatch
3029Title length exceeded
3030Message type-template mismatch
3031Header mismatch with template
3032Header length exceeded
3033Item highlight mismatch
3034Item highlight title length exceeded
3035Item highlight description length exceeded
3036Item list mismatch with template
3037Item description length exceeded
3038Item summary mismatch with template
3039Item summary description length exceeded
3040Invalid characters in item summary
3041Wide item list length mismatch
3046Additional content length exceeded
3047Commerce title length exceeded
3051Carousel item count minimum error
3052Carousel message length exceeded
3056Wide item list title length exceeded
3058Carousel header length exceeded
4000Response history not found
4001Unknown message status
5000Invalid test user
5001Daily test limit exceeded
7011Serial number pattern error
7014Message validity timeout
8512Recipient type not found
8514Request ID not found
8520Unsupported product type
8521Unsupported message type
8522Unsupported text type
8523Unsupported response method
8530Recipient list size error
8999Internal server error
9998Service unavailable
9999Unknown system error
ME09Message is sent to user, but reception is not clear. (success is not clear / no payment)