ਮੁਹਿੰਮ ਦੀਆਂ ਸੂਚਨਾਵਾਂ

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:06:27" } ], "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:06:27" } }
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}' \