Kampagnenbenachrichtigungen

GET https://xignals.net/api/notifications/
curl --request GET \
--url 'https://xignals.net/api/notifications/' \
--header 'Authorization: Bearer {api_key}' \
Parameter Einzelheiten Beschreibung
page Optional Ganzzahl Die Seitenzahl, von der du Ergebnisse haben möchtest. Standardmäßig auf 1 gesetzt.
results_per_page Optional Ganzzahl Wie viele Ergebnisse möchtest du pro Seite? Erlaubte Werte sind: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Standardmäßig ist es 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-05-10 12:02:51" } ], "meta": { "page": 1, "results_per_page": 25, "total": 1, "total_pages": 1 }, "links": { "first": "https://xignals.net/api/notifications?&page=1", "last": "https://xignals.net/api/notifications?&page=1", "next": null, "prev": null, "self": "https://xignals.net/api/notifications?&page=1" } }
GET https://xignals.net/api/notifications/{notification_id}
curl --request GET \
--url 'https://xignals.net/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-05-10 12:02:51" } }
POST https://xignals.net/api/notifications
Parameter Einzelheiten Beschreibung
campaign_id Erforderlich Ganzzahl -
type Erforderlich Zeichenfolge 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 Zeichenfolge -
is_enabled Optional Boolean -
curl --request POST \
--url 'https://xignals.net/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://xignals.net/api/notifications/{notification_id}
Parameter Einzelheiten Beschreibung
name Optional Zeichenfolge -
is_enabled Optional Boolean -
trigger_all_pages Optional Boolean -
display_trigger Optional Zeichenfolge Erlaubte Werte: delay, time_on_site, pageviews, inactivity, exit_intent, scroll, click, hover
display_value Optional Zeichenfolge -
display_delay_type_after_close Optional Zeichenfolge Erlaubte Werte: time_on_site, pageviews
display_delay_value_after_close Optional Ganzzahl -
display_frequency Optional Zeichenfolge Erlaubte Werte: all_time, once_per_session, once_per_browser
direction Optional Zeichenfolge Erlaubte Werte: rtl, ltr
display_continents Optional Array Zeichenfolge -
display_countries Optional Array Zeichenfolge -
display_languages Optional Array Zeichenfolge -
display_operating_systems Optional Array Zeichenfolge -
display_browsers Optional Array Zeichenfolge -
display_cities Optional Array Zeichenfolge -
display_mobile Optional Boolean -
display_desktop Optional Boolean -
schedule Optional Boolean -
start_date Optional Zeichenfolge -
end_date Optional Zeichenfolge -
display_duration Optional Ganzzahl -
display_position Optional Zeichenfolge 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 Boolean -
display_branding Optional Boolean -
shadow Optional Zeichenfolge 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 Zeichenfolge -
hover_animation Optional Zeichenfolge Erlaubte Werte: , fast_scale_up, slow_scale_up, fast_scale_down, slow_scale_down
on_animation Optional Zeichenfolge Erlaubte Werte: fadeIn, slideInUp, slideInDown, zoomIn, bounceIn
off_animation Optional Zeichenfolge Erlaubte Werte: fadeOut, slideOutUp, slideOutDown, zoomOut, bounceOut
animation Optional Zeichenfolge Erlaubte Werte: , heartbeat, bounce, flash, pulse
animation_interval Optional Ganzzahl -
font Optional Zeichenfolge 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 Zeichenfolge Erlaubte Werte: straight, rounded, highly_rounded, round
notifications Optional Array Verfügbar wann: 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 Zeichenfolge Verfügbar wann: type = informational
description Optional Zeichenfolge Verfügbar wann: type = informational
image Optional Datei Verfügbar wann: type = informational
image_alt Optional Zeichenfolge Verfügbar wann: type = informational
url Optional Zeichenfolge Verfügbar wann: type = informational
url_new_tab Optional Boolean Verfügbar wann: type = informational
title_color Optional Zeichenfolge Verfügbar wann: type = informational
description_color Optional Zeichenfolge Verfügbar wann: type = informational
background_color Optional Zeichenfolge Verfügbar wann: type = informational
informational_mini
title Optional Zeichenfolge Verfügbar wann: type = informational_mini
image Optional Datei Verfügbar wann: type = informational_mini
image_alt Optional Zeichenfolge Verfügbar wann: type = informational_mini
url Optional Zeichenfolge Verfügbar wann: type = informational_mini
url_new_tab Optional Boolean Verfügbar wann: type = informational_mini
title_color Optional Zeichenfolge Verfügbar wann: type = informational_mini
description_color Optional Zeichenfolge Verfügbar wann: type = informational_mini
background_color Optional Zeichenfolge Verfügbar wann: type = informational_mini
coupon
title Optional Zeichenfolge Verfügbar wann: type = coupon
description Optional Zeichenfolge Verfügbar wann: type = coupon
image Optional Datei Verfügbar wann: type = coupon
image_alt Optional Zeichenfolge Verfügbar wann: type = coupon
coupon_code Optional Zeichenfolge Verfügbar wann: type = coupon
button_url Optional Zeichenfolge Verfügbar wann: type = coupon
url_new_tab Optional Boolean Verfügbar wann: type = coupon
button_text Optional Zeichenfolge Verfügbar wann: type = coupon
title_color Optional Zeichenfolge Verfügbar wann: type = coupon
description_color Optional Zeichenfolge Verfügbar wann: type = coupon
background_color Optional Zeichenfolge Verfügbar wann: type = coupon
button_background_color Optional Zeichenfolge Verfügbar wann: type = coupon
button_color Optional Zeichenfolge Verfügbar wann: type = coupon
live_counter
description Optional Zeichenfolge Verfügbar wann: type = live_counter
last_activity Optional Zeichenfolge Verfügbar wann: type = live_counter
url Optional Zeichenfolge Verfügbar wann: type = live_counter
url_new_tab Optional Boolean Verfügbar wann: type = live_counter
display_minimum_activity Optional Ganzzahl Verfügbar wann: type = live_counter
description_color Optional Zeichenfolge Verfügbar wann: type = live_counter
background_color Optional Zeichenfolge Verfügbar wann: type = live_counter
number_background_color Optional Zeichenfolge Verfügbar wann: type = live_counter
number_color Optional Zeichenfolge Verfügbar wann: type = live_counter
pulse_background_color Optional Zeichenfolge Verfügbar wann: type = live_counter
email_collector
conversions
title Optional Zeichenfolge Verfügbar wann: type = conversions
description Optional Zeichenfolge Verfügbar wann: type = conversions
image Optional Datei Verfügbar wann: type = conversions
image_alt Optional Zeichenfolge Verfügbar wann: type = conversions
url Optional Zeichenfolge Verfügbar wann: type = conversions
display_time Optional Boolean Verfügbar wann: type = conversions
url_new_tab Optional Boolean Verfügbar wann: type = conversions
conversions_count Optional Ganzzahl Verfügbar wann: type = conversions
in_between_delay Optional Ganzzahl Verfügbar wann: type = conversions
order Optional Zeichenfolge Verfügbar wann: type = conversions
Erlaubte Werte: random, descending
data_trigger_auto Optional Boolean Verfügbar wann: type = conversions
data_trigger_auto_type[index] Optional Array Zeichenfolge Verfügbar wann: type = conversions
Erlaubte Werte: exact , contains , starts_with , ends_with
data_trigger_auto_value[index] Optional Array Zeichenfolge Verfügbar wann: type = conversions
title_color Optional Zeichenfolge Verfügbar wann: type = conversions
description_color Optional Zeichenfolge Verfügbar wann: type = conversions
date_color Optional Zeichenfolge Verfügbar wann: type = conversions
background_color Optional Zeichenfolge Verfügbar wann: type = conversions
conversions counter
title Optional Zeichenfolge Verfügbar wann: type = conversions counter
last_activity Optional Zeichenfolge Verfügbar wann: type = conversions counter
url Optional Zeichenfolge Verfügbar wann: type = conversions counter
url_new_tab Optional Boolean Verfügbar wann: type = conversions counter
display_minimum_activity Optional Zeichenfolge Verfügbar wann: type = conversions counter
title_color Optional Zeichenfolge Verfügbar wann: type = conversions counter
background_color Optional Zeichenfolge Verfügbar wann: type = conversions counter
number_background_color Optional Zeichenfolge Verfügbar wann: type = conversions counter
number_color Optional Zeichenfolge Verfügbar wann: type = conversions counter
data_trigger_auto Optional Boolean Verfügbar wann: type = conversions counter
data_trigger_auto_type[index] Optional Array Zeichenfolge Verfügbar wann: type = conversions
Erlaubte Werte: exact , contains , starts_with , ends_with
data_trigger_auto_value[index] Optional Array Zeichenfolge Verfügbar wann: type = conversions
video
title Optional Zeichenfolge Verfügbar wann: type = video
video Optional Datei Verfügbar wann: type = video
video_is_youtube Optional Boolean Verfügbar wann: type = video
youtube_video_id Optional Zeichenfolge Verfügbar wann: type = video
video_autoplay Optional Boolean Verfügbar wann: type = video
video_controls Optional Boolean Verfügbar wann: type = video
video_loop Optional Boolean Verfügbar wann: type = video
video_muted Optional Boolean Verfügbar wann: type = video
button_url Optional Zeichenfolge Verfügbar wann: type = video
button_text Optional Zeichenfolge Verfügbar wann: type = video
url_new_tab Optional Boolean Verfügbar wann: type = video
title_color Optional Zeichenfolge Verfügbar wann: type = video
background_color Optional Zeichenfolge Verfügbar wann: type = video
button_background_color Optional Zeichenfolge Verfügbar wann: type = video
button_color Optional Zeichenfolge Verfügbar wann: type = video
audio
title Optional Zeichenfolge Verfügbar wann: type = audio
audio Optional Datei Verfügbar wann: type = audio
audio_autoplay Optional Boolean Verfügbar wann: type = audio
audio_controls Optional Boolean Verfügbar wann: type = audio
audio_loop Optional Boolean Verfügbar wann: type = audio
audio_muted Optional Boolean Verfügbar wann: type = audio
button_url Optional Zeichenfolge Verfügbar wann: type = audio
button_text Optional Zeichenfolge Verfügbar wann: type = audio
url_new_tab Optional Boolean Verfügbar wann: type = audio
title_color Optional Zeichenfolge Verfügbar wann: type = audio
background_color Optional Zeichenfolge Verfügbar wann: type = audio
button_background_color Optional Zeichenfolge Verfügbar wann: type = audio
button_color Optional Zeichenfolge Verfügbar wann: type = audio
social_share
reviews
url Optional Zeichenfolge Verfügbar wann: type = reviews
url_new_tab Optional Boolean Verfügbar wann: type = reviews
reviews_count Optional api_documentation.integer Verfügbar wann: type = reviews
in_between_delay Optional api_documentation.integer Verfügbar wann: type = reviews
order Optional Zeichenfolge Verfügbar wann: type = reviews
title api_documentation.default Zeichenfolge Verfügbar wann: type = reviews
description api_documentation.default Zeichenfolge Verfügbar wann: type = reviews
image api_documentation.default Datei Verfügbar wann: type = reviews
stars api_documentation.default api_documentation.integer Verfügbar wann: type = reviews
title_color Optional Zeichenfolge Verfügbar wann: type = reviews
description_color Optional Zeichenfolge Verfügbar wann: type = reviews
background_color Optional Zeichenfolge Verfügbar wann: type = reviews
emoji_feedback
title Optional Zeichenfolge Verfügbar wann: type = emoji_feedback
thank_you_url Optional Zeichenfolge Verfügbar wann: type = emoji_feedback
show_angry Optional Boolean Verfügbar wann: type = emoji_feedback
show_sad Optional Boolean Verfügbar wann: type = emoji_feedback
show_neutral Optional Boolean Verfügbar wann: type = emoji_feedback
show_happy Optional Boolean Verfügbar wann: type = emoji_feedback
show_excited Optional Boolean Verfügbar wann: type = emoji_feedback
title_color Optional Zeichenfolge Verfügbar wann: type = emoji_feedback
background_color Optional Zeichenfolge Verfügbar wann: type = emoji_feedback
cookie_notification
score_feedback
title Optional Zeichenfolge Verfügbar wann: type = score_feedback
description Optional Zeichenfolge Verfügbar wann: type = score_feedback
thank_you_url Optional Zeichenfolge Verfügbar wann: type = score_feedback
title_color Optional Zeichenfolge Verfügbar wann: type = score_feedback
description_color Optional Zeichenfolge Verfügbar wann: type = score_feedback
background_color Optional Zeichenfolge Verfügbar wann: type = score_feedback
button_background_color Optional Zeichenfolge Verfügbar wann: type = score_feedback
button_color Optional Zeichenfolge Verfügbar wann: type = score_feedback
request_collector
title Optional Zeichenfolge Verfügbar wann: type = request_collector
description Optional Zeichenfolge Verfügbar wann: type = request_collector
image Optional Datei Verfügbar wann: type = request_collector
image_alt Optional Zeichenfolge Verfügbar wann: type = request_collector
content_title Optional Zeichenfolge Verfügbar wann: type = request_collector
content_description Optional Zeichenfolge Verfügbar wann: type = request_collector
input_placeholder Optional Zeichenfolge Verfügbar wann: type = request_collector
button_text Optional Zeichenfolge Verfügbar wann: type = request_collector
show_agreement Optional Boolean Verfügbar wann: type = request_collector
agreement_text Optional Zeichenfolge Verfügbar wann: type = request_collector
agreement_url Optional Zeichenfolge Verfügbar wann: type = request_collector
thank_you_url Optional Zeichenfolge Verfügbar wann: type = request_collector
title_color Optional Zeichenfolge Verfügbar wann: type = request_collector
description_color Optional Zeichenfolge Verfügbar wann: type = request_collector
content_title_color Optional Zeichenfolge Verfügbar wann: type = request_collector
content_description_color Optional Zeichenfolge Verfügbar wann: type = request_collector
background_color Optional Zeichenfolge Verfügbar wann: type = request_collector
button_background_color Optional Zeichenfolge Verfügbar wann: type = request_collector
button_color Optional Zeichenfolge Verfügbar wann: type = request_collector
countdown_collector
title Optional Zeichenfolge Verfügbar wann: type = countdown_collector
description Optional Zeichenfolge Verfügbar wann: type = countdown_collector
content_title Optional Zeichenfolge Verfügbar wann: type = countdown_collector
input_placeholder Optional Zeichenfolge Verfügbar wann: type = countdown_collector
button_text Optional Zeichenfolge Verfügbar wann: type = countdown_collector
countdown_end_date Optional Zeichenfolge Verfügbar wann: type = countdown_collector
show_agreement Optional Boolean Verfügbar wann: type = countdown_collector
agreement_text Optional Zeichenfolge Verfügbar wann: type = countdown_collector
agreement_url Optional Zeichenfolge Verfügbar wann: type = countdown_collector
thank_you_url Optional Zeichenfolge Verfügbar wann: type = countdown_collector
title_color Optional Zeichenfolge Verfügbar wann: type = countdown_collector
description_color Optional Zeichenfolge Verfügbar wann: type = countdown_collector
content_title_color Optional Zeichenfolge Verfügbar wann: type = countdown_collector
time_color Optional Zeichenfolge Verfügbar wann: type = countdown_collector
time_background_color Optional Zeichenfolge Verfügbar wann: type = countdown_collector
background_color Optional Zeichenfolge Verfügbar wann: type = countdown_collector
button_background_color Optional Zeichenfolge Verfügbar wann: type = countdown_collector
button_color Optional Zeichenfolge Verfügbar wann: type = countdown_collector
custom_html
html Optional Zeichenfolge Verfügbar wann: type = custom_html
background_color Optional Zeichenfolge Verfügbar wann: type = custom_html
informational_bar
title Optional Zeichenfolge Verfügbar wann: type = informational_bar
description Optional Zeichenfolge Verfügbar wann: type = informational_bar
image Optional Datei Verfügbar wann: type = informational_bar
image_alt Optional Float Verfügbar wann: type = informational_bar
url Optional Float Verfügbar wann: type = informational_bar
url_new_tab Optional Boolean Verfügbar wann: type = informational_bar
title_color Optional Zeichenfolge Verfügbar wann: type = informational_bar
description_color Optional Zeichenfolge Verfügbar wann: type = informational_bar
background_color Optional Zeichenfolge Verfügbar wann: type = informational_bar
informational_bar_mini
title Optional Zeichenfolge Verfügbar wann: type = informational_bar_mini
image Optional Datei Verfügbar wann: type = informational_bar_mini
image_alt Optional Float Verfügbar wann: type = informational_bar_mini
url Optional Float Verfügbar wann: type = informational_bar_mini
url_new_tab Optional Boolean Verfügbar wann: type = informational_bar_mini
title_color Optional Zeichenfolge Verfügbar wann: type = informational_bar_mini
description_color Optional Zeichenfolge Verfügbar wann: type = informational_bar_mini
background_color Optional Zeichenfolge Verfügbar wann: type = informational_bar_mini
image
title Optional Zeichenfolge Verfügbar wann: type = image
image Optional Datei Verfügbar wann: type = image
image_alt Optional Zeichenfolge Verfügbar wann: type = image
button_url Optional Zeichenfolge Verfügbar wann: type = image
button_text Optional Zeichenfolge Verfügbar wann: type = image
title_color Optional Zeichenfolge Verfügbar wann: type = image
background_color Optional Zeichenfolge Verfügbar wann: type = image
button_background_color Optional Zeichenfolge Verfügbar wann: type = image
button_color Optional Zeichenfolge Verfügbar wann: type = image
collector_bar
title Optional Zeichenfolge Verfügbar wann: type = collector_bar
input_placeholder Optional Zeichenfolge Verfügbar wann: type = collector_bar
button_text Optional Zeichenfolge Verfügbar wann: type = collector_bar
show_agreement Optional Boolean Verfügbar wann: type = collector_bar
agreement_text Optional Zeichenfolge Verfügbar wann: type = collector_bar
agreement_url Optional Zeichenfolge Verfügbar wann: type = collector_bar
thank_you_url Optional Zeichenfolge Verfügbar wann: type = collector_bar
title_color Optional Zeichenfolge Verfügbar wann: type = collector_bar
background_color Optional Zeichenfolge Verfügbar wann: type = collector_bar
button_background_color Optional Zeichenfolge Verfügbar wann: type = collector_bar
button_color Optional Zeichenfolge Verfügbar wann: type = collector_bar
coupon_bar
title Optional Zeichenfolge Verfügbar wann: type = coupon_bar
coupon_code Optional Zeichenfolge Verfügbar wann: type = coupon_bar
url Optional Float Verfügbar wann: type = coupon_bar
url_new_tab Optional Boolean Verfügbar wann: type = coupon_bar
title_color Optional Zeichenfolge Verfügbar wann: type = coupon_bar
background_color Optional Zeichenfolge Verfügbar wann: type = coupon_bar
coupon_code_color Optional Zeichenfolge Verfügbar wann: type = coupon_bar
coupon_code_background_color Optional Zeichenfolge Verfügbar wann: type = coupon_bar
coupon_code_border_color Optional Zeichenfolge Verfügbar wann: type = coupon_bar
button_bar
title Optional Zeichenfolge Verfügbar wann: type = button_bar
button_text Optional Zeichenfolge Verfügbar wann: type = button_bar
url Optional Zeichenfolge Verfügbar wann: type = button_bar
url_new_tab Optional Boolean Verfügbar wann: type = button_bar
title_color Optional Zeichenfolge Verfügbar wann: type = button_bar
background_color Optional Zeichenfolge Verfügbar wann: type = button_bar
button_color Optional Zeichenfolge Verfügbar wann: type = button_bar
button_background_color Optional Zeichenfolge Verfügbar wann: type = button_bar
collector_modal
title Optional Zeichenfolge Verfügbar wann: type = collector_modal
description Optional Zeichenfolge Verfügbar wann: type = collector_modal
image Optional Datei Verfügbar wann: type = collector_modal
image_alt Optional Zeichenfolge Verfügbar wann: type = collector_modal
input_placeholder Optional Zeichenfolge Verfügbar wann: type = collector_modal
button_text Optional Zeichenfolge Verfügbar wann: type = collector_modal
show_agreement Optional Boolean Verfügbar wann: type = collector_modal
agreement_text Optional Zeichenfolge Verfügbar wann: type = collector_modal
agreement_url Optional Zeichenfolge Verfügbar wann: type = collector_modal
thank_you_url Optional Zeichenfolge Verfügbar wann: type = collector_modal
title_color Optional Zeichenfolge Verfügbar wann: type = collector_modal
description_color Optional Zeichenfolge Verfügbar wann: type = collector_modal
background_color Optional Zeichenfolge Verfügbar wann: type = collector_modal
button_background_color Optional Zeichenfolge Verfügbar wann: type = collector_modal
button_color Optional Zeichenfolge Verfügbar wann: type = collector_modal
collector_two_modal
title Optional Zeichenfolge Verfügbar wann: type = collector_two_modal
description Optional Zeichenfolge Verfügbar wann: type = collector_two_modal
image Optional Datei Verfügbar wann: type = collector_two_modal
image_alt Optional Zeichenfolge Verfügbar wann: type = collector_two_modal
input_placeholder Optional Zeichenfolge Verfügbar wann: type = collector_two_modal
button_text Optional Zeichenfolge Verfügbar wann: type = collector_two_modal
show_agreement Optional Boolean Verfügbar wann: type = collector_two_modal
agreement_text Optional Zeichenfolge Verfügbar wann: type = collector_two_modal
agreement_url Optional Zeichenfolge Verfügbar wann: type = collector_two_modal
thank_you_url Optional Zeichenfolge Verfügbar wann: type = collector_two_modal
title_color Optional Zeichenfolge Verfügbar wann: type = collector_two_modal
description_color Optional Zeichenfolge Verfügbar wann: type = collector_two_modal
background_color Optional Zeichenfolge Verfügbar wann: type = collector_two_modal
button_background_color Optional Zeichenfolge Verfügbar wann: type = collector_two_modal
button_color Optional Zeichenfolge Verfügbar wann: type = collector_two_modal
button_modal
title Optional Zeichenfolge Verfügbar wann: type = button_modal
description Optional Zeichenfolge Verfügbar wann: type = button_modal
image Optional Datei Verfügbar wann: type = button_modal
image_alt Optional Zeichenfolge Verfügbar wann: type = button_modal
button_text Optional Zeichenfolge Verfügbar wann: type = button_modal
button_url Optional Zeichenfolge Verfügbar wann: type = button_modal
url_new_tab Optional Boolean Verfügbar wann: type = button_modal
title_color Optional Zeichenfolge Verfügbar wann: type = button_modal
description_color Optional Zeichenfolge Verfügbar wann: type = button_modal
background_color Optional Zeichenfolge Verfügbar wann: type = button_modal
button_background_color Optional Zeichenfolge Verfügbar wann: type = button_modal
button_color Optional Zeichenfolge Verfügbar wann: type = button_modal
text_feedback
title Optional Zeichenfolge Verfügbar wann: type = text_feedback
description Optional Zeichenfolge Verfügbar wann: type = text_feedback
input_placeholder Optional Zeichenfolge Verfügbar wann: type = text_feedback
button_text Optional Zeichenfolge Verfügbar wann: type = text_feedback
thank_you_url Optional Zeichenfolge Verfügbar wann: type = text_feedback
title_color Optional Zeichenfolge Verfügbar wann: type = text_feedback
description_color Optional Zeichenfolge Verfügbar wann: type = text_feedback
background_color Optional Zeichenfolge Verfügbar wann: type = text_feedback
button_background_color Optional Zeichenfolge Verfügbar wann: type = text_feedback
button_color Optional Zeichenfolge Verfügbar wann: type = text_feedback
engagement_links
title_color Optional Zeichenfolge Verfügbar wann: type = text_feedback
categories_title_color Optional Zeichenfolge Verfügbar wann: type = text_feedback
categories_description_color Optional Zeichenfolge Verfügbar wann: type = text_feedback
categories_links_title_color Optional Zeichenfolge Verfügbar wann: type = text_feedback
categories_links_description_color Optional Zeichenfolge Verfügbar wann: type = text_feedback
categories_links_background_color Optional Zeichenfolge Verfügbar wann: type = text_feedback
categories_links_border_color Optional Zeichenfolge Verfügbar wann: type = text_feedback
background_color Optional Zeichenfolge Verfügbar wann: type = text_feedback
whatsapp_chat
title Optional Zeichenfolge Verfügbar wann: type = whatsapp_chat
agent_image Optional Datei Verfügbar wann: type = whatsapp_chat
agent_image_alt Optional Zeichenfolge Verfügbar wann: type = whatsapp_chat
agent_name Optional Zeichenfolge Verfügbar wann: type = whatsapp_chat
agent_description Optional Zeichenfolge Verfügbar wann: type = whatsapp_chat
agent_message Optional Zeichenfolge Verfügbar wann: type = whatsapp_chat
agent_phone_number Optional Zeichenfolge Verfügbar wann: type = whatsapp_chat
button_text Optional Zeichenfolge Verfügbar wann: type = whatsapp_chat
header_agent_name_color Optional Zeichenfolge Verfügbar wann: type = whatsapp_chat
header_agent_description_color Optional Zeichenfolge Verfügbar wann: type = whatsapp_chat
header_background_color Optional Zeichenfolge Verfügbar wann: type = whatsapp_chat
content_background_color Optional Zeichenfolge Verfügbar wann: type = whatsapp_chat
content_agent_name_color Optional Zeichenfolge Verfügbar wann: type = whatsapp_chat
content_agent_message_color Optional Zeichenfolge Verfügbar wann: type = whatsapp_chat
content_agent_message_background_color Optional Zeichenfolge Verfügbar wann: type = whatsapp_chat
footer_background_color Optional Zeichenfolge Verfügbar wann: type = whatsapp_chat
footer_button_background_color Optional Zeichenfolge Verfügbar wann: type = whatsapp_chat
footer_button_color Optional Zeichenfolge Verfügbar wann: type = whatsapp_chat
title_color Optional Zeichenfolge Verfügbar wann: type = whatsapp_chat
background_color Optional Zeichenfolge Verfügbar wann: type = whatsapp_chat
contact_us
title Optional Zeichenfolge Verfügbar wann: type = contact_us
description Optional Zeichenfolge Verfügbar wann: type = contact_us
contact_email Optional Zeichenfolge Verfügbar wann: type = contact_us
contact_phone_number Optional Zeichenfolge Verfügbar wann: type = contact_us
contact_whatsapp Optional Zeichenfolge Verfügbar wann: type = contact_us
contact_telegram Optional Zeichenfolge Verfügbar wann: type = contact_us
contact_facebook_messenger Optional Zeichenfolge Verfügbar wann: type = contact_us
title_color Optional Zeichenfolge Verfügbar wann: type = contact_us
description_color Optional Zeichenfolge Verfügbar wann: type = contact_us
background_color Optional Zeichenfolge Verfügbar wann: type = contact_us
curl --request POST \
--url 'https://xignals.net/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://xignals.net/api/notifications/{notification_id}
curl --request DELETE \
--url 'https://xignals.net/api/notifications/{notification_id}' \
--header 'Authorization: Bearer {api_key}' \