การแจ้งเตือนแคมเปญ

GET https://popupke.com/api/notifications/
curl --request GET \
--url 'https://popupke.com/api/notifications/' \
--header 'Authorization: Bearer {api_key}' \
พารามิเตอร์ รายละเอียด คำอธิบาย
page ไม่จำเป็น จำนวนเต็ม The page number that you want results from. Defaults to 1.
results_per_page ไม่จำเป็น จำนวนเต็ม How many results you want per page. Allowed values are: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Defaults to 25.
{ "data": [ { "id": 1, "campaign_id": 1, "notification_key": "d4752d29a557a9fdc67b0a9a27cbe3b1", "name": "Email Collector", "type": "EMAIL_COLLECTOR", "settings": { ... }, "is_enabled": false, "last_datetime": null, "datetime": "2025-04-24 23:03:58" } ], "meta": { "page": 1, "results_per_page": 25, "total": 1, "total_pages": 1 }, "links": { "first": "https://popupke.com/api/notifications?&page=1", "last": "https://popupke.com/api/notifications?&page=1", "next": null, "prev": null, "self": "https://popupke.com/api/notifications?&page=1" } }
GET https://popupke.com/api/notifications/{notification_id}
curl --request GET \
--url 'https://popupke.com/api/notifications/{notification_id}' \
--header 'Authorization: Bearer {api_key}' \
{ "data": { "id": 1, "campaign_id": 1, "notification_key": "d4752d29a557a9fdc67b0a9a27cbe3b1", "name": "Email Collector", "type": "EMAIL_COLLECTOR", "settings": { ... }, "is_enabled": false, "last_datetime": null, "datetime": "2025-04-24 23:03:58" } }
POST https://popupke.com/api/notifications
พารามิเตอร์ รายละเอียด คำอธิบาย
campaign_id ที่จำเป็น จำนวนเต็ม -
type ที่จำเป็น สตริง Allowed values: INFORMATIONAL , COUPON , LIVE_COUNTER , EMAIL_COLLECTOR , CONVERSIONS , CONVERSIONS_COUNTER , VIDEO , AUDIO , SOCIAL_SHARE , REVIEWS , EMOJI_FEEDBACK , COOKIE_NOTIFICATION , SCORE_FEEDBACK , REQUEST_COLLECTOR , COUNTDOWN_COLLECTOR , CUSTOM_HTML , INFORMATIONAL_BAR , IMAGE , COLLECTOR_BAR , COUPON_BAR , BUTTON_BAR , COLLECTOR_MODAL , COLLECTOR_TWO_MODAL , BUTTON_MODAL , TEXT_FEEDBACK , ENGAGEMENT_LINKS , WHATSAPP_CHAT , CONTACT_US , INFORMATIONAL_MINI , INFORMATIONAL_BAR_MINI
name ไม่จำเป็น สตริง -
is_enabled ไม่จำเป็น บูลีน -
curl --request POST \
--url 'https://popupke.com/api/notifications' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'type=INFORMATIONAL' \
--form 'is_enabled=1'
{ "data": { "id": 1 } }
POST https://popupke.com/api/notifications/{notification_id}
พารามิเตอร์ รายละเอียด คำอธิบาย
name ไม่จำเป็น สตริง -
is_enabled ไม่จำเป็น บูลีน -
trigger_all_pages ไม่จำเป็น บูลีน -
display_trigger ไม่จำเป็น สตริง Allowed values: delay, time_on_site, pageviews, inactivity, exit_intent, scroll, click, hover
display_value ไม่จำเป็น สตริง -
display_delay_type_after_close ไม่จำเป็น สตริง Allowed values: time_on_site, pageviews
display_delay_value_after_close ไม่จำเป็น จำนวนเต็ม -
display_frequency ไม่จำเป็น สตริง Allowed values: all_time, once_per_session, once_per_browser
direction ไม่จำเป็น สตริง Allowed values: rtl, ltr
display_continents ไม่จำเป็น อาร์เรย์ สตริง -
display_countries ไม่จำเป็น อาร์เรย์ สตริง -
display_languages ไม่จำเป็น อาร์เรย์ สตริง -
display_operating_systems ไม่จำเป็น อาร์เรย์ สตริง -
display_browsers ไม่จำเป็น อาร์เรย์ สตริง -
display_cities ไม่จำเป็น อาร์เรย์ สตริง -
display_mobile ไม่จำเป็น บูลีน -
display_desktop ไม่จำเป็น บูลีน -
schedule ไม่จำเป็น บูลีน -
start_date ไม่จำเป็น สตริง -
end_date ไม่จำเป็น สตริง -
display_duration ไม่จำเป็น จำนวนเต็ม -
display_position ไม่จำเป็น สตริง Allowed values: top_left, top_center, top_right, middle_left, middle_center, middle_right, bottom_left, bottom_center, bottom_right, top, bottom, top_floating, bottom_floating
display_close_button ไม่จำเป็น บูลีน -
display_branding ไม่จำเป็น บูลีน -
shadow ไม่จำเป็น สตริง Allowed values: , subtle, feather, 3d, layered
border_width ไม่จำเป็น จำนวนเต็ม Allowed values: 0, 1, 2, 3, 4, 5
internal_padding ไม่จำเป็น จำนวนเต็ม Allowed values: 5-25
background_blur ไม่จำเป็น จำนวนเต็ม Allowed values: 0-30
custom_css ไม่จำเป็น สตริง -
hover_animation ไม่จำเป็น สตริง Allowed values: , fast_scale_up, slow_scale_up, fast_scale_down, slow_scale_down
on_animation ไม่จำเป็น สตริง Allowed values: fadeIn, slideInUp, slideInDown, zoomIn, bounceIn
off_animation ไม่จำเป็น สตริง Allowed values: fadeOut, slideOutUp, slideOutDown, zoomOut, bounceOut
animation ไม่จำเป็น สตริง Allowed values: , heartbeat, bounce, flash, pulse
animation_interval ไม่จำเป็น จำนวนเต็ม -
font ไม่จำเป็น สตริง Allowed values: inherit, Arial, Verdana, Helvetica, Tahoma, Trebuchet MS, Times New Roman, Georgia, Courier New, Monaco, Comic Sans MS, Courier, Impact, Futura, Luminari, Baskerville, Papyrus, Brush Script MT
border_radius ไม่จำเป็น สตริง Allowed values: straight, rounded, highly_rounded, round
notifications ไม่จำเป็น อาร์เรย์ Available when: type = email_collector, collector_bar, collector_modal, collector_two_modal, conversions, conversions_counter, countdown_collector, request_collector, text_feedback Notification handler ids
informational
title ไม่จำเป็น สตริง Available when: type = informational
description ไม่จำเป็น สตริง Available when: type = informational
image ไม่จำเป็น ไฟล์ Available when: type = informational
image_alt ไม่จำเป็น สตริง Available when: type = informational
url ไม่จำเป็น สตริง Available when: type = informational
url_new_tab ไม่จำเป็น บูลีน Available when: type = informational
title_color ไม่จำเป็น สตริง Available when: type = informational
description_color ไม่จำเป็น สตริง Available when: type = informational
background_color ไม่จำเป็น สตริง Available when: type = informational
informational_mini
title ไม่จำเป็น สตริง Available when: type = informational_mini
image ไม่จำเป็น ไฟล์ Available when: type = informational_mini
image_alt ไม่จำเป็น สตริง Available when: type = informational_mini
url ไม่จำเป็น สตริง Available when: type = informational_mini
url_new_tab ไม่จำเป็น บูลีน Available when: type = informational_mini
title_color ไม่จำเป็น สตริง Available when: type = informational_mini
description_color ไม่จำเป็น สตริง Available when: type = informational_mini
background_color ไม่จำเป็น สตริง Available when: type = informational_mini
coupon
title ไม่จำเป็น สตริง Available when: type = coupon
description ไม่จำเป็น สตริง Available when: type = coupon
image ไม่จำเป็น ไฟล์ Available when: type = coupon
image_alt ไม่จำเป็น สตริง Available when: type = coupon
coupon_code ไม่จำเป็น สตริง Available when: type = coupon
button_url ไม่จำเป็น สตริง Available when: type = coupon
url_new_tab ไม่จำเป็น บูลีน Available when: type = coupon
button_text ไม่จำเป็น สตริง Available when: type = coupon
title_color ไม่จำเป็น สตริง Available when: type = coupon
description_color ไม่จำเป็น สตริง Available when: type = coupon
background_color ไม่จำเป็น สตริง Available when: type = coupon
button_background_color ไม่จำเป็น สตริง Available when: type = coupon
button_color ไม่จำเป็น สตริง Available when: type = coupon
live_counter
description ไม่จำเป็น สตริง Available when: type = live_counter
last_activity ไม่จำเป็น สตริง Available when: type = live_counter
url ไม่จำเป็น สตริง Available when: type = live_counter
url_new_tab ไม่จำเป็น บูลีน Available when: type = live_counter
display_minimum_activity ไม่จำเป็น จำนวนเต็ม Available when: type = live_counter
description_color ไม่จำเป็น สตริง Available when: type = live_counter
background_color ไม่จำเป็น สตริง Available when: type = live_counter
number_background_color ไม่จำเป็น สตริง Available when: type = live_counter
number_color ไม่จำเป็น สตริง Available when: type = live_counter
pulse_background_color ไม่จำเป็น สตริง Available when: type = live_counter
email_collector
conversions
title ไม่จำเป็น สตริง Available when: type = conversions
description ไม่จำเป็น สตริง Available when: type = conversions
image ไม่จำเป็น ไฟล์ Available when: type = conversions
image_alt ไม่จำเป็น สตริง Available when: type = conversions
url ไม่จำเป็น สตริง Available when: type = conversions
url_new_tab ไม่จำเป็น บูลีน Available when: type = conversions
conversions_count ไม่จำเป็น จำนวนเต็ม Available when: type = conversions
in_between_delay ไม่จำเป็น จำนวนเต็ม Available when: type = conversions
order ไม่จำเป็น สตริง Available when: type = conversions
Allowed values: random, descending
data_trigger_auto ไม่จำเป็น บูลีน Available when: type = conversions
data_trigger_auto_type[index] ไม่จำเป็น อาร์เรย์ สตริง Available when: type = conversions
Allowed values: exact , contains , starts_with , ends_with
data_trigger_auto_value[index] ไม่จำเป็น อาร์เรย์ สตริง Available when: type = conversions
title_color ไม่จำเป็น สตริง Available when: type = conversions
description_color ไม่จำเป็น สตริง Available when: type = conversions
date_color ไม่จำเป็น สตริง Available when: type = conversions
background_color ไม่จำเป็น สตริง Available when: type = conversions
conversions counter
title ไม่จำเป็น สตริง Available when: type = conversions counter
last_activity ไม่จำเป็น สตริง Available when: type = conversions counter
url ไม่จำเป็น สตริง Available when: type = conversions counter
url_new_tab ไม่จำเป็น บูลีน Available when: type = conversions counter
display_minimum_activity ไม่จำเป็น สตริง Available when: type = conversions counter
title_color ไม่จำเป็น สตริง Available when: type = conversions counter
background_color ไม่จำเป็น สตริง Available when: type = conversions counter
number_background_color ไม่จำเป็น สตริง Available when: type = conversions counter
number_color ไม่จำเป็น สตริง Available when: type = conversions counter
data_trigger_auto ไม่จำเป็น บูลีน Available when: type = conversions counter
data_trigger_auto_type[index] ไม่จำเป็น อาร์เรย์ สตริง Available when: type = conversions
Allowed values: exact , contains , starts_with , ends_with
data_trigger_auto_value[index] ไม่จำเป็น อาร์เรย์ สตริง Available when: type = conversions
video
title ไม่จำเป็น สตริง Available when: type = video
video ไม่จำเป็น ไฟล์ Available when: type = video
video_is_youtube ไม่จำเป็น บูลีน Available when: type = video
youtube_video_id ไม่จำเป็น สตริง Available when: type = video
video_autoplay ไม่จำเป็น บูลีน Available when: type = video
video_controls ไม่จำเป็น บูลีน Available when: type = video
video_loop ไม่จำเป็น บูลีน Available when: type = video
video_muted ไม่จำเป็น บูลีน Available when: type = video
button_url ไม่จำเป็น สตริง Available when: type = video
button_text ไม่จำเป็น สตริง Available when: type = video
url_new_tab ไม่จำเป็น บูลีน Available when: type = video
title_color ไม่จำเป็น สตริง Available when: type = video
background_color ไม่จำเป็น สตริง Available when: type = video
button_background_color ไม่จำเป็น สตริง Available when: type = video
button_color ไม่จำเป็น สตริง Available when: type = video
audio
title ไม่จำเป็น สตริง Available when: type = audio
audio ไม่จำเป็น ไฟล์ Available when: type = audio
audio_autoplay ไม่จำเป็น บูลีน Available when: type = audio
audio_controls ไม่จำเป็น บูลีน Available when: type = audio
audio_loop ไม่จำเป็น บูลีน Available when: type = audio
audio_muted ไม่จำเป็น บูลีน Available when: type = audio
button_url ไม่จำเป็น สตริง Available when: type = audio
button_text ไม่จำเป็น สตริง Available when: type = audio
url_new_tab ไม่จำเป็น บูลีน Available when: type = audio
title_color ไม่จำเป็น สตริง Available when: type = audio
background_color ไม่จำเป็น สตริง Available when: type = audio
button_background_color ไม่จำเป็น สตริง Available when: type = audio
button_color ไม่จำเป็น สตริง Available when: type = audio
social_share
reviews
url ไม่จำเป็น สตริง Available when: type = reviews
url_new_tab ไม่จำเป็น บูลีน Available when: type = reviews
reviews_count ไม่จำเป็น missing_translation: api_documentation.integer Available when: type = reviews
in_between_delay ไม่จำเป็น missing_translation: api_documentation.integer Available when: type = reviews
order ไม่จำเป็น สตริง Available when: type = reviews
title missing_translation: api_documentation.default สตริง Available when: type = reviews
description missing_translation: api_documentation.default สตริง Available when: type = reviews
image missing_translation: api_documentation.default ไฟล์ Available when: type = reviews
stars missing_translation: api_documentation.default missing_translation: api_documentation.integer Available when: type = reviews
title_color ไม่จำเป็น สตริง Available when: type = reviews
description_color ไม่จำเป็น สตริง Available when: type = reviews
background_color ไม่จำเป็น สตริง Available when: type = reviews
emoji_feedback
title ไม่จำเป็น สตริง Available when: type = emoji_feedback
thank_you_url ไม่จำเป็น สตริง Available when: type = emoji_feedback
show_angry ไม่จำเป็น บูลีน Available when: type = emoji_feedback
show_sad ไม่จำเป็น บูลีน Available when: type = emoji_feedback
show_neutral ไม่จำเป็น บูลีน Available when: type = emoji_feedback
show_happy ไม่จำเป็น บูลีน Available when: type = emoji_feedback
show_excited ไม่จำเป็น บูลีน Available when: type = emoji_feedback
title_color ไม่จำเป็น สตริง Available when: type = emoji_feedback
background_color ไม่จำเป็น สตริง Available when: type = emoji_feedback
cookie_notification
score_feedback
title ไม่จำเป็น สตริง Available when: type = score_feedback
description ไม่จำเป็น สตริง Available when: type = score_feedback
thank_you_url ไม่จำเป็น สตริง Available when: type = score_feedback
title_color ไม่จำเป็น สตริง Available when: type = score_feedback
description_color ไม่จำเป็น สตริง Available when: type = score_feedback
background_color ไม่จำเป็น สตริง Available when: type = score_feedback
button_background_color ไม่จำเป็น สตริง Available when: type = score_feedback
button_color ไม่จำเป็น สตริง Available when: type = score_feedback
request_collector
title ไม่จำเป็น สตริง Available when: type = request_collector
description ไม่จำเป็น สตริง Available when: type = request_collector
image ไม่จำเป็น ไฟล์ Available when: type = request_collector
image_alt ไม่จำเป็น สตริง Available when: type = request_collector
content_title ไม่จำเป็น สตริง Available when: type = request_collector
content_description ไม่จำเป็น สตริง Available when: type = request_collector
input_placeholder ไม่จำเป็น สตริง Available when: type = request_collector
button_text ไม่จำเป็น สตริง Available when: type = request_collector
show_agreement ไม่จำเป็น บูลีน Available when: type = request_collector
agreement_text ไม่จำเป็น สตริง Available when: type = request_collector
agreement_url ไม่จำเป็น สตริง Available when: type = request_collector
thank_you_url ไม่จำเป็น สตริง Available when: type = request_collector
title_color ไม่จำเป็น สตริง Available when: type = request_collector
description_color ไม่จำเป็น สตริง Available when: type = request_collector
content_title_color ไม่จำเป็น สตริง Available when: type = request_collector
content_description_color ไม่จำเป็น สตริง Available when: type = request_collector
background_color ไม่จำเป็น สตริง Available when: type = request_collector
button_background_color ไม่จำเป็น สตริง Available when: type = request_collector
button_color ไม่จำเป็น สตริง Available when: type = request_collector
countdown_collector
title ไม่จำเป็น สตริง Available when: type = countdown_collector
description ไม่จำเป็น สตริง Available when: type = countdown_collector
content_title ไม่จำเป็น สตริง Available when: type = countdown_collector
input_placeholder ไม่จำเป็น สตริง Available when: type = countdown_collector
button_text ไม่จำเป็น สตริง Available when: type = countdown_collector
countdown_end_date ไม่จำเป็น สตริง Available when: type = countdown_collector
show_agreement ไม่จำเป็น บูลีน Available when: type = countdown_collector
agreement_text ไม่จำเป็น สตริง Available when: type = countdown_collector
agreement_url ไม่จำเป็น สตริง Available when: type = countdown_collector
thank_you_url ไม่จำเป็น สตริง Available when: type = countdown_collector
title_color ไม่จำเป็น สตริง Available when: type = countdown_collector
description_color ไม่จำเป็น สตริง Available when: type = countdown_collector
content_title_color ไม่จำเป็น สตริง Available when: type = countdown_collector
time_color ไม่จำเป็น สตริง Available when: type = countdown_collector
time_background_color ไม่จำเป็น สตริง Available when: type = countdown_collector
background_color ไม่จำเป็น สตริง Available when: type = countdown_collector
button_background_color ไม่จำเป็น สตริง Available when: type = countdown_collector
button_color ไม่จำเป็น สตริง Available when: type = countdown_collector
custom_html
html ไม่จำเป็น สตริง Available when: type = custom_html
background_color ไม่จำเป็น สตริง Available when: type = custom_html
informational_bar
title ไม่จำเป็น สตริง Available when: type = informational_bar
description ไม่จำเป็น สตริง Available when: type = informational_bar
image ไม่จำเป็น ไฟล์ Available when: type = informational_bar
image_alt ไม่จำเป็น ลอย Available when: type = informational_bar
url ไม่จำเป็น ลอย Available when: type = informational_bar
url_new_tab ไม่จำเป็น บูลีน Available when: type = informational_bar
title_color ไม่จำเป็น สตริง Available when: type = informational_bar
description_color ไม่จำเป็น สตริง Available when: type = informational_bar
background_color ไม่จำเป็น สตริง Available when: type = informational_bar
informational_bar_mini
title ไม่จำเป็น สตริง Available when: type = informational_bar_mini
image ไม่จำเป็น ไฟล์ Available when: type = informational_bar_mini
image_alt ไม่จำเป็น ลอย Available when: type = informational_bar_mini
url ไม่จำเป็น ลอย Available when: type = informational_bar_mini
url_new_tab ไม่จำเป็น บูลีน Available when: type = informational_bar_mini
title_color ไม่จำเป็น สตริง Available when: type = informational_bar_mini
description_color ไม่จำเป็น สตริง Available when: type = informational_bar_mini
background_color ไม่จำเป็น สตริง Available when: type = informational_bar_mini
image
title ไม่จำเป็น สตริง Available when: type = image
image ไม่จำเป็น ไฟล์ Available when: type = image
image_alt ไม่จำเป็น สตริง Available when: type = image
button_url ไม่จำเป็น สตริง Available when: type = image
button_text ไม่จำเป็น สตริง Available when: type = image
title_color ไม่จำเป็น สตริง Available when: type = image
background_color ไม่จำเป็น สตริง Available when: type = image
button_background_color ไม่จำเป็น สตริง Available when: type = image
button_color ไม่จำเป็น สตริง Available when: type = image
collector_bar
title ไม่จำเป็น สตริง Available when: type = collector_bar
input_placeholder ไม่จำเป็น สตริง Available when: type = collector_bar
button_text ไม่จำเป็น สตริง Available when: type = collector_bar
show_agreement ไม่จำเป็น บูลีน Available when: type = collector_bar
agreement_text ไม่จำเป็น สตริง Available when: type = collector_bar
agreement_url ไม่จำเป็น สตริง Available when: type = collector_bar
thank_you_url ไม่จำเป็น สตริง Available when: type = collector_bar
title_color ไม่จำเป็น สตริง Available when: type = collector_bar
background_color ไม่จำเป็น สตริง Available when: type = collector_bar
button_background_color ไม่จำเป็น สตริง Available when: type = collector_bar
button_color ไม่จำเป็น สตริง Available when: type = collector_bar
coupon_bar
title ไม่จำเป็น สตริง Available when: type = coupon_bar
coupon_code ไม่จำเป็น สตริง Available when: type = coupon_bar
url ไม่จำเป็น ลอย Available when: type = coupon_bar
url_new_tab ไม่จำเป็น บูลีน Available when: type = coupon_bar
title_color ไม่จำเป็น สตริง Available when: type = coupon_bar
background_color ไม่จำเป็น สตริง Available when: type = coupon_bar
coupon_code_color ไม่จำเป็น สตริง Available when: type = coupon_bar
coupon_code_background_color ไม่จำเป็น สตริง Available when: type = coupon_bar
coupon_code_border_color ไม่จำเป็น สตริง Available when: type = coupon_bar
button_bar
title ไม่จำเป็น สตริง Available when: type = button_bar
button_text ไม่จำเป็น สตริง Available when: type = button_bar
url ไม่จำเป็น สตริง Available when: type = button_bar
url_new_tab ไม่จำเป็น บูลีน Available when: type = button_bar
title_color ไม่จำเป็น สตริง Available when: type = button_bar
background_color ไม่จำเป็น สตริง Available when: type = button_bar
button_color ไม่จำเป็น สตริง Available when: type = button_bar
button_background_color ไม่จำเป็น สตริง Available when: type = button_bar
collector_modal
title ไม่จำเป็น สตริง Available when: type = collector_modal
description ไม่จำเป็น สตริง Available when: type = collector_modal
image ไม่จำเป็น ไฟล์ Available when: type = collector_modal
image_alt ไม่จำเป็น สตริง Available when: type = collector_modal
input_placeholder ไม่จำเป็น สตริง Available when: type = collector_modal
button_text ไม่จำเป็น สตริง Available when: type = collector_modal
show_agreement ไม่จำเป็น บูลีน Available when: type = collector_modal
agreement_text ไม่จำเป็น สตริง Available when: type = collector_modal
agreement_url ไม่จำเป็น สตริง Available when: type = collector_modal
thank_you_url ไม่จำเป็น สตริง Available when: type = collector_modal
title_color ไม่จำเป็น สตริง Available when: type = collector_modal
description_color ไม่จำเป็น สตริง Available when: type = collector_modal
background_color ไม่จำเป็น สตริง Available when: type = collector_modal
button_background_color ไม่จำเป็น สตริง Available when: type = collector_modal
button_color ไม่จำเป็น สตริง Available when: type = collector_modal
collector_two_modal
title ไม่จำเป็น สตริง Available when: type = collector_two_modal
description ไม่จำเป็น สตริง Available when: type = collector_two_modal
image ไม่จำเป็น ไฟล์ Available when: type = collector_two_modal
image_alt ไม่จำเป็น สตริง Available when: type = collector_two_modal
input_placeholder ไม่จำเป็น สตริง Available when: type = collector_two_modal
button_text ไม่จำเป็น สตริง Available when: type = collector_two_modal
show_agreement ไม่จำเป็น บูลีน Available when: type = collector_two_modal
agreement_text ไม่จำเป็น สตริง Available when: type = collector_two_modal
agreement_url ไม่จำเป็น สตริง Available when: type = collector_two_modal
thank_you_url ไม่จำเป็น สตริง Available when: type = collector_two_modal
title_color ไม่จำเป็น สตริง Available when: type = collector_two_modal
description_color ไม่จำเป็น สตริง Available when: type = collector_two_modal
background_color ไม่จำเป็น สตริง Available when: type = collector_two_modal
button_background_color ไม่จำเป็น สตริง Available when: type = collector_two_modal
button_color ไม่จำเป็น สตริง Available when: type = collector_two_modal
button_modal
title ไม่จำเป็น สตริง Available when: type = button_modal
description ไม่จำเป็น สตริง Available when: type = button_modal
image ไม่จำเป็น ไฟล์ Available when: type = button_modal
image_alt ไม่จำเป็น สตริง Available when: type = button_modal
button_text ไม่จำเป็น สตริง Available when: type = button_modal
button_url ไม่จำเป็น สตริง Available when: type = button_modal
url_new_tab ไม่จำเป็น บูลีน Available when: type = button_modal
title_color ไม่จำเป็น สตริง Available when: type = button_modal
description_color ไม่จำเป็น สตริง Available when: type = button_modal
background_color ไม่จำเป็น สตริง Available when: type = button_modal
button_background_color ไม่จำเป็น สตริง Available when: type = button_modal
button_color ไม่จำเป็น สตริง Available when: type = button_modal
text_feedback
title ไม่จำเป็น สตริง Available when: type = text_feedback
description ไม่จำเป็น สตริง Available when: type = text_feedback
input_placeholder ไม่จำเป็น สตริง Available when: type = text_feedback
button_text ไม่จำเป็น สตริง Available when: type = text_feedback
thank_you_url ไม่จำเป็น สตริง Available when: type = text_feedback
title_color ไม่จำเป็น สตริง Available when: type = text_feedback
description_color ไม่จำเป็น สตริง Available when: type = text_feedback
background_color ไม่จำเป็น สตริง Available when: type = text_feedback
button_background_color ไม่จำเป็น สตริง Available when: type = text_feedback
button_color ไม่จำเป็น สตริง Available when: type = text_feedback
engagement_links
title_color ไม่จำเป็น สตริง Available when: type = text_feedback
categories_title_color ไม่จำเป็น สตริง Available when: type = text_feedback
categories_description_color ไม่จำเป็น สตริง Available when: type = text_feedback
categories_links_title_color ไม่จำเป็น สตริง Available when: type = text_feedback
categories_links_description_color ไม่จำเป็น สตริง Available when: type = text_feedback
categories_links_background_color ไม่จำเป็น สตริง Available when: type = text_feedback
categories_links_border_color ไม่จำเป็น สตริง Available when: type = text_feedback
background_color ไม่จำเป็น สตริง Available when: type = text_feedback
whatsapp_chat
title ไม่จำเป็น สตริง Available when: type = whatsapp_chat
agent_image ไม่จำเป็น ไฟล์ Available when: type = whatsapp_chat
agent_image_alt ไม่จำเป็น สตริง Available when: type = whatsapp_chat
agent_name ไม่จำเป็น สตริง Available when: type = whatsapp_chat
agent_description ไม่จำเป็น สตริง Available when: type = whatsapp_chat
agent_message ไม่จำเป็น สตริง Available when: type = whatsapp_chat
agent_phone_number ไม่จำเป็น สตริง Available when: type = whatsapp_chat
button_text ไม่จำเป็น สตริง Available when: type = whatsapp_chat
header_agent_name_color ไม่จำเป็น สตริง Available when: type = whatsapp_chat
header_agent_description_color ไม่จำเป็น สตริง Available when: type = whatsapp_chat
header_background_color ไม่จำเป็น สตริง Available when: type = whatsapp_chat
content_background_color ไม่จำเป็น สตริง Available when: type = whatsapp_chat
content_agent_name_color ไม่จำเป็น สตริง Available when: type = whatsapp_chat
content_agent_message_color ไม่จำเป็น สตริง Available when: type = whatsapp_chat
content_agent_message_background_color ไม่จำเป็น สตริง Available when: type = whatsapp_chat
footer_background_color ไม่จำเป็น สตริง Available when: type = whatsapp_chat
footer_button_background_color ไม่จำเป็น สตริง Available when: type = whatsapp_chat
footer_button_color ไม่จำเป็น สตริง Available when: type = whatsapp_chat
title_color ไม่จำเป็น สตริง Available when: type = whatsapp_chat
background_color ไม่จำเป็น สตริง Available when: type = whatsapp_chat
contact_us
title ไม่จำเป็น สตริง Available when: type = contact_us
description ไม่จำเป็น สตริง Available when: type = contact_us
contact_email ไม่จำเป็น สตริง Available when: type = contact_us
contact_phone_number ไม่จำเป็น สตริง Available when: type = contact_us
contact_whatsapp ไม่จำเป็น สตริง Available when: type = contact_us
contact_telegram ไม่จำเป็น สตริง Available when: type = contact_us
contact_facebook_messenger ไม่จำเป็น สตริง Available when: type = contact_us
title_color ไม่จำเป็น สตริง Available when: type = contact_us
description_color ไม่จำเป็น สตริง Available when: type = contact_us
background_color ไม่จำเป็น สตริง Available when: type = contact_us
curl --request POST \
--url 'https://popupke.com/api/notifications/{notification_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=example' \
--form 'is_enabled=1'
{ "data": { "id": 1 } }
DELETE https://popupke.com/api/notifications/{notification_id}
curl --request DELETE \
--url 'https://popupke.com/api/notifications/{notification_id}' \
--header 'Authorization: Bearer {api_key}' \