Installieren Sie unsere App 🪄 Klicken Sie auf das Symbol oben rechts in der Adressleiste

Kampagnenbenachrichtigungen

GET https://lyks.de/api/notifications/
curl --request GET \
--url 'https://lyks.de/api/notifications/' \
--header 'Authorization: Bearer {api_key}' \
Parameter Details Beschreibung
page Optional Ganzzahl Die Seitenzahl, von der Sie Ergebnisse erhalten mö
results_per_page Optional Ganzzahl Wie viele Ergebnisse möchten Sie pro Seite. Erlaubte Werte sind: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Standardmäßig auf 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-03 21:24:13" } ], "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-04-03 21:24:13" } }
POST https://lyks.de/api/notifications
Parameter Details Beschreibung
campaign_id Erforderlich Ganzzahl -
type Erforderlich String Zulässige 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 String -
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 Details Beschreibung
name Optional String -
is_enabled Optional Boolescher -
trigger_all_pages Optional Boolescher -
display_trigger Optional String Zulässige Werte: delay, time_on_site, pageviews, inactivity, exit_intent, scroll, click, hover
display_value Optional String -
display_delay_type_after_close Optional String Zulässige Werte: time_on_site, pageviews
display_delay_value_after_close Optional Ganzzahl -
display_frequency Optional String Zulässige Werte: all_time, once_per_session, once_per_browser
direction Optional String Zulässige Werte: rtl, ltr
display_continents Optional Array String -
display_countries Optional Array String -
display_languages Optional Array String -
display_operating_systems Optional Array String -
display_browsers Optional Array String -
display_cities Optional Array String -
display_mobile Optional Boolescher -
display_desktop Optional Boolescher -
schedule Optional Boolescher -
start_date Optional String -
end_date Optional String -
display_duration Optional Ganzzahl -
display_position Optional String Zulässige 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 -
display_branding Optional Boolescher -
shadow Optional String Zulässige Werte: , subtle, feather, 3d, layered
border_width Optional Ganzzahl Zulässige Werte: 0, 1, 2, 3, 4, 5
internal_padding Optional Ganzzahl Zulässige Werte: 5-25
background_blur Optional Ganzzahl Zulässige Werte: 0-30
custom_css Optional String -
hover_animation Optional String Zulässige Werte: , fast_scale_up, slow_scale_up, fast_scale_down, slow_scale_down
on_animation Optional String Zulässige Werte: fadeIn, slideInUp, slideInDown, zoomIn, bounceIn
off_animation Optional String Zulässige Werte: fadeOut, slideOutUp, slideOutDown, zoomOut, bounceOut
animation Optional String Zulässige Werte: , heartbeat, bounce, flash, pulse
animation_interval Optional Ganzzahl -
font Optional String Zulässige Werte: 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 Optional String Zulässige Werte: straight, rounded, highly_rounded, round
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
informational
title Optional String Verfügbar wenn: type = informational
description Optional String Verfügbar wenn: type = informational
image Optional Datei Verfügbar wenn: type = informational
image_alt Optional String Verfügbar wenn: type = informational
url Optional String Verfügbar wenn: type = informational
url_new_tab Optional Boolescher Verfügbar wenn: type = informational
title_color Optional String Verfügbar wenn: type = informational
description_color Optional String Verfügbar wenn: type = informational
background_color Optional String Verfügbar wenn: type = informational
informational_mini
title Optional String Verfügbar wenn: type = informational_mini
image Optional Datei Verfügbar wenn: type = informational_mini
image_alt Optional String Verfügbar wenn: type = informational_mini
url Optional String Verfügbar wenn: type = informational_mini
url_new_tab Optional Boolescher Verfügbar wenn: type = informational_mini
title_color Optional String Verfügbar wenn: type = informational_mini
description_color Optional String Verfügbar wenn: type = informational_mini
background_color Optional String Verfügbar wenn: type = informational_mini
coupon
title Optional String Verfügbar wenn: type = coupon
description Optional String Verfügbar wenn: type = coupon
image Optional Datei Verfügbar wenn: type = coupon
image_alt Optional String Verfügbar wenn: type = coupon
coupon_code Optional String Verfügbar wenn: type = coupon
button_url Optional String Verfügbar wenn: type = coupon
url_new_tab Optional Boolescher Verfügbar wenn: type = coupon
button_text Optional String Verfügbar wenn: type = coupon
title_color Optional String Verfügbar wenn: type = coupon
description_color Optional String Verfügbar wenn: type = coupon
background_color Optional String Verfügbar wenn: type = coupon
button_background_color Optional String Verfügbar wenn: type = coupon
button_color Optional String Verfügbar wenn: type = coupon
live_counter
description Optional String Verfügbar wenn: type = live_counter
last_activity Optional String Verfügbar wenn: type = live_counter
url Optional String 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 String Verfügbar wenn: type = live_counter
background_color Optional String Verfügbar wenn: type = live_counter
number_background_color Optional String Verfügbar wenn: type = live_counter
number_color Optional String Verfügbar wenn: type = live_counter
pulse_background_color Optional String Verfügbar wenn: type = live_counter
email_collector
conversions
title Optional String Verfügbar wenn: type = conversions
description Optional String Verfügbar wenn: type = conversions
image Optional Datei Verfügbar wenn: type = conversions
image_alt Optional String Verfügbar wenn: type = conversions
url Optional String 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 String Verfügbar wenn: type = conversions
Zulässige Werte: random, descending
data_trigger_auto Optional Boolescher Verfügbar wenn: type = conversions
data_trigger_auto_type[index] Optional Array String Verfügbar wenn: type = conversions
Zulässige Werte: exact , contains , starts_with , ends_with
data_trigger_auto_value[index] Optional Array String Verfügbar wenn: type = conversions
title_color Optional String Verfügbar wenn: type = conversions
description_color Optional String Verfügbar wenn: type = conversions
date_color Optional String Verfügbar wenn: type = conversions
background_color Optional String Verfügbar wenn: type = conversions
conversions counter
title Optional String Verfügbar wenn: type = conversions counter
last_activity Optional String Verfügbar wenn: type = conversions counter
url Optional String Verfügbar wenn: type = conversions counter
url_new_tab Optional Boolescher Verfügbar wenn: type = conversions counter
display_minimum_activity Optional String Verfügbar wenn: type = conversions counter
title_color Optional String Verfügbar wenn: type = conversions counter
background_color Optional String Verfügbar wenn: type = conversions counter
number_background_color Optional String Verfügbar wenn: type = conversions counter
number_color Optional String Verfügbar wenn: type = conversions counter
data_trigger_auto Optional Boolescher Verfügbar wenn: type = conversions counter
data_trigger_auto_type[index] Optional Array String Verfügbar wenn: type = conversions
Zulässige Werte: exact , contains , starts_with , ends_with
data_trigger_auto_value[index] Optional Array String Verfügbar wenn: type = conversions
video
title Optional String 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 String 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 String Verfügbar wenn: type = video
button_text Optional String Verfügbar wenn: type = video
url_new_tab Optional Boolescher Verfügbar wenn: type = video
title_color Optional String Verfügbar wenn: type = video
background_color Optional String Verfügbar wenn: type = video
button_background_color Optional String Verfügbar wenn: type = video
button_color Optional String Verfügbar wenn: type = video
audio
title Optional String 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 String Verfügbar wenn: type = audio
button_text Optional String Verfügbar wenn: type = audio
url_new_tab Optional Boolescher Verfügbar wenn: type = audio
title_color Optional String Verfügbar wenn: type = audio
background_color Optional String Verfügbar wenn: type = audio
button_background_color Optional String Verfügbar wenn: type = audio
button_color Optional String Verfügbar wenn: type = audio
social_share
reviews
url Optional String Verfügbar wenn: type = reviews
url_new_tab Optional Boolescher Verfügbar wenn: type = reviews
reviews_count Optional missing_translation: api_documentation.integer Verfügbar wenn: type = reviews
in_between_delay Optional missing_translation: api_documentation.integer Verfügbar wenn: type = reviews
order Optional String Verfügbar wenn: type = reviews
title missing_translation: api_documentation.default String Verfügbar wenn: type = reviews
description missing_translation: api_documentation.default String Verfügbar wenn: type = reviews
image missing_translation: api_documentation.default Datei Verfügbar wenn: type = reviews
stars missing_translation: api_documentation.default missing_translation: api_documentation.integer Verfügbar wenn: type = reviews
title_color Optional String Verfügbar wenn: type = reviews
description_color Optional String Verfügbar wenn: type = reviews
background_color Optional String Verfügbar wenn: type = reviews
emoji_feedback
title Optional String Verfügbar wenn: type = emoji_feedback
thank_you_url Optional String 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 String Verfügbar wenn: type = emoji_feedback
background_color Optional String Verfügbar wenn: type = emoji_feedback
cookie_notification
score_feedback
title Optional String Verfügbar wenn: type = score_feedback
description Optional String Verfügbar wenn: type = score_feedback
thank_you_url Optional String Verfügbar wenn: type = score_feedback
title_color Optional String Verfügbar wenn: type = score_feedback
description_color Optional String Verfügbar wenn: type = score_feedback
background_color Optional String Verfügbar wenn: type = score_feedback
button_background_color Optional String Verfügbar wenn: type = score_feedback
button_color Optional String Verfügbar wenn: type = score_feedback
request_collector
title Optional String Verfügbar wenn: type = request_collector
description Optional String Verfügbar wenn: type = request_collector
image Optional Datei Verfügbar wenn: type = request_collector
image_alt Optional String Verfügbar wenn: type = request_collector
content_title Optional String Verfügbar wenn: type = request_collector
content_description Optional String Verfügbar wenn: type = request_collector
input_placeholder Optional String Verfügbar wenn: type = request_collector
button_text Optional String Verfügbar wenn: type = request_collector
show_agreement Optional Boolescher Verfügbar wenn: type = request_collector
agreement_text Optional String Verfügbar wenn: type = request_collector
agreement_url Optional String Verfügbar wenn: type = request_collector
thank_you_url Optional String Verfügbar wenn: type = request_collector
title_color Optional String Verfügbar wenn: type = request_collector
description_color Optional String Verfügbar wenn: type = request_collector
content_title_color Optional String Verfügbar wenn: type = request_collector
content_description_color Optional String Verfügbar wenn: type = request_collector
background_color Optional String Verfügbar wenn: type = request_collector
button_background_color Optional String Verfügbar wenn: type = request_collector
button_color Optional String Verfügbar wenn: type = request_collector
countdown_collector
title Optional String Verfügbar wenn: type = countdown_collector
description Optional String Verfügbar wenn: type = countdown_collector
content_title Optional String Verfügbar wenn: type = countdown_collector
input_placeholder Optional String Verfügbar wenn: type = countdown_collector
button_text Optional String Verfügbar wenn: type = countdown_collector
countdown_end_date Optional String Verfügbar wenn: type = countdown_collector
show_agreement Optional Boolescher Verfügbar wenn: type = countdown_collector
agreement_text Optional String Verfügbar wenn: type = countdown_collector
agreement_url Optional String Verfügbar wenn: type = countdown_collector
thank_you_url Optional String Verfügbar wenn: type = countdown_collector
title_color Optional String Verfügbar wenn: type = countdown_collector
description_color Optional String Verfügbar wenn: type = countdown_collector
content_title_color Optional String Verfügbar wenn: type = countdown_collector
time_color Optional String Verfügbar wenn: type = countdown_collector
time_background_color Optional String Verfügbar wenn: type = countdown_collector
background_color Optional String Verfügbar wenn: type = countdown_collector
button_background_color Optional String Verfügbar wenn: type = countdown_collector
button_color Optional String Verfügbar wenn: type = countdown_collector
custom_html
html Optional String Verfügbar wenn: type = custom_html
background_color Optional String Verfügbar wenn: type = custom_html
informational_bar
title Optional String Verfügbar wenn: type = informational_bar
description Optional String 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 String Verfügbar wenn: type = informational_bar
description_color Optional String Verfügbar wenn: type = informational_bar
background_color Optional String Verfügbar wenn: type = informational_bar
informational_bar_mini
title Optional String 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 String Verfügbar wenn: type = informational_bar_mini
description_color Optional String Verfügbar wenn: type = informational_bar_mini
background_color Optional String Verfügbar wenn: type = informational_bar_mini
image
title Optional String Verfügbar wenn: type = image
image Optional Datei Verfügbar wenn: type = image
image_alt Optional String Verfügbar wenn: type = image
button_url Optional String Verfügbar wenn: type = image
button_text Optional String Verfügbar wenn: type = image
title_color Optional String Verfügbar wenn: type = image
background_color Optional String Verfügbar wenn: type = image
button_background_color Optional String Verfügbar wenn: type = image
button_color Optional String Verfügbar wenn: type = image
collector_bar
title Optional String Verfügbar wenn: type = collector_bar
input_placeholder Optional String Verfügbar wenn: type = collector_bar
button_text Optional String Verfügbar wenn: type = collector_bar
show_agreement Optional Boolescher Verfügbar wenn: type = collector_bar
agreement_text Optional String Verfügbar wenn: type = collector_bar
agreement_url Optional String Verfügbar wenn: type = collector_bar
thank_you_url Optional String Verfügbar wenn: type = collector_bar
title_color Optional String Verfügbar wenn: type = collector_bar
background_color Optional String Verfügbar wenn: type = collector_bar
button_background_color Optional String Verfügbar wenn: type = collector_bar
button_color Optional String Verfügbar wenn: type = collector_bar
coupon_bar
title Optional String Verfügbar wenn: type = coupon_bar
coupon_code Optional String Verfügbar wenn: type = coupon_bar
url Optional Schwimmen Verfügbar wenn: type = coupon_bar
url_new_tab Optional Boolescher Verfügbar wenn: type = coupon_bar
title_color Optional String Verfügbar wenn: type = coupon_bar
background_color Optional String Verfügbar wenn: type = coupon_bar
coupon_code_color Optional String Verfügbar wenn: type = coupon_bar
coupon_code_background_color Optional String Verfügbar wenn: type = coupon_bar
coupon_code_border_color Optional String Verfügbar wenn: type = coupon_bar
button_bar
title Optional String Verfügbar wenn: type = button_bar
button_text Optional String Verfügbar wenn: type = button_bar
url Optional String Verfügbar wenn: type = button_bar
url_new_tab Optional Boolescher Verfügbar wenn: type = button_bar
title_color Optional String Verfügbar wenn: type = button_bar
background_color Optional String Verfügbar wenn: type = button_bar
button_color Optional String Verfügbar wenn: type = button_bar
button_background_color Optional String Verfügbar wenn: type = button_bar
collector_modal
title Optional String Verfügbar wenn: type = collector_modal
description Optional String Verfügbar wenn: type = collector_modal
image Optional Datei Verfügbar wenn: type = collector_modal
image_alt Optional String Verfügbar wenn: type = collector_modal
input_placeholder Optional String Verfügbar wenn: type = collector_modal
button_text Optional String Verfügbar wenn: type = collector_modal
show_agreement Optional Boolescher Verfügbar wenn: type = collector_modal
agreement_text Optional String Verfügbar wenn: type = collector_modal
agreement_url Optional String Verfügbar wenn: type = collector_modal
thank_you_url Optional String Verfügbar wenn: type = collector_modal
title_color Optional String Verfügbar wenn: type = collector_modal
description_color Optional String Verfügbar wenn: type = collector_modal
background_color Optional String Verfügbar wenn: type = collector_modal
button_background_color Optional String Verfügbar wenn: type = collector_modal
button_color Optional String Verfügbar wenn: type = collector_modal
collector_two_modal
title Optional String Verfügbar wenn: type = collector_two_modal
description Optional String Verfügbar wenn: type = collector_two_modal
image Optional Datei Verfügbar wenn: type = collector_two_modal
image_alt Optional String Verfügbar wenn: type = collector_two_modal
input_placeholder Optional String Verfügbar wenn: type = collector_two_modal
button_text Optional String Verfügbar wenn: type = collector_two_modal
show_agreement Optional Boolescher Verfügbar wenn: type = collector_two_modal
agreement_text Optional String Verfügbar wenn: type = collector_two_modal
agreement_url Optional String Verfügbar wenn: type = collector_two_modal
thank_you_url Optional String Verfügbar wenn: type = collector_two_modal
title_color Optional String Verfügbar wenn: type = collector_two_modal
description_color Optional String Verfügbar wenn: type = collector_two_modal
background_color Optional String Verfügbar wenn: type = collector_two_modal
button_background_color Optional String Verfügbar wenn: type = collector_two_modal
button_color Optional String Verfügbar wenn: type = collector_two_modal
button_modal
title Optional String Verfügbar wenn: type = button_modal
description Optional String Verfügbar wenn: type = button_modal
image Optional Datei Verfügbar wenn: type = button_modal
image_alt Optional String Verfügbar wenn: type = button_modal
button_text Optional String Verfügbar wenn: type = button_modal
button_url Optional String Verfügbar wenn: type = button_modal
url_new_tab Optional Boolescher Verfügbar wenn: type = button_modal
title_color Optional String Verfügbar wenn: type = button_modal
description_color Optional String Verfügbar wenn: type = button_modal
background_color Optional String Verfügbar wenn: type = button_modal
button_background_color Optional String Verfügbar wenn: type = button_modal
button_color Optional String Verfügbar wenn: type = button_modal
text_feedback
title Optional String Verfügbar wenn: type = text_feedback
description Optional String Verfügbar wenn: type = text_feedback
input_placeholder Optional String Verfügbar wenn: type = text_feedback
button_text Optional String Verfügbar wenn: type = text_feedback
thank_you_url Optional String Verfügbar wenn: type = text_feedback
title_color Optional String Verfügbar wenn: type = text_feedback
description_color Optional String Verfügbar wenn: type = text_feedback
background_color Optional String Verfügbar wenn: type = text_feedback
button_background_color Optional String Verfügbar wenn: type = text_feedback
button_color Optional String Verfügbar wenn: type = text_feedback
engagement_links
title_color Optional String Verfügbar wenn: type = text_feedback
categories_title_color Optional String Verfügbar wenn: type = text_feedback
categories_description_color Optional String Verfügbar wenn: type = text_feedback
categories_links_title_color Optional String Verfügbar wenn: type = text_feedback
categories_links_description_color Optional String Verfügbar wenn: type = text_feedback
categories_links_background_color Optional String Verfügbar wenn: type = text_feedback
categories_links_border_color Optional String Verfügbar wenn: type = text_feedback
background_color Optional String Verfügbar wenn: type = text_feedback
whatsapp_chat
title Optional String Verfügbar wenn: type = whatsapp_chat
agent_image Optional Datei Verfügbar wenn: type = whatsapp_chat
agent_image_alt Optional String Verfügbar wenn: type = whatsapp_chat
agent_name Optional String Verfügbar wenn: type = whatsapp_chat
agent_description Optional String Verfügbar wenn: type = whatsapp_chat
agent_message Optional String Verfügbar wenn: type = whatsapp_chat
agent_phone_number Optional String Verfügbar wenn: type = whatsapp_chat
button_text Optional String Verfügbar wenn: type = whatsapp_chat
header_agent_name_color Optional String Verfügbar wenn: type = whatsapp_chat
header_agent_description_color Optional String Verfügbar wenn: type = whatsapp_chat
header_background_color Optional String Verfügbar wenn: type = whatsapp_chat
content_background_color Optional String Verfügbar wenn: type = whatsapp_chat
content_agent_name_color Optional String Verfügbar wenn: type = whatsapp_chat
content_agent_message_color Optional String Verfügbar wenn: type = whatsapp_chat
content_agent_message_background_color Optional String Verfügbar wenn: type = whatsapp_chat
footer_background_color Optional String Verfügbar wenn: type = whatsapp_chat
footer_button_background_color Optional String Verfügbar wenn: type = whatsapp_chat
footer_button_color Optional String Verfügbar wenn: type = whatsapp_chat
title_color Optional String Verfügbar wenn: type = whatsapp_chat
background_color Optional String Verfügbar wenn: type = whatsapp_chat
contact_us
title Optional String Verfügbar wenn: type = contact_us
description Optional String Verfügbar wenn: type = contact_us
contact_email Optional String Verfügbar wenn: type = contact_us
contact_phone_number Optional String Verfügbar wenn: type = contact_us
contact_whatsapp Optional String Verfügbar wenn: type = contact_us
contact_telegram Optional String Verfügbar wenn: type = contact_us
contact_facebook_messenger Optional String Verfügbar wenn: type = contact_us
title_color Optional String Verfügbar wenn: type = contact_us
description_color Optional String Verfügbar wenn: type = contact_us
background_color Optional String 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}' \