প্রচারাভিযানের বিজ্ঞপ্তি

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:01:32" } ], "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:01:32" } }
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}' \