Send Kakao Alimtalk via Webhook (NHN Cloud)
You can create a webhook campaign by referring to the API provided by the provider. Let's explore the case of creating a webhook using the
NHN KakaoTalk Bizmessage Send API.
URL Settings
First, enter the HTTP method and URL according to the NHN message send API.

Header Settings
Click the 'Add' button in the Headers tab and configure the Key and Value as follows.
Personalization was used to dynamically add the X-Secret-Key and accesstoken issued by NHN for each send target user.
Key: Authorization
Value: {{user_properties.authorization_type}} {{user_properties.access_token}}

📘 Using Personalization
Just like writing a personalized message by clicking {...}, you can use already-stored user and event properties to dynamically inject user-specific token values, etc., which can be used when configuring webhook message campaigns, as shown in the example above.
Body Settings
Click the Body tab and write the Request Body in JSON format as follows.

Kakao Alimtalk Delivery Body Sample
📘 Using Personalization
Just like writing a personalized message by clicking {...}, you can use already-stored user and event properties to dynamically inject user-specific phone numbers, etc., which can be used when configuring webhook message campaigns, as shown in the example below.
Target Settings
Configure the cohort to be the webhook send target.

Summary
Now save the webhook campaign settings. You can see the following summary.

Send Settings
Now activate the webhook campaign through the send settings.
In the send settings screen, you can check information about the estimated send target.
Configure the send type and customer fatigue management, then click 'Start' to activate the campaign.

Complete
The KakaoTalk Alimtalk webhook campaign activation is complete.
Check the statistics section to track the campaign's performance.

Last updated