웹훅으로 슬랙 메시지 발송하기
웹훅 설정하기
1



2


3

4

5

{
"text": "Hello, World!"
}
6



7

{
"fallback": "인앱메시지 노출 알리미 메시지 구성에 실패했어요.",
"text": "{{event_properties.in_app_message_key | default: "키"}}번 인앱메시지 노출",
"pretext": "{{event_properties.in_app_message_display_type | default: "알 수 없음"}}",
"color": "good",
"attachments": [
{
"fallback": "fallback",
"pretext": "{{event_properties.button_text | default:"버튼 이름"}}에 대하여 {{event_properties.action_type | default: "알 수 없음"}}을 수행하였음",
"color": "#0065ff",
"fields": [
{
"title": "[인앱메시지 노출 알리미]",
"value": "인앱메시지 정보는 핵클에서 👉 <http://dashboard.hackle.io/in-app-messages/{{event_properties.in_app_message_id}}/|링크>",
"short": false
}
]
}
]
}8


9

마지막 업데이트