Kampagnenbenachrichtigungen

GET https://lyks.de/api/notifications/
curl --request GET \
--url 'https://lyks.de/api/notifications/' \
--header 'Authorization: Bearer {api_key}' \
Parameter Einzelheiten Beschreibung
page Optional Ganzzahl Die Seitennummer, von der Sie Ergebnisse möchten. Standardmäßig auf 1 gesetzt.
results_per_page Optional Ganzzahl Wie viele Ergebnisse möchten Sie pro Seite haben. Zulässige Werte sind: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Standardmäßig ist 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-01 05:10:23",
        }
    ],
    "meta": {
        "page": 1,
        "results_per_page": 25,
        "total": 1,
        "total_pages": 1
    },
    "links": {
        "first": "https://lyks.de/api/notifications?page=1",
        "last": "https://lyks.de/api/notifications?page=1",
        "next": null,
        "prev": null,
        "self": "https://lyks.de/api/notifications?page=1"
    }
}
GET https://lyks.de/api/notifications/{notification_id}
curl --request GET \
--url 'https://lyks.de/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-01 05:10:23",
    }
}
POST https://lyks.de/api/notifications
Parameter Einzelheiten Beschreibung
campaign_id Erforderlich Ganzzahl -
type Erforderlich Seil Erlaubte Werte: 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 Optional Seil -
is_enabled Optional Boolescher -
curl --request POST \
--url 'https://lyks.de/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://lyks.de/api/notifications/{notification_id}
Parameter Einzelheiten Beschreibung
name Optional Seil -
is_enabled Optional Boolescher -
trigger_all_pages Optional Boolescher -
display_trigger Optional Seil Erlaubte Werte: delay, time_on_site, pageviews, inactivity, exit_intent, scroll, click, hover
display_value Optional Seil -
display_delay_type_after_close Optional Seil Erlaubte Werte: time_on_site, pageviews
display_delay_value_after_close Optional Ganzzahl -
display_frequency Optional Seil Erlaubte Werte: all_time, once_per_session, once_per_browser
direction Optional Seil Erlaubte Werte: rtl, ltr
display_continents Optional Array Seil -
display_countries Optional Array Seil -
display_languages Optional Array Seil -
display_operating_systems Optional Array Seil -
display_browsers Optional Array Seil -
display_cities Optional Array Seil -
display_mobile Optional Boolescher -
display_desktop Optional Boolescher -
schedule Optional Boolescher -
start_date Optional Seil -
end_date Optional Seil -
display_duration Optional Ganzzahl -
display_position Optional Seil Erlaubte Werte: 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 Optional Boolescher -
close_button_color Optional Seil -
dark_mode_close_button_color Optional Seil -
display_branding Optional Boolescher -
shadow Optional Seil Erlaubte Werte: , subtle, feather, 3d, layered
border_width Optional Ganzzahl Erlaubte Werte: 0, 1, 2, 3, 4, 5
internal_padding Optional Ganzzahl Erlaubte Werte: 5-25
background_blur Optional Ganzzahl Erlaubte Werte: 0-30
custom_css Optional Seil -
hover_animation Optional Seil Erlaubte Werte: , fast_scale_up, slow_scale_up, fast_scale_down, slow_scale_down
on_animation Optional Seil Erlaubte Werte: fadeIn, slideInUp, slideInDown, zoomIn, bounceIn
off_animation Optional Seil Erlaubte Werte: fadeOut, slideOutUp, slideOutDown, zoomOut, bounceOut
animation Optional Seil Erlaubte Werte: , heartbeat, bounce, flash, pulse
animation_interval Optional Ganzzahl -
font Optional Seil Erlaubte Werte: 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 Optional Seil Erlaubte Werte: straight, rounded, highly_rounded, round
dark_mode_is_enabled Optional Boolescher
notifications Optional Array Verfügbar wenn: type = email_collector, collector_bar, collector_modal, collector_two_modal, conversions, conversions_counter, countdown_collector, request_collector, text_feedback Benachrichtigungs-Handler-IDs
translations[input_key][index]['key'] Optional Seil Verfügbar für alle für Übersetzung markierten Felder.
translations[input_key][index]['value'] Optional Seil Verfügbar für alle für Übersetzung markierten Felder.
informational
title Optional Seil Verfügbar wenn: type = informational Übersetzbar
description Optional Seil Verfügbar wenn: type = informational Übersetzbar
image Optional Datei Verfügbar wenn: type = informational
image_alt Optional Seil Verfügbar wenn: type = informational
url Optional Seil Verfügbar wenn: type = informational
url_new_tab Optional Boolescher Verfügbar wenn: type = informational
title_color Optional Seil Verfügbar wenn: type = informational
description_color Optional Seil Verfügbar wenn: type = informational
background_color Optional Seil Verfügbar wenn: type = informational
border_color Optional Seil Verfügbar wenn: type = informational
shadow_color Optional Seil Verfügbar wenn: type = informational
dark_mode_title_color Optional Seil Verfügbar wenn: type = informational
dark_mode_description_color Optional Seil Verfügbar wenn: type = informational
dark_mode_background_color Optional Seil Verfügbar wenn: type = informational
dark_mode_border_color Optional Seil Verfügbar wenn: type = informational
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = informational
informational_mini
title Optional Seil Verfügbar wenn: type = informational_mini
image Optional Datei Verfügbar wenn: type = informational_mini
image_alt Optional Seil Verfügbar wenn: type = informational_mini
url Optional Seil Verfügbar wenn: type = informational_mini
url_new_tab Optional Boolescher Verfügbar wenn: type = informational_mini
title_color Optional Seil Verfügbar wenn: type = informational_mini
description_color Optional Seil Verfügbar wenn: type = informational_mini
background_color Optional Seil Verfügbar wenn: type = informational_mini
border_color Optional Seil Verfügbar wenn: type = informational_mini
shadow_color Optional Seil Verfügbar wenn: type = informational_mini
dark_mode_title_color Optional Seil Verfügbar wenn: type = informational_mini
dark_mode_description_color Optional Seil Verfügbar wenn: type = informational_mini
dark_mode_background_color Optional Seil Verfügbar wenn: type = informational_mini
dark_mode_border_color Optional Seil Verfügbar wenn: type = informational_mini
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = informational_mini
coupon
title Optional Seil Verfügbar wenn: type = coupon
description Optional Seil Verfügbar wenn: type = coupon
image Optional Datei Verfügbar wenn: type = coupon
image_alt Optional Seil Verfügbar wenn: type = coupon
coupon_code Optional Seil Verfügbar wenn: type = coupon Übersetzbar
button_url Optional Seil Verfügbar wenn: type = coupon
url_new_tab Optional Boolescher Verfügbar wenn: type = coupon
button_text Optional Seil Verfügbar wenn: type = coupon Übersetzbar
title_color Optional Seil Verfügbar wenn: type = coupon
description_color Optional Seil Verfügbar wenn: type = coupon
background_color Optional Seil Verfügbar wenn: type = coupon
button_background_color Optional Seil Verfügbar wenn: type = coupon
button_color Optional Seil Verfügbar wenn: type = coupon
border_color Optional Seil Verfügbar wenn: type = coupon
shadow_color Optional Seil Verfügbar wenn: type = coupon
dark_mode_title_color Optional Seil Verfügbar wenn: type = coupon
dark_mode_description_color Optional Seil Verfügbar wenn: type = coupon
dark_mode_background_color Optional Seil Verfügbar wenn: type = coupon
dark_mode_button_background_color Optional Seil Verfügbar wenn: type = coupon
dark_mode_button_color Optional Seil Verfügbar wenn: type = coupon
dark_mode_border_color Optional Seil Verfügbar wenn: type = coupon
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = coupon
live_counter
description Optional Seil Verfügbar wenn: type = live_counter
last_activity Optional Seil Verfügbar wenn: type = live_counter
url Optional Seil Verfügbar wenn: type = live_counter
url_new_tab Optional Boolescher Verfügbar wenn: type = live_counter
display_minimum_activity Optional Ganzzahl Verfügbar wenn: type = live_counter
description_color Optional Seil Verfügbar wenn: type = live_counter
background_color Optional Seil Verfügbar wenn: type = live_counter
number_background_color Optional Seil Verfügbar wenn: type = live_counter
number_color Optional Seil Verfügbar wenn: type = live_counter
pulse_background_color Optional Seil Verfügbar wenn: type = live_counter
email_collector
conversions
title Optional Seil Verfügbar wenn: type = conversions
description Optional Seil Verfügbar wenn: type = conversions
image Optional Datei Verfügbar wenn: type = conversions
image_alt Optional Seil Verfügbar wenn: type = conversions
url Optional Seil Verfügbar wenn: type = conversions
display_time Optional Boolescher Verfügbar wenn: type = conversions
url_new_tab Optional Boolescher Verfügbar wenn: type = conversions
conversions_count Optional Ganzzahl Verfügbar wenn: type = conversions
in_between_delay Optional Ganzzahl Verfügbar wenn: type = conversions
order Optional Seil Verfügbar wenn: type = conversions
Erlaubte Werte: random, descending
data_trigger_auto Optional Boolescher Verfügbar wenn: type = conversions
data_trigger_auto_type[index] Optional Array Seil Verfügbar wenn: type = conversions
Erlaubte Werte: exact , contains , starts_with , ends_with
data_trigger_auto_value[index] Optional Array Seil Verfügbar wenn: type = conversions
title_color Optional Seil Verfügbar wenn: type = conversions
description_color Optional Seil Verfügbar wenn: type = conversions
date_color Optional Seil Verfügbar wenn: type = conversions
background_color Optional Seil Verfügbar wenn: type = conversions
border_color Optional Seil Verfügbar wenn: type = conversions
shadow_color Optional Seil Verfügbar wenn: type = conversions
dark_mode_title_color Optional Seil Verfügbar wenn: type = conversions
dark_mode_description_color Optional Seil Verfügbar wenn: type = conversions
dark_mode_date_color Optional Seil Verfügbar wenn: type = conversions
dark_mode_background_color Optional Seil Verfügbar wenn: type = conversions
dark_mode_border_color Optional Seil Verfügbar wenn: type = conversions
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = conversions
conversions counter
title Optional Seil Verfügbar wenn: type = conversions counter
last_activity Optional Seil Verfügbar wenn: type = conversions counter
url Optional Seil Verfügbar wenn: type = conversions counter
url_new_tab Optional Boolescher Verfügbar wenn: type = conversions counter
display_minimum_activity Optional Seil Verfügbar wenn: type = conversions counter
title_color Optional Seil Verfügbar wenn: type = conversions counter
description_color Optional Seil Verfügbar wenn: type = conversions counter
background_color Optional Seil Verfügbar wenn: type = conversions counter
number_background_color Optional Seil Verfügbar wenn: type = conversions counter
number_color Optional Seil Verfügbar wenn: type = conversions counter
border_color Optional Seil Verfügbar wenn: type = conversions counter
shadow_color Optional Seil Verfügbar wenn: type = conversions counter
dark_mode_title_color Optional Seil Verfügbar wenn: type = conversions counter
dark_mode_description_color Optional Seil Verfügbar wenn: type = conversions counter
dark_mode_background_color Optional Seil Verfügbar wenn: type = conversions counter
dark_mode_number_background_color Optional Seil Verfügbar wenn: type = conversions counter
dark_mode_number_color Optional Seil Verfügbar wenn: type = conversions counter
dark_mode_border_color Optional Seil Verfügbar wenn: type = conversions counter
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = conversions counter
data_trigger_auto Optional Boolescher Verfügbar wenn: type = conversions counter
data_trigger_auto_type[index] Optional Array Seil Verfügbar wenn: type = conversions
Erlaubte Werte: exact , contains , starts_with , ends_with
data_trigger_auto_value[index] Optional Array Seil Verfügbar wenn: type = conversions
video
title Optional Seil Verfügbar wenn: type = video
video Optional Datei Verfügbar wenn: type = video
video_is_youtube Optional Boolescher Verfügbar wenn: type = video
youtube_video_id Optional Seil Verfügbar wenn: type = video
video_autoplay Optional Boolescher Verfügbar wenn: type = video
video_controls Optional Boolescher Verfügbar wenn: type = video
video_loop Optional Boolescher Verfügbar wenn: type = video
video_muted Optional Boolescher Verfügbar wenn: type = video
button_url Optional Seil Verfügbar wenn: type = video
button_text Optional Seil Verfügbar wenn: type = video Übersetzbar
url_new_tab Optional Boolescher Verfügbar wenn: type = video
title_color Optional Seil Verfügbar wenn: type = video
background_color Optional Seil Verfügbar wenn: type = video
button_background_color Optional Seil Verfügbar wenn: type = video
button_color Optional Seil Verfügbar wenn: type = video
border_color Optional Seil Verfügbar wenn: type = video
shadow_color Optional Seil Verfügbar wenn: type = video
dark_mode_title_color Optional Seil Verfügbar wenn: type = video
dark_mode_background_color Optional Seil Verfügbar wenn: type = video
dark_mode_button_background_color Optional Seil Verfügbar wenn: type = video
dark_mode_button_color Optional Seil Verfügbar wenn: type = video
dark_mode_border_color Optional Seil Verfügbar wenn: type = video
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = video
audio
title Optional Seil Verfügbar wenn: type = audio
audio Optional Datei Verfügbar wenn: type = audio
audio_autoplay Optional Boolescher Verfügbar wenn: type = audio
audio_controls Optional Boolescher Verfügbar wenn: type = audio
audio_loop Optional Boolescher Verfügbar wenn: type = audio
audio_muted Optional Boolescher Verfügbar wenn: type = audio
button_url Optional Seil Verfügbar wenn: type = audio
button_text Optional Seil Verfügbar wenn: type = audio Übersetzbar
url_new_tab Optional Boolescher Verfügbar wenn: type = audio
title_color Optional Seil Verfügbar wenn: type = audio
background_color Optional Seil Verfügbar wenn: type = audio
button_background_color Optional Seil Verfügbar wenn: type = audio
button_color Optional Seil Verfügbar wenn: type = audio
border_color Optional Seil Verfügbar wenn: type = audio
shadow_color Optional Seil Verfügbar wenn: type = audio
dark_mode_title_color Optional Seil Verfügbar wenn: type = audio
dark_mode_background_color Optional Seil Verfügbar wenn: type = audio
dark_mode_button_background_color Optional Seil Verfügbar wenn: type = audio
dark_mode_button_color Optional Seil Verfügbar wenn: type = audio
dark_mode_border_color Optional Seil Verfügbar wenn: type = audio
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = audio
social_share
reviews
url Optional Seil Verfügbar wenn: type = reviews
url_new_tab Optional Boolescher Verfügbar wenn: type = reviews
reviews_count Optional api_documentation.integer Verfügbar wenn: type = reviews
in_between_delay Optional api_documentation.integer Verfügbar wenn: type = reviews
order Optional Seil Verfügbar wenn: type = reviews
title api_documentation.default Seil Verfügbar wenn: type = reviews
description api_documentation.default Seil Verfügbar wenn: type = reviews
image api_documentation.default Datei Verfügbar wenn: type = reviews
stars api_documentation.default api_documentation.integer Verfügbar wenn: type = reviews
title_color Optional Seil Verfügbar wenn: type = reviews
description_color Optional Seil Verfügbar wenn: type = reviews
background_color Optional Seil Verfügbar wenn: type = reviews
border_color Optional Seil Verfügbar wenn: type = reviews
shadow_color Optional Seil Verfügbar wenn: type = reviews
dark_mode_title_color Optional Seil Verfügbar wenn: type = reviews
dark_mode_description_color Optional Seil Verfügbar wenn: type = reviews
dark_mode_background_color Optional Seil Verfügbar wenn: type = reviews
dark_mode_border_color Optional Seil Verfügbar wenn: type = reviews
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = reviews
emoji_feedback
title Optional Seil Verfügbar wenn: type = emoji_feedback
thank_you_url Optional Seil Verfügbar wenn: type = emoji_feedback
show_angry Optional Boolescher Verfügbar wenn: type = emoji_feedback
show_sad Optional Boolescher Verfügbar wenn: type = emoji_feedback
show_neutral Optional Boolescher Verfügbar wenn: type = emoji_feedback
show_happy Optional Boolescher Verfügbar wenn: type = emoji_feedback
show_excited Optional Boolescher Verfügbar wenn: type = emoji_feedback
title_color Optional Seil Verfügbar wenn: type = emoji_feedback
background_color Optional Seil Verfügbar wenn: type = emoji_feedback
border_color Optional Seil Verfügbar wenn: type = emoji_feedback
shadow_color Optional Seil Verfügbar wenn: type = emoji_feedback
dark_mode_title_color Optional Seil Verfügbar wenn: type = emoji_feedback
dark_mode_background_color Optional Seil Verfügbar wenn: type = emoji_feedback
dark_mode_border_color Optional Seil Verfügbar wenn: type = emoji_feedback
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = emoji_feedback
cookie_notification
score_feedback
title Optional Seil Verfügbar wenn: type = score_feedback
description Optional Seil Verfügbar wenn: type = score_feedback
thank_you_url Optional Seil Verfügbar wenn: type = score_feedback
title_color Optional Seil Verfügbar wenn: type = score_feedback
description_color Optional Seil Verfügbar wenn: type = score_feedback
background_color Optional Seil Verfügbar wenn: type = score_feedback
button_background_color Optional Seil Verfügbar wenn: type = score_feedback
button_color Optional Seil Verfügbar wenn: type = score_feedback
border_color Optional Seil Verfügbar wenn: type = score_feedback
shadow_color Optional Seil Verfügbar wenn: type = score_feedback
dark_mode_title_color Optional Seil Verfügbar wenn: type = score_feedback
dark_mode_description_color Optional Seil Verfügbar wenn: type = score_feedback
dark_mode_background_color Optional Seil Verfügbar wenn: type = score_feedback
dark_mode_button_background_color Optional Seil Verfügbar wenn: type = score_feedback
dark_mode_button_color Optional Seil Verfügbar wenn: type = score_feedback
dark_mode_border_color Optional Seil Verfügbar wenn: type = score_feedback
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = score_feedback
request_collector
title Optional Seil Verfügbar wenn: type = request_collector
description Optional Seil Verfügbar wenn: type = request_collector
image Optional Datei Verfügbar wenn: type = request_collector
image_alt Optional Seil Verfügbar wenn: type = request_collector
content_title Optional Seil Verfügbar wenn: type = request_collector Übersetzbar
content_description Optional Seil Verfügbar wenn: type = request_collector Übersetzbar
input_placeholder Optional Seil Verfügbar wenn: type = request_collector Übersetzbar
button_text Optional Seil Verfügbar wenn: type = request_collector Übersetzbar
show_agreement Optional Boolescher Verfügbar wenn: type = request_collector
agreement_text Optional Seil Verfügbar wenn: type = request_collector Übersetzbar
agreement_url Optional Seil Verfügbar wenn: type = request_collector
thank_you_url Optional Seil Verfügbar wenn: type = request_collector
title_color Optional Seil Verfügbar wenn: type = request_collector
description_color Optional Seil Verfügbar wenn: type = request_collector
content_title_color Optional Seil Verfügbar wenn: type = request_collector
content_description_color Optional Seil Verfügbar wenn: type = request_collector
background_color Optional Seil Verfügbar wenn: type = request_collector
button_background_color Optional Seil Verfügbar wenn: type = request_collector
button_color Optional Seil Verfügbar wenn: type = request_collector
border_color Optional Seil Verfügbar wenn: type = request_collector
shadow_color Optional Seil Verfügbar wenn: type = request_collector
dark_mode_title_color Optional Seil Verfügbar wenn: type = request_collector
dark_mode_description_color Optional Seil Verfügbar wenn: type = request_collector
dark_mode_content_title_color Optional Seil Verfügbar wenn: type = request_collector
dark_mode_content_description_color Optional Seil Verfügbar wenn: type = request_collector
dark_mode_background_color Optional Seil Verfügbar wenn: type = request_collector
dark_mode_button_background_color Optional Seil Verfügbar wenn: type = request_collector
dark_mode_button_color Optional Seil Verfügbar wenn: type = request_collector
dark_mode_border_color Optional Seil Verfügbar wenn: type = request_collector
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = request_collector
countdown_collector
title Optional Seil Verfügbar wenn: type = countdown_collector
description Optional Seil Verfügbar wenn: type = countdown_collector
content_title Optional Seil Verfügbar wenn: type = countdown_collector Übersetzbar
input_placeholder Optional Seil Verfügbar wenn: type = countdown_collector Übersetzbar
button_text Optional Seil Verfügbar wenn: type = countdown_collector Übersetzbar
countdown_end_date Optional Seil Verfügbar wenn: type = countdown_collector
show_agreement Optional Boolescher Verfügbar wenn: type = countdown_collector
agreement_text Optional Seil Verfügbar wenn: type = countdown_collector Übersetzbar
agreement_url Optional Seil Verfügbar wenn: type = countdown_collector
thank_you_url Optional Seil Verfügbar wenn: type = countdown_collector
title_color Optional Seil Verfügbar wenn: type = countdown_collector
description_color Optional Seil Verfügbar wenn: type = countdown_collector
content_title_color Optional Seil Verfügbar wenn: type = countdown_collector
time_color Optional Seil Verfügbar wenn: type = countdown_collector
time_background_color Optional Seil Verfügbar wenn: type = countdown_collector
background_color Optional Seil Verfügbar wenn: type = countdown_collector
button_background_color Optional Seil Verfügbar wenn: type = countdown_collector
button_color Optional Seil Verfügbar wenn: type = countdown_collector
border_color Optional Seil Verfügbar wenn: type = countdown_collector
shadow_color Optional Seil Verfügbar wenn: type = countdown_collector
dark_mode_title_color Optional Seil Verfügbar wenn: type = countdown_collector
dark_mode_description_color Optional Seil Verfügbar wenn: type = countdown_collector
dark_mode_content_title_color Optional Seil Verfügbar wenn: type = countdown_collector
dark_mode_time_color Optional Seil Verfügbar wenn: type = countdown_collector
dark_mode_time_background_color Optional Seil Verfügbar wenn: type = countdown_collector
dark_mode_background_color Optional Seil Verfügbar wenn: type = countdown_collector
dark_mode_button_background_color Optional Seil Verfügbar wenn: type = countdown_collector
dark_mode_button_color Optional Seil Verfügbar wenn: type = countdown_collector
dark_mode_border_color Optional Seil Verfügbar wenn: type = countdown_collector
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = countdown_collector
custom_html
html Optional Seil Verfügbar wenn: type = custom_html
background_color Optional Seil Verfügbar wenn: type = custom_html
border_color Optional Seil Verfügbar wenn: type = custom_html
shadow_color Optional Seil Verfügbar wenn: type = custom_html
dark_mode_background_color Optional Seil Verfügbar wenn: type = custom_html
dark_mode_border_color Optional Seil Verfügbar wenn: type = custom_html
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = custom_html
informational_bar
title Optional Seil Verfügbar wenn: type = informational_bar
description Optional Seil Verfügbar wenn: type = informational_bar
image Optional Datei Verfügbar wenn: type = informational_bar
image_alt Optional Schwimmen Verfügbar wenn: type = informational_bar
url Optional Schwimmen Verfügbar wenn: type = informational_bar
url_new_tab Optional Boolescher Verfügbar wenn: type = informational_bar
title_color Optional Seil Verfügbar wenn: type = informational_bar
description_color Optional Seil Verfügbar wenn: type = informational_bar
background_color Optional Seil Verfügbar wenn: type = informational_bar
border_color Optional Seil Verfügbar wenn: type = informational_bar
dark_mode_title_color Optional Seil Verfügbar wenn: type = informational_bar
dark_mode_description_color Optional Seil Verfügbar wenn: type = informational_bar
dark_mode_background_color Optional Seil Verfügbar wenn: type = informational_bar
dark_mode_border_color Optional Seil Verfügbar wenn: type = informational_bar
informational_bar_mini
title Optional Seil Verfügbar wenn: type = informational_bar_mini
image Optional Datei Verfügbar wenn: type = informational_bar_mini
image_alt Optional Schwimmen Verfügbar wenn: type = informational_bar_mini
url Optional Schwimmen Verfügbar wenn: type = informational_bar_mini
url_new_tab Optional Boolescher Verfügbar wenn: type = informational_bar_mini
title_color Optional Seil Verfügbar wenn: type = informational_bar_mini
description_color Optional Seil Verfügbar wenn: type = informational_bar_mini
background_color Optional Seil Verfügbar wenn: type = informational_bar_mini
border_color Optional Seil Verfügbar wenn: type = informational_bar_mini
shadow_color Optional Seil Verfügbar wenn: type = informational_bar_mini
dark_mode_title_color Optional Seil Verfügbar wenn: type = informational_bar_mini
dark_mode_description_color Optional Seil Verfügbar wenn: type = informational_bar_mini
dark_mode_background_color Optional Seil Verfügbar wenn: type = informational_bar_mini
dark_mode_border_color Optional Seil Verfügbar wenn: type = informational_bar_mini
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = informational_bar_mini
image
title Optional Seil Verfügbar wenn: type = image
image Optional Datei Verfügbar wenn: type = image
image_alt Optional Seil Verfügbar wenn: type = image
button_url Optional Seil Verfügbar wenn: type = image
button_text Optional Seil Verfügbar wenn: type = image Übersetzbar
title_color Optional Seil Verfügbar wenn: type = image
background_color Optional Seil Verfügbar wenn: type = image
button_background_color Optional Seil Verfügbar wenn: type = image
button_color Optional Seil Verfügbar wenn: type = image
border_color Optional Seil Verfügbar wenn: type = image
shadow_color Optional Seil Verfügbar wenn: type = image
dark_mode_title_color Optional Seil Verfügbar wenn: type = image
dark_mode_background_color Optional Seil Verfügbar wenn: type = image
dark_mode_button_background_color Optional Seil Verfügbar wenn: type = image
dark_mode_button_color Optional Seil Verfügbar wenn: type = image
dark_mode_border_color Optional Seil Verfügbar wenn: type = image
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = image
collector_bar
title Optional Seil Verfügbar wenn: type = collector_bar
input_placeholder Optional Seil Verfügbar wenn: type = collector_bar Übersetzbar
button_text Optional Seil Verfügbar wenn: type = collector_bar Übersetzbar
show_agreement Optional Boolescher Verfügbar wenn: type = collector_bar
agreement_text Optional Seil Verfügbar wenn: type = collector_bar Übersetzbar
agreement_url Optional Seil Verfügbar wenn: type = collector_bar
thank_you_url Optional Seil Verfügbar wenn: type = collector_bar
title_color Optional Seil Verfügbar wenn: type = collector_bar
background_color Optional Seil Verfügbar wenn: type = collector_bar
button_background_color Optional Seil Verfügbar wenn: type = collector_bar
button_color Optional Seil Verfügbar wenn: type = collector_bar
border_color Optional Seil Verfügbar wenn: type = collector_bar
dark_mode_title_color Optional Seil Verfügbar wenn: type = collector_bar
dark_mode_background_color Optional Seil Verfügbar wenn: type = collector_bar
dark_mode_button_background_color Optional Seil Verfügbar wenn: type = collector_bar
dark_mode_button_color Optional Seil Verfügbar wenn: type = collector_bar
dark_mode_border_color Optional Seil Verfügbar wenn: type = collector_bar
coupon_bar
title Optional Seil Verfügbar wenn: type = coupon_bar
coupon_code Optional Seil Verfügbar wenn: type = coupon_bar Übersetzbar
url Optional Schwimmen Verfügbar wenn: type = coupon_bar
url_new_tab Optional Boolescher Verfügbar wenn: type = coupon_bar
title_color Optional Seil Verfügbar wenn: type = coupon_bar
background_color Optional Seil Verfügbar wenn: type = coupon_bar
coupon_code_color Optional Seil Verfügbar wenn: type = coupon_bar
coupon_code_background_color Optional Seil Verfügbar wenn: type = coupon_bar
coupon_code_border_color Optional Seil Verfügbar wenn: type = coupon_bar
border_color Optional Seil Verfügbar wenn: type = coupon_bar
dark_mode_title_color Optional Seil Verfügbar wenn: type = coupon_bar
dark_mode_background_color Optional Seil Verfügbar wenn: type = coupon_bar
dark_mode_coupon_code_color Optional Seil Verfügbar wenn: type = coupon_bar
dark_mode_coupon_code_background_color Optional Seil Verfügbar wenn: type = coupon_bar
dark_mode_coupon_code_border_color Optional Seil Verfügbar wenn: type = coupon_bar
dark_mode_border_color Optional Seil Verfügbar wenn: type = coupon_bar
button_bar
title Optional Seil Verfügbar wenn: type = button_bar
button_text Optional Seil Verfügbar wenn: type = button_bar Übersetzbar
url Optional Seil Verfügbar wenn: type = button_bar
url_new_tab Optional Boolescher Verfügbar wenn: type = button_bar
title_color Optional Seil Verfügbar wenn: type = button_bar
background_color Optional Seil Verfügbar wenn: type = button_bar
button_color Optional Seil Verfügbar wenn: type = button_bar
button_background_color Optional Seil Verfügbar wenn: type = button_bar
border_color Optional Seil Verfügbar wenn: type = button_bar
dark_mode_title_color Optional Seil Verfügbar wenn: type = button_bar
dark_mode_background_color Optional Seil Verfügbar wenn: type = button_bar
dark_mode_button_color Optional Seil Verfügbar wenn: type = button_bar
dark_mode_button_background_color Optional Seil Verfügbar wenn: type = button_bar
dark_mode_border_color Optional Seil Verfügbar wenn: type = button_bar
collector_modal
title Optional Seil Verfügbar wenn: type = collector_modal
description Optional Seil Verfügbar wenn: type = collector_modal
image Optional Datei Verfügbar wenn: type = collector_modal
image_alt Optional Seil Verfügbar wenn: type = collector_modal
input_placeholder Optional Seil Verfügbar wenn: type = collector_modal Übersetzbar
button_text Optional Seil Verfügbar wenn: type = collector_modal Übersetzbar
show_agreement Optional Boolescher Verfügbar wenn: type = collector_modal
agreement_text Optional Seil Verfügbar wenn: type = collector_modal Übersetzbar
agreement_url Optional Seil Verfügbar wenn: type = collector_modal
thank_you_url Optional Seil Verfügbar wenn: type = collector_modal
title_color Optional Seil Verfügbar wenn: type = collector_modal
description_color Optional Seil Verfügbar wenn: type = collector_modal
background_color Optional Seil Verfügbar wenn: type = collector_modal
button_background_color Optional Seil Verfügbar wenn: type = collector_modal
button_color Optional Seil Verfügbar wenn: type = collector_modal
border_color Optional Seil Verfügbar wenn: type = collector_modal
shadow_color Optional Seil Verfügbar wenn: type = collector_modal
dark_mode_title_color Optional Seil Verfügbar wenn: type = collector_modal
dark_mode_description_color Optional Seil Verfügbar wenn: type = collector_modal
dark_mode_background_color Optional Seil Verfügbar wenn: type = collector_modal
dark_mode_button_background_color Optional Seil Verfügbar wenn: type = collector_modal
dark_mode_button_color Optional Seil Verfügbar wenn: type = collector_modal
dark_mode_border_color Optional Seil Verfügbar wenn: type = collector_modal
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = collector_modal
collector_two_modal
title Optional Seil Verfügbar wenn: type = collector_two_modal
description Optional Seil Verfügbar wenn: type = collector_two_modal
image Optional Datei Verfügbar wenn: type = collector_two_modal
image_alt Optional Seil Verfügbar wenn: type = collector_two_modal
input_placeholder Optional Seil Verfügbar wenn: type = collector_two_modal Übersetzbar
button_text Optional Seil Verfügbar wenn: type = collector_two_modal Übersetzbar
show_agreement Optional Boolescher Verfügbar wenn: type = collector_two_modal
agreement_text Optional Seil Verfügbar wenn: type = collector_two_modal Übersetzbar
agreement_url Optional Seil Verfügbar wenn: type = collector_two_modal
thank_you_url Optional Seil Verfügbar wenn: type = collector_two_modal
title_color Optional Seil Verfügbar wenn: type = collector_two_modal
description_color Optional Seil Verfügbar wenn: type = collector_two_modal
background_color Optional Seil Verfügbar wenn: type = collector_two_modal
button_background_color Optional Seil Verfügbar wenn: type = collector_two_modal
button_color Optional Seil Verfügbar wenn: type = collector_two_modal
border_color Optional Seil Verfügbar wenn: type = collector_two_modal
shadow_color Optional Seil Verfügbar wenn: type = collector_two_modal
dark_mode_title_color Optional Seil Verfügbar wenn: type = collector_two_modal
dark_mode_description_color Optional Seil Verfügbar wenn: type = collector_two_modal
dark_mode_background_color Optional Seil Verfügbar wenn: type = collector_two_modal
dark_mode_button_background_color Optional Seil Verfügbar wenn: type = collector_two_modal
dark_mode_button_color Optional Seil Verfügbar wenn: type = collector_two_modal
dark_mode_border_color Optional Seil Verfügbar wenn: type = collector_two_modal
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = collector_two_modal
button_modal
title Optional Seil Verfügbar wenn: type = button_modal
description Optional Seil Verfügbar wenn: type = button_modal
image Optional Datei Verfügbar wenn: type = button_modal
image_alt Optional Seil Verfügbar wenn: type = button_modal
button_text Optional Seil Verfügbar wenn: type = button_modal Übersetzbar
button_url Optional Seil Verfügbar wenn: type = button_modal
url_new_tab Optional Boolescher Verfügbar wenn: type = button_modal
title_color Optional Seil Verfügbar wenn: type = button_modal
description_color Optional Seil Verfügbar wenn: type = button_modal
background_color Optional Seil Verfügbar wenn: type = button_modal
button_background_color Optional Seil Verfügbar wenn: type = button_modal
button_color Optional Seil Verfügbar wenn: type = button_modal
border_color Optional Seil Verfügbar wenn: type = button_modal
shadow_color Optional Seil Verfügbar wenn: type = button_modal
dark_mode_title_color Optional Seil Verfügbar wenn: type = button_modal
dark_mode_description_color Optional Seil Verfügbar wenn: type = button_modal
dark_mode_background_color Optional Seil Verfügbar wenn: type = button_modal
dark_mode_button_background_color Optional Seil Verfügbar wenn: type = button_modal
dark_mode_button_color Optional Seil Verfügbar wenn: type = button_modal
dark_mode_border_color Optional Seil Verfügbar wenn: type = button_modal
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = button_modal
text_feedback
title Optional Seil Verfügbar wenn: type = text_feedback
description Optional Seil Verfügbar wenn: type = text_feedback
input_placeholder Optional Seil Verfügbar wenn: type = text_feedback Übersetzbar
button_text Optional Seil Verfügbar wenn: type = text_feedback Übersetzbar
thank_you_url Optional Seil Verfügbar wenn: type = text_feedback
title_color Optional Seil Verfügbar wenn: type = text_feedback
description_color Optional Seil Verfügbar wenn: type = text_feedback
background_color Optional Seil Verfügbar wenn: type = text_feedback
button_background_color Optional Seil Verfügbar wenn: type = text_feedback
button_color Optional Seil Verfügbar wenn: type = text_feedback
border_color Optional Seil Verfügbar wenn: type = text_feedback
shadow_color Optional Seil Verfügbar wenn: type = text_feedback
dark_mode_title_color Optional Seil Verfügbar wenn: type = text_feedback
dark_mode_description_color Optional Seil Verfügbar wenn: type = text_feedback
dark_mode_background_color Optional Seil Verfügbar wenn: type = text_feedback
dark_mode_button_background_color Optional Seil Verfügbar wenn: type = text_feedback
dark_mode_button_color Optional Seil Verfügbar wenn: type = text_feedback
dark_mode_border_color Optional Seil Verfügbar wenn: type = text_feedback
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = text_feedback
engagement_links
title_color Optional Seil Verfügbar wenn: type = text_feedback
categories_title_color Optional Seil Verfügbar wenn: type = text_feedback
categories_description_color Optional Seil Verfügbar wenn: type = text_feedback
categories_links_title_color Optional Seil Verfügbar wenn: type = text_feedback
categories_links_description_color Optional Seil Verfügbar wenn: type = text_feedback
categories_links_background_color Optional Seil Verfügbar wenn: type = text_feedback
categories_links_border_color Optional Seil Verfügbar wenn: type = text_feedback
background_color Optional Seil Verfügbar wenn: type = text_feedback
border_color Optional Seil Verfügbar wenn: type = text_feedback
shadow_color Optional Seil Verfügbar wenn: type = text_feedback
dark_mode_title_color Optional Seil Verfügbar wenn: type = text_feedback
dark_mode_categories_title_color Optional Seil Verfügbar wenn: type = text_feedback
dark_mode_categories_description_color Optional Seil Verfügbar wenn: type = text_feedback
dark_mode_categories_links_title_color Optional Seil Verfügbar wenn: type = text_feedback
dark_mode_categories_links_description_color Optional Seil Verfügbar wenn: type = text_feedback
dark_mode_categories_links_background_color Optional Seil Verfügbar wenn: type = text_feedback
dark_mode_categories_links_border_color Optional Seil Verfügbar wenn: type = text_feedback
dark_mode_background_color Optional Seil Verfügbar wenn: type = text_feedback
dark_mode_border_color Optional Seil Verfügbar wenn: type = text_feedback
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = text_feedback
whatsapp_chat
title Optional Seil Verfügbar wenn: type = whatsapp_chat
agent_image Optional Datei Verfügbar wenn: type = whatsapp_chat
agent_image_alt Optional Seil Verfügbar wenn: type = whatsapp_chat
agent_name Optional Seil Verfügbar wenn: type = whatsapp_chat Übersetzbar
agent_description Optional Seil Verfügbar wenn: type = whatsapp_chat Übersetzbar
agent_message Optional Seil Verfügbar wenn: type = whatsapp_chat Übersetzbar
agent_phone_number Optional Seil Verfügbar wenn: type = whatsapp_chat Übersetzbar
button_text Optional Seil Verfügbar wenn: type = whatsapp_chat Übersetzbar
header_agent_name_color Optional Seil Verfügbar wenn: type = whatsapp_chat
header_agent_description_color Optional Seil Verfügbar wenn: type = whatsapp_chat
header_background_color Optional Seil Verfügbar wenn: type = whatsapp_chat
content_background_color Optional Seil Verfügbar wenn: type = whatsapp_chat
content_agent_name_color Optional Seil Verfügbar wenn: type = whatsapp_chat
content_agent_message_color Optional Seil Verfügbar wenn: type = whatsapp_chat
content_agent_message_background_color Optional Seil Verfügbar wenn: type = whatsapp_chat
footer_background_color Optional Seil Verfügbar wenn: type = whatsapp_chat
footer_button_background_color Optional Seil Verfügbar wenn: type = whatsapp_chat
footer_button_color Optional Seil Verfügbar wenn: type = whatsapp_chat
title_color Optional Seil Verfügbar wenn: type = whatsapp_chat
background_color Optional Seil Verfügbar wenn: type = whatsapp_chat
border_color Optional Seil Verfügbar wenn: type = whatsapp_chat
shadow_color Optional Seil Verfügbar wenn: type = whatsapp_chat
dark_mode_header_agent_name_color Optional Seil Verfügbar wenn: type = whatsapp_chat
dark_mode_header_agent_description_color Optional Seil Verfügbar wenn: type = whatsapp_chat
dark_mode_header_background_color Optional Seil Verfügbar wenn: type = whatsapp_chat
dark_mode_content_background_color Optional Seil Verfügbar wenn: type = whatsapp_chat
dark_mode_content_agent_name_color Optional Seil Verfügbar wenn: type = whatsapp_chat
dark_mode_content_agent_message_color Optional Seil Verfügbar wenn: type = whatsapp_chat
dark_mode_content_agent_message_background_color Optional Seil Verfügbar wenn: type = whatsapp_chat
dark_mode_footer_background_color Optional Seil Verfügbar wenn: type = whatsapp_chat
dark_mode_footer_button_background_color Optional Seil Verfügbar wenn: type = whatsapp_chat
dark_mode_footer_button_color Optional Seil Verfügbar wenn: type = whatsapp_chat
dark_mode_title_color Optional Seil Verfügbar wenn: type = whatsapp_chat
dark_mode_background_color Optional Seil Verfügbar wenn: type = whatsapp_chat
dark_mode_border_color Optional Seil Verfügbar wenn: type = whatsapp_chat
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = whatsapp_chat
contact_us
title Optional Seil Verfügbar wenn: type = contact_us
description Optional Seil Verfügbar wenn: type = contact_us
contact_email Optional Seil Verfügbar wenn: type = contact_us
contact_phone_number Optional Seil Verfügbar wenn: type = contact_us
contact_whatsapp Optional Seil Verfügbar wenn: type = contact_us
contact_telegram Optional Seil Verfügbar wenn: type = contact_us
contact_facebook_messenger Optional Seil Verfügbar wenn: type = contact_us
title_color Optional Seil Verfügbar wenn: type = contact_us
description_color Optional Seil Verfügbar wenn: type = contact_us
background_color Optional Seil Verfügbar wenn: type = contact_us
border_color Optional Seil Verfügbar wenn: type = contact_us
shadow_color Optional Seil Verfügbar wenn: type = contact_us
dark_mode_title_color Optional Seil Verfügbar wenn: type = contact_us
dark_mode_description_color Optional Seil Verfügbar wenn: type = contact_us
dark_mode_background_color Optional Seil Verfügbar wenn: type = contact_us
dark_mode_border_color Optional Seil Verfügbar wenn: type = contact_us
dark_mode_shadow_color Optional Seil Verfügbar wenn: type = contact_us
curl --request POST \
--url 'https://lyks.de/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://lyks.de/api/notifications/{notification_id}
curl --request DELETE \
--url 'https://lyks.de/api/notifications/{notification_id}' \
--header 'Authorization: Bearer {api_key}' \