Ειδοποιήσεις καμπάνιας

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-11-21 21:42: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-11-21 21:42: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 Προαιρετικός Boolean -
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 Προαιρετικός Boolean -
trigger_all_pages Προαιρετικός Boolean -
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 Προαιρετικός Boolean -
display_desktop Προαιρετικός Boolean -
schedule Προαιρετικός Boolean -
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 Προαιρετικός Boolean -
close_button_color Προαιρετικός Σειρά -
dark_mode_close_button_color Προαιρετικός Σειρά -
display_branding Προαιρετικός Boolean -
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
border_radius Προαιρετικός Σειρά Allowed values: straight, rounded, highly_rounded, round
dark_mode_is_enabled Προαιρετικός Boolean
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
translations[input_key][index]['key'] Προαιρετικός Σειρά Available for all the marked for translation fields.
translations[input_key][index]['value'] Προαιρετικός Σειρά Available for all the marked for translation fields.
informational
title Προαιρετικός Σειρά Available when: type = informational Translatable
description Προαιρετικός Σειρά Available when: type = informational Translatable
image Προαιρετικός Αρχείο Available when: type = informational
image_alt Προαιρετικός Σειρά Available when: type = informational
url Προαιρετικός Σειρά Available when: type = informational
url_new_tab Προαιρετικός Boolean Available when: type = informational
title_color Προαιρετικός Σειρά Available when: type = informational
description_color Προαιρετικός Σειρά Available when: type = informational
background_color Προαιρετικός Σειρά Available when: type = informational
border_color Προαιρετικός Σειρά Available when: type = informational
shadow_color Προαιρετικός Σειρά Available when: type = informational
dark_mode_title_color Προαιρετικός Σειρά Available when: type = informational
dark_mode_description_color Προαιρετικός Σειρά Available when: type = informational
dark_mode_background_color Προαιρετικός Σειρά Available when: type = informational
dark_mode_border_color Προαιρετικός Σειρά Available when: type = informational
dark_mode_shadow_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 Προαιρετικός Boolean 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
border_color Προαιρετικός Σειρά Available when: type = informational_mini
shadow_color Προαιρετικός Σειρά Available when: type = informational_mini
dark_mode_title_color Προαιρετικός Σειρά Available when: type = informational_mini
dark_mode_description_color Προαιρετικός Σειρά Available when: type = informational_mini
dark_mode_background_color Προαιρετικός Σειρά Available when: type = informational_mini
dark_mode_border_color Προαιρετικός Σειρά Available when: type = informational_mini
dark_mode_shadow_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 Translatable
button_url Προαιρετικός Σειρά Available when: type = coupon
url_new_tab Προαιρετικός Boolean Available when: type = coupon
button_text Προαιρετικός Σειρά Available when: type = coupon Translatable
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
border_color Προαιρετικός Σειρά Available when: type = coupon
shadow_color Προαιρετικός Σειρά Available when: type = coupon
dark_mode_title_color Προαιρετικός Σειρά Available when: type = coupon
dark_mode_description_color Προαιρετικός Σειρά Available when: type = coupon
dark_mode_background_color Προαιρετικός Σειρά Available when: type = coupon
dark_mode_button_background_color Προαιρετικός Σειρά Available when: type = coupon
dark_mode_button_color Προαιρετικός Σειρά Available when: type = coupon
dark_mode_border_color Προαιρετικός Σειρά Available when: type = coupon
dark_mode_shadow_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 Προαιρετικός Boolean 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
display_time Προαιρετικός Boolean Available when: type = conversions
url_new_tab Προαιρετικός Boolean 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 Προαιρετικός Boolean 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
border_color Προαιρετικός Σειρά Available when: type = conversions
shadow_color Προαιρετικός Σειρά Available when: type = conversions
dark_mode_title_color Προαιρετικός Σειρά Available when: type = conversions
dark_mode_description_color Προαιρετικός Σειρά Available when: type = conversions
dark_mode_date_color Προαιρετικός Σειρά Available when: type = conversions
dark_mode_background_color Προαιρετικός Σειρά Available when: type = conversions
dark_mode_border_color Προαιρετικός Σειρά Available when: type = conversions
dark_mode_shadow_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 Προαιρετικός Boolean Available when: type = conversions counter
display_minimum_activity Προαιρετικός Σειρά Available when: type = conversions counter
title_color Προαιρετικός Σειρά Available when: type = conversions counter
description_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
border_color Προαιρετικός Σειρά Available when: type = conversions counter
shadow_color Προαιρετικός Σειρά Available when: type = conversions counter
dark_mode_title_color Προαιρετικός Σειρά Available when: type = conversions counter
dark_mode_description_color Προαιρετικός Σειρά Available when: type = conversions counter
dark_mode_background_color Προαιρετικός Σειρά Available when: type = conversions counter
dark_mode_number_background_color Προαιρετικός Σειρά Available when: type = conversions counter
dark_mode_number_color Προαιρετικός Σειρά Available when: type = conversions counter
dark_mode_border_color Προαιρετικός Σειρά Available when: type = conversions counter
dark_mode_shadow_color Προαιρετικός Σειρά Available when: type = conversions counter
data_trigger_auto Προαιρετικός Boolean 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 Προαιρετικός Boolean Available when: type = video
youtube_video_id Προαιρετικός Σειρά Available when: type = video
video_autoplay Προαιρετικός Boolean Available when: type = video
video_controls Προαιρετικός Boolean Available when: type = video
video_loop Προαιρετικός Boolean Available when: type = video
video_muted Προαιρετικός Boolean Available when: type = video
button_url Προαιρετικός Σειρά Available when: type = video
button_text Προαιρετικός Σειρά Available when: type = video Translatable
url_new_tab Προαιρετικός Boolean 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
border_color Προαιρετικός Σειρά Available when: type = video
shadow_color Προαιρετικός Σειρά Available when: type = video
dark_mode_title_color Προαιρετικός Σειρά Available when: type = video
dark_mode_background_color Προαιρετικός Σειρά Available when: type = video
dark_mode_button_background_color Προαιρετικός Σειρά Available when: type = video
dark_mode_button_color Προαιρετικός Σειρά Available when: type = video
dark_mode_border_color Προαιρετικός Σειρά Available when: type = video
dark_mode_shadow_color Προαιρετικός Σειρά Available when: type = video
audio
title Προαιρετικός Σειρά Available when: type = audio
audio Προαιρετικός Αρχείο Available when: type = audio
audio_autoplay Προαιρετικός Boolean Available when: type = audio
audio_controls Προαιρετικός Boolean Available when: type = audio
audio_loop Προαιρετικός Boolean Available when: type = audio
audio_muted Προαιρετικός Boolean Available when: type = audio
button_url Προαιρετικός Σειρά Available when: type = audio
button_text Προαιρετικός Σειρά Available when: type = audio Translatable
url_new_tab Προαιρετικός Boolean 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
border_color Προαιρετικός Σειρά Available when: type = audio
shadow_color Προαιρετικός Σειρά Available when: type = audio
dark_mode_title_color Προαιρετικός Σειρά Available when: type = audio
dark_mode_background_color Προαιρετικός Σειρά Available when: type = audio
dark_mode_button_background_color Προαιρετικός Σειρά Available when: type = audio
dark_mode_button_color Προαιρετικός Σειρά Available when: type = audio
dark_mode_border_color Προαιρετικός Σειρά Available when: type = audio
dark_mode_shadow_color Προαιρετικός Σειρά Available when: type = audio
social_share
reviews
url Προαιρετικός Σειρά Available when: type = reviews
url_new_tab Προαιρετικός Boolean Available when: type = reviews
reviews_count Προαιρετικός api_documentation.integer Available when: type = reviews
in_between_delay Προαιρετικός api_documentation.integer Available when: type = reviews
order Προαιρετικός Σειρά Available when: type = reviews
title api_documentation.default Σειρά Available when: type = reviews
description api_documentation.default Σειρά Available when: type = reviews
image api_documentation.default Αρχείο Available when: type = reviews
stars api_documentation.default 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
border_color Προαιρετικός Σειρά Available when: type = reviews
shadow_color Προαιρετικός Σειρά Available when: type = reviews
dark_mode_title_color Προαιρετικός Σειρά Available when: type = reviews
dark_mode_description_color Προαιρετικός Σειρά Available when: type = reviews
dark_mode_background_color Προαιρετικός Σειρά Available when: type = reviews
dark_mode_border_color Προαιρετικός Σειρά Available when: type = reviews
dark_mode_shadow_color Προαιρετικός Σειρά Available when: type = reviews
emoji_feedback
title Προαιρετικός Σειρά Available when: type = emoji_feedback
thank_you_url Προαιρετικός Σειρά Available when: type = emoji_feedback
show_angry Προαιρετικός Boolean Available when: type = emoji_feedback
show_sad Προαιρετικός Boolean Available when: type = emoji_feedback
show_neutral Προαιρετικός Boolean Available when: type = emoji_feedback
show_happy Προαιρετικός Boolean Available when: type = emoji_feedback
show_excited Προαιρετικός Boolean Available when: type = emoji_feedback
title_color Προαιρετικός Σειρά Available when: type = emoji_feedback
background_color Προαιρετικός Σειρά Available when: type = emoji_feedback
border_color Προαιρετικός Σειρά Available when: type = emoji_feedback
shadow_color Προαιρετικός Σειρά Available when: type = emoji_feedback
dark_mode_title_color Προαιρετικός Σειρά Available when: type = emoji_feedback
dark_mode_background_color Προαιρετικός Σειρά Available when: type = emoji_feedback
dark_mode_border_color Προαιρετικός Σειρά Available when: type = emoji_feedback
dark_mode_shadow_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
border_color Προαιρετικός Σειρά Available when: type = score_feedback
shadow_color Προαιρετικός Σειρά Available when: type = score_feedback
dark_mode_title_color Προαιρετικός Σειρά Available when: type = score_feedback
dark_mode_description_color Προαιρετικός Σειρά Available when: type = score_feedback
dark_mode_background_color Προαιρετικός Σειρά Available when: type = score_feedback
dark_mode_button_background_color Προαιρετικός Σειρά Available when: type = score_feedback
dark_mode_button_color Προαιρετικός Σειρά Available when: type = score_feedback
dark_mode_border_color Προαιρετικός Σειρά Available when: type = score_feedback
dark_mode_shadow_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 Translatable
content_description Προαιρετικός Σειρά Available when: type = request_collector Translatable
input_placeholder Προαιρετικός Σειρά Available when: type = request_collector Translatable
button_text Προαιρετικός Σειρά Available when: type = request_collector Translatable
show_agreement Προαιρετικός Boolean Available when: type = request_collector
agreement_text Προαιρετικός Σειρά Available when: type = request_collector Translatable
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
border_color Προαιρετικός Σειρά Available when: type = request_collector
shadow_color Προαιρετικός Σειρά Available when: type = request_collector
dark_mode_title_color Προαιρετικός Σειρά Available when: type = request_collector
dark_mode_description_color Προαιρετικός Σειρά Available when: type = request_collector
dark_mode_content_title_color Προαιρετικός Σειρά Available when: type = request_collector
dark_mode_content_description_color Προαιρετικός Σειρά Available when: type = request_collector
dark_mode_background_color Προαιρετικός Σειρά Available when: type = request_collector
dark_mode_button_background_color Προαιρετικός Σειρά Available when: type = request_collector
dark_mode_button_color Προαιρετικός Σειρά Available when: type = request_collector
dark_mode_border_color Προαιρετικός Σειρά Available when: type = request_collector
dark_mode_shadow_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 Translatable
input_placeholder Προαιρετικός Σειρά Available when: type = countdown_collector Translatable
button_text Προαιρετικός Σειρά Available when: type = countdown_collector Translatable
countdown_end_date Προαιρετικός Σειρά Available when: type = countdown_collector
show_agreement Προαιρετικός Boolean Available when: type = countdown_collector
agreement_text Προαιρετικός Σειρά Available when: type = countdown_collector Translatable
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
border_color Προαιρετικός Σειρά Available when: type = countdown_collector
shadow_color Προαιρετικός Σειρά Available when: type = countdown_collector
dark_mode_title_color Προαιρετικός Σειρά Available when: type = countdown_collector
dark_mode_description_color Προαιρετικός Σειρά Available when: type = countdown_collector
dark_mode_content_title_color Προαιρετικός Σειρά Available when: type = countdown_collector
dark_mode_time_color Προαιρετικός Σειρά Available when: type = countdown_collector
dark_mode_time_background_color Προαιρετικός Σειρά Available when: type = countdown_collector
dark_mode_background_color Προαιρετικός Σειρά Available when: type = countdown_collector
dark_mode_button_background_color Προαιρετικός Σειρά Available when: type = countdown_collector
dark_mode_button_color Προαιρετικός Σειρά Available when: type = countdown_collector
dark_mode_border_color Προαιρετικός Σειρά Available when: type = countdown_collector
dark_mode_shadow_color Προαιρετικός Σειρά Available when: type = countdown_collector
custom_html
html Προαιρετικός Σειρά Available when: type = custom_html
background_color Προαιρετικός Σειρά Available when: type = custom_html
border_color Προαιρετικός Σειρά Available when: type = custom_html
shadow_color Προαιρετικός Σειρά Available when: type = custom_html
dark_mode_background_color Προαιρετικός Σειρά Available when: type = custom_html
dark_mode_border_color Προαιρετικός Σειρά Available when: type = custom_html
dark_mode_shadow_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 Προαιρετικός Boolean 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
border_color Προαιρετικός Σειρά Available when: type = informational_bar
dark_mode_title_color Προαιρετικός Σειρά Available when: type = informational_bar
dark_mode_description_color Προαιρετικός Σειρά Available when: type = informational_bar
dark_mode_background_color Προαιρετικός Σειρά Available when: type = informational_bar
dark_mode_border_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 Προαιρετικός Boolean 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
border_color Προαιρετικός Σειρά Available when: type = informational_bar_mini
shadow_color Προαιρετικός Σειρά Available when: type = informational_bar_mini
dark_mode_title_color Προαιρετικός Σειρά Available when: type = informational_bar_mini
dark_mode_description_color Προαιρετικός Σειρά Available when: type = informational_bar_mini
dark_mode_background_color Προαιρετικός Σειρά Available when: type = informational_bar_mini
dark_mode_border_color Προαιρετικός Σειρά Available when: type = informational_bar_mini
dark_mode_shadow_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 Translatable
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
border_color Προαιρετικός Σειρά Available when: type = image
shadow_color Προαιρετικός Σειρά Available when: type = image
dark_mode_title_color Προαιρετικός Σειρά Available when: type = image
dark_mode_background_color Προαιρετικός Σειρά Available when: type = image
dark_mode_button_background_color Προαιρετικός Σειρά Available when: type = image
dark_mode_button_color Προαιρετικός Σειρά Available when: type = image
dark_mode_border_color Προαιρετικός Σειρά Available when: type = image
dark_mode_shadow_color Προαιρετικός Σειρά Available when: type = image
collector_bar
title Προαιρετικός Σειρά Available when: type = collector_bar
input_placeholder Προαιρετικός Σειρά Available when: type = collector_bar Translatable
button_text Προαιρετικός Σειρά Available when: type = collector_bar Translatable
show_agreement Προαιρετικός Boolean Available when: type = collector_bar
agreement_text Προαιρετικός Σειρά Available when: type = collector_bar Translatable
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
border_color Προαιρετικός Σειρά Available when: type = collector_bar
dark_mode_title_color Προαιρετικός Σειρά Available when: type = collector_bar
dark_mode_background_color Προαιρετικός Σειρά Available when: type = collector_bar
dark_mode_button_background_color Προαιρετικός Σειρά Available when: type = collector_bar
dark_mode_button_color Προαιρετικός Σειρά Available when: type = collector_bar
dark_mode_border_color Προαιρετικός Σειρά Available when: type = collector_bar
coupon_bar
title Προαιρετικός Σειρά Available when: type = coupon_bar
coupon_code Προαιρετικός Σειρά Available when: type = coupon_bar Translatable
url Προαιρετικός Φλοτέρ Available when: type = coupon_bar
url_new_tab Προαιρετικός Boolean 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
border_color Προαιρετικός Σειρά Available when: type = coupon_bar
dark_mode_title_color Προαιρετικός Σειρά Available when: type = coupon_bar
dark_mode_background_color Προαιρετικός Σειρά Available when: type = coupon_bar
dark_mode_coupon_code_color Προαιρετικός Σειρά Available when: type = coupon_bar
dark_mode_coupon_code_background_color Προαιρετικός Σειρά Available when: type = coupon_bar
dark_mode_coupon_code_border_color Προαιρετικός Σειρά Available when: type = coupon_bar
dark_mode_border_color Προαιρετικός Σειρά Available when: type = coupon_bar
button_bar
title Προαιρετικός Σειρά Available when: type = button_bar
button_text Προαιρετικός Σειρά Available when: type = button_bar Translatable
url Προαιρετικός Σειρά Available when: type = button_bar
url_new_tab Προαιρετικός Boolean 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
border_color Προαιρετικός Σειρά Available when: type = button_bar
dark_mode_title_color Προαιρετικός Σειρά Available when: type = button_bar
dark_mode_background_color Προαιρετικός Σειρά Available when: type = button_bar
dark_mode_button_color Προαιρετικός Σειρά Available when: type = button_bar
dark_mode_button_background_color Προαιρετικός Σειρά Available when: type = button_bar
dark_mode_border_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 Translatable
button_text Προαιρετικός Σειρά Available when: type = collector_modal Translatable
show_agreement Προαιρετικός Boolean Available when: type = collector_modal
agreement_text Προαιρετικός Σειρά Available when: type = collector_modal Translatable
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
border_color Προαιρετικός Σειρά Available when: type = collector_modal
shadow_color Προαιρετικός Σειρά Available when: type = collector_modal
dark_mode_title_color Προαιρετικός Σειρά Available when: type = collector_modal
dark_mode_description_color Προαιρετικός Σειρά Available when: type = collector_modal
dark_mode_background_color Προαιρετικός Σειρά Available when: type = collector_modal
dark_mode_button_background_color Προαιρετικός Σειρά Available when: type = collector_modal
dark_mode_button_color Προαιρετικός Σειρά Available when: type = collector_modal
dark_mode_border_color Προαιρετικός Σειρά Available when: type = collector_modal
dark_mode_shadow_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 Translatable
button_text Προαιρετικός Σειρά Available when: type = collector_two_modal Translatable
show_agreement Προαιρετικός Boolean Available when: type = collector_two_modal
agreement_text Προαιρετικός Σειρά Available when: type = collector_two_modal Translatable
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
border_color Προαιρετικός Σειρά Available when: type = collector_two_modal
shadow_color Προαιρετικός Σειρά Available when: type = collector_two_modal
dark_mode_title_color Προαιρετικός Σειρά Available when: type = collector_two_modal
dark_mode_description_color Προαιρετικός Σειρά Available when: type = collector_two_modal
dark_mode_background_color Προαιρετικός Σειρά Available when: type = collector_two_modal
dark_mode_button_background_color Προαιρετικός Σειρά Available when: type = collector_two_modal
dark_mode_button_color Προαιρετικός Σειρά Available when: type = collector_two_modal
dark_mode_border_color Προαιρετικός Σειρά Available when: type = collector_two_modal
dark_mode_shadow_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 Translatable
button_url Προαιρετικός Σειρά Available when: type = button_modal
url_new_tab Προαιρετικός Boolean 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
border_color Προαιρετικός Σειρά Available when: type = button_modal
shadow_color Προαιρετικός Σειρά Available when: type = button_modal
dark_mode_title_color Προαιρετικός Σειρά Available when: type = button_modal
dark_mode_description_color Προαιρετικός Σειρά Available when: type = button_modal
dark_mode_background_color Προαιρετικός Σειρά Available when: type = button_modal
dark_mode_button_background_color Προαιρετικός Σειρά Available when: type = button_modal
dark_mode_button_color Προαιρετικός Σειρά Available when: type = button_modal
dark_mode_border_color Προαιρετικός Σειρά Available when: type = button_modal
dark_mode_shadow_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 Translatable
button_text Προαιρετικός Σειρά Available when: type = text_feedback Translatable
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
border_color Προαιρετικός Σειρά Available when: type = text_feedback
shadow_color Προαιρετικός Σειρά Available when: type = text_feedback
dark_mode_title_color Προαιρετικός Σειρά Available when: type = text_feedback
dark_mode_description_color Προαιρετικός Σειρά Available when: type = text_feedback
dark_mode_background_color Προαιρετικός Σειρά Available when: type = text_feedback
dark_mode_button_background_color Προαιρετικός Σειρά Available when: type = text_feedback
dark_mode_button_color Προαιρετικός Σειρά Available when: type = text_feedback
dark_mode_border_color Προαιρετικός Σειρά Available when: type = text_feedback
dark_mode_shadow_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
border_color Προαιρετικός Σειρά Available when: type = text_feedback
shadow_color Προαιρετικός Σειρά Available when: type = text_feedback
dark_mode_title_color Προαιρετικός Σειρά Available when: type = text_feedback
dark_mode_categories_title_color Προαιρετικός Σειρά Available when: type = text_feedback
dark_mode_categories_description_color Προαιρετικός Σειρά Available when: type = text_feedback
dark_mode_categories_links_title_color Προαιρετικός Σειρά Available when: type = text_feedback
dark_mode_categories_links_description_color Προαιρετικός Σειρά Available when: type = text_feedback
dark_mode_categories_links_background_color Προαιρετικός Σειρά Available when: type = text_feedback
dark_mode_categories_links_border_color Προαιρετικός Σειρά Available when: type = text_feedback
dark_mode_background_color Προαιρετικός Σειρά Available when: type = text_feedback
dark_mode_border_color Προαιρετικός Σειρά Available when: type = text_feedback
dark_mode_shadow_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 Translatable
agent_description Προαιρετικός Σειρά Available when: type = whatsapp_chat Translatable
agent_message Προαιρετικός Σειρά Available when: type = whatsapp_chat Translatable
agent_phone_number Προαιρετικός Σειρά Available when: type = whatsapp_chat Translatable
button_text Προαιρετικός Σειρά Available when: type = whatsapp_chat Translatable
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
border_color Προαιρετικός Σειρά Available when: type = whatsapp_chat
shadow_color Προαιρετικός Σειρά Available when: type = whatsapp_chat
dark_mode_header_agent_name_color Προαιρετικός Σειρά Available when: type = whatsapp_chat
dark_mode_header_agent_description_color Προαιρετικός Σειρά Available when: type = whatsapp_chat
dark_mode_header_background_color Προαιρετικός Σειρά Available when: type = whatsapp_chat
dark_mode_content_background_color Προαιρετικός Σειρά Available when: type = whatsapp_chat
dark_mode_content_agent_name_color Προαιρετικός Σειρά Available when: type = whatsapp_chat
dark_mode_content_agent_message_color Προαιρετικός Σειρά Available when: type = whatsapp_chat
dark_mode_content_agent_message_background_color Προαιρετικός Σειρά Available when: type = whatsapp_chat
dark_mode_footer_background_color Προαιρετικός Σειρά Available when: type = whatsapp_chat
dark_mode_footer_button_background_color Προαιρετικός Σειρά Available when: type = whatsapp_chat
dark_mode_footer_button_color Προαιρετικός Σειρά Available when: type = whatsapp_chat
dark_mode_title_color Προαιρετικός Σειρά Available when: type = whatsapp_chat
dark_mode_background_color Προαιρετικός Σειρά Available when: type = whatsapp_chat
dark_mode_border_color Προαιρετικός Σειρά Available when: type = whatsapp_chat
dark_mode_shadow_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
border_color Προαιρετικός Σειρά Available when: type = contact_us
shadow_color Προαιρετικός Σειρά Available when: type = contact_us
dark_mode_title_color Προαιρετικός Σειρά Available when: type = contact_us
dark_mode_description_color Προαιρετικός Σειρά Available when: type = contact_us
dark_mode_background_color Προαιρετικός Σειρά Available when: type = contact_us
dark_mode_border_color Προαιρετικός Σειρά Available when: type = contact_us
dark_mode_shadow_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}' \