Campagne notificaties

GET https://dmpilot.ru/api/notifications/
curl --request GET \
--url 'https://dmpilot.ru/api/notifications/' \
--header 'Authorization: Bearer {api_key}' \
Parameters Details Beschrijving
page Optioneel Integer Pagina nummer. Standaard 1.
results_per_page Optioneel Integer Aantal resultaten per pagina. Toegestaan: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Standaard 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-19 06:30:12" } ], "meta": { "page": 1, "results_per_page": 25, "total": 1, "total_pages": 1 }, "links": { "first": "https://dmpilot.ru/api/notifications?&page=1", "last": "https://dmpilot.ru/api/notifications?&page=1", "next": null, "prev": null, "self": "https://dmpilot.ru/api/notifications?&page=1" } }
GET https://dmpilot.ru/api/notifications/{notification_id}
curl --request GET \
--url 'https://dmpilot.ru/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-19 06:30:12" } }
POST https://dmpilot.ru/api/notifications
Parameters Details Beschrijving
campaign_id Verplicht Integer -
type Verplicht String Toegestane waarden: 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
name Optioneel String -
is_enabled Optioneel Boolean -
curl --request POST \
--url 'https://dmpilot.ru/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://dmpilot.ru/api/notifications/{notification_id}
Parameters Details Beschrijving
name Optioneel String -
is_enabled Optioneel Boolean -
trigger_all_pages Optioneel Boolean -
display_trigger Optioneel String Toegestane waarden: delay, time_on_site, pageviews, inactivity, exit_intent, scroll, click, hover
display_value Optioneel String -
display_delay_type_after_close Optioneel String Toegestane waarden: time_on_site, pageviews
display_delay_value_after_close Optioneel Integer -
display_frequency Optioneel String Toegestane waarden: all_time, once_per_session, once_per_browser
direction Optioneel String Toegestane waarden: rtl, ltr
display_continents Optioneel Array String -
display_countries Optioneel Array String -
display_languages Optioneel Array String -
display_operating_systems Optioneel Array String -
display_browsers Optioneel Array String -
display_cities Optioneel Array String -
display_mobile Optioneel Boolean -
display_desktop Optioneel Boolean -
schedule Optioneel Boolean -
start_date Optioneel String -
end_date Optioneel String -
display_duration Optioneel Integer -
display_position Optioneel String Toegestane waarden: 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 Optioneel Boolean -
display_branding Optioneel Boolean -
shadow Optioneel String Toegestane waarden: , subtle, feather, 3d, layered
border_width Optioneel Integer Toegestane waarden: 0, 1, 2, 3, 4, 5
internal_padding Optioneel Integer Toegestane waarden: 5-25
background_blur Optioneel Integer Toegestane waarden: 0-30
custom_css Optioneel String -
hover_animation Optioneel String Toegestane waarden: , fast_scale_up, slow_scale_up, fast_scale_down, slow_scale_down
on_animation Optioneel String Toegestane waarden: fadeIn, slideInUp, slideInDown, zoomIn, bounceIn
off_animation Optioneel String Toegestane waarden: fadeOut, slideOutUp, slideOutDown, zoomOut, bounceOut
animation Optioneel String Toegestane waarden: , heartbeat, bounce, flash, pulse
animation_interval Optioneel Integer -
font Optioneel String Toegestane waarden: 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 Optioneel String Toegestane waarden: straight, rounded, highly_rounded, round
notifications Optioneel Array Beschikbaar wanneer: type = email_collector, collector_bar, collector_modal, collector_two_modal, conversions, conversions_counter, countdown_collector, request_collector, text_feedback Notificatie handler ids
informational
title Optioneel String Beschikbaar wanneer: type = informational
description Optioneel String Beschikbaar wanneer: type = informational
image Optioneel Bestand Beschikbaar wanneer: type = informational
image_alt Optioneel String Beschikbaar wanneer: type = informational
url Optioneel String Beschikbaar wanneer: type = informational
url_new_tab Optioneel Boolean Beschikbaar wanneer: type = informational
title_color Optioneel String Beschikbaar wanneer: type = informational
description_color Optioneel String Beschikbaar wanneer: type = informational
background_color Optioneel String Beschikbaar wanneer: type = informational
informational_mini
title Optioneel String Beschikbaar wanneer: type = informational_mini
image Optioneel Bestand Beschikbaar wanneer: type = informational_mini
image_alt Optioneel String Beschikbaar wanneer: type = informational_mini
url Optioneel String Beschikbaar wanneer: type = informational_mini
url_new_tab Optioneel Boolean Beschikbaar wanneer: type = informational_mini
title_color Optioneel String Beschikbaar wanneer: type = informational_mini
description_color Optioneel String Beschikbaar wanneer: type = informational_mini
background_color Optioneel String Beschikbaar wanneer: type = informational_mini
coupon
title Optioneel String Beschikbaar wanneer: type = coupon
description Optioneel String Beschikbaar wanneer: type = coupon
image Optioneel Bestand Beschikbaar wanneer: type = coupon
image_alt Optioneel String Beschikbaar wanneer: type = coupon
coupon_code Optioneel String Beschikbaar wanneer: type = coupon
button_url Optioneel String Beschikbaar wanneer: type = coupon
url_new_tab Optioneel Boolean Beschikbaar wanneer: type = coupon
button_text Optioneel String Beschikbaar wanneer: type = coupon
title_color Optioneel String Beschikbaar wanneer: type = coupon
description_color Optioneel String Beschikbaar wanneer: type = coupon
background_color Optioneel String Beschikbaar wanneer: type = coupon
button_background_color Optioneel String Beschikbaar wanneer: type = coupon
button_color Optioneel String Beschikbaar wanneer: type = coupon
live_counter
description Optioneel String Beschikbaar wanneer: type = live_counter
last_activity Optioneel String Beschikbaar wanneer: type = live_counter
url Optioneel String Beschikbaar wanneer: type = live_counter
url_new_tab Optioneel Boolean Beschikbaar wanneer: type = live_counter
display_minimum_activity Optioneel Integer Beschikbaar wanneer: type = live_counter
description_color Optioneel String Beschikbaar wanneer: type = live_counter
background_color Optioneel String Beschikbaar wanneer: type = live_counter
number_background_color Optioneel String Beschikbaar wanneer: type = live_counter
number_color Optioneel String Beschikbaar wanneer: type = live_counter
pulse_background_color Optioneel String Beschikbaar wanneer: type = live_counter
email_collector
conversions
title Optioneel String Beschikbaar wanneer: type = conversions
description Optioneel String Beschikbaar wanneer: type = conversions
image Optioneel Bestand Beschikbaar wanneer: type = conversions
image_alt Optioneel String Beschikbaar wanneer: type = conversions
url Optioneel String Beschikbaar wanneer: type = conversions
display_time Optioneel Boolean Beschikbaar wanneer: type = conversions
url_new_tab Optioneel Boolean Beschikbaar wanneer: type = conversions
conversions_count Optioneel Integer Beschikbaar wanneer: type = conversions
in_between_delay Optioneel Integer Beschikbaar wanneer: type = conversions
order Optioneel String Beschikbaar wanneer: type = conversions
Toegestane waarden: random, descending
data_trigger_auto Optioneel Boolean Beschikbaar wanneer: type = conversions
data_trigger_auto_type[index] Optioneel Array String Beschikbaar wanneer: type = conversions
Toegestane waarden: exact , contains , starts_with , ends_with
data_trigger_auto_value[index] Optioneel Array String Beschikbaar wanneer: type = conversions
title_color Optioneel String Beschikbaar wanneer: type = conversions
description_color Optioneel String Beschikbaar wanneer: type = conversions
date_color Optioneel String Beschikbaar wanneer: type = conversions
background_color Optioneel String Beschikbaar wanneer: type = conversions
conversions counter
title Optioneel String Beschikbaar wanneer: type = conversions counter
last_activity Optioneel String Beschikbaar wanneer: type = conversions counter
url Optioneel String Beschikbaar wanneer: type = conversions counter
url_new_tab Optioneel Boolean Beschikbaar wanneer: type = conversions counter
display_minimum_activity Optioneel String Beschikbaar wanneer: type = conversions counter
title_color Optioneel String Beschikbaar wanneer: type = conversions counter
background_color Optioneel String Beschikbaar wanneer: type = conversions counter
number_background_color Optioneel String Beschikbaar wanneer: type = conversions counter
number_color Optioneel String Beschikbaar wanneer: type = conversions counter
data_trigger_auto Optioneel Boolean Beschikbaar wanneer: type = conversions counter
data_trigger_auto_type[index] Optioneel Array String Beschikbaar wanneer: type = conversions
Toegestane waarden: exact , contains , starts_with , ends_with
data_trigger_auto_value[index] Optioneel Array String Beschikbaar wanneer: type = conversions
video
title Optioneel String Beschikbaar wanneer: type = video
video Optioneel Bestand Beschikbaar wanneer: type = video
video_is_youtube Optioneel Boolean Beschikbaar wanneer: type = video
youtube_video_id Optioneel String Beschikbaar wanneer: type = video
video_autoplay Optioneel Boolean Beschikbaar wanneer: type = video
video_controls Optioneel Boolean Beschikbaar wanneer: type = video
video_loop Optioneel Boolean Beschikbaar wanneer: type = video
video_muted Optioneel Boolean Beschikbaar wanneer: type = video
button_url Optioneel String Beschikbaar wanneer: type = video
button_text Optioneel String Beschikbaar wanneer: type = video
url_new_tab Optioneel Boolean Beschikbaar wanneer: type = video
title_color Optioneel String Beschikbaar wanneer: type = video
background_color Optioneel String Beschikbaar wanneer: type = video
button_background_color Optioneel String Beschikbaar wanneer: type = video
button_color Optioneel String Beschikbaar wanneer: type = video
audio
title Optioneel String Beschikbaar wanneer: type = audio
audio Optioneel Bestand Beschikbaar wanneer: type = audio
audio_autoplay Optioneel Boolean Beschikbaar wanneer: type = audio
audio_controls Optioneel Boolean Beschikbaar wanneer: type = audio
audio_loop Optioneel Boolean Beschikbaar wanneer: type = audio
audio_muted Optioneel Boolean Beschikbaar wanneer: type = audio
button_url Optioneel String Beschikbaar wanneer: type = audio
button_text Optioneel String Beschikbaar wanneer: type = audio
url_new_tab Optioneel Boolean Beschikbaar wanneer: type = audio
title_color Optioneel String Beschikbaar wanneer: type = audio
background_color Optioneel String Beschikbaar wanneer: type = audio
button_background_color Optioneel String Beschikbaar wanneer: type = audio
button_color Optioneel String Beschikbaar wanneer: type = audio
social_share
reviews
url Optioneel String Beschikbaar wanneer: type = reviews
url_new_tab Optioneel Boolean Beschikbaar wanneer: type = reviews
reviews_count Optioneel api_documentation.integer Beschikbaar wanneer: type = reviews
in_between_delay Optioneel api_documentation.integer Beschikbaar wanneer: type = reviews
order Optioneel String Beschikbaar wanneer: type = reviews
title api_documentation.default String Beschikbaar wanneer: type = reviews
description api_documentation.default String Beschikbaar wanneer: type = reviews
image api_documentation.default Bestand Beschikbaar wanneer: type = reviews
stars api_documentation.default api_documentation.integer Beschikbaar wanneer: type = reviews
title_color Optioneel String Beschikbaar wanneer: type = reviews
description_color Optioneel String Beschikbaar wanneer: type = reviews
background_color Optioneel String Beschikbaar wanneer: type = reviews
emoji_feedback
title Optioneel String Beschikbaar wanneer: type = emoji_feedback
thank_you_url Optioneel String Beschikbaar wanneer: type = emoji_feedback
show_angry Optioneel Boolean Beschikbaar wanneer: type = emoji_feedback
show_sad Optioneel Boolean Beschikbaar wanneer: type = emoji_feedback
show_neutral Optioneel Boolean Beschikbaar wanneer: type = emoji_feedback
show_happy Optioneel Boolean Beschikbaar wanneer: type = emoji_feedback
show_excited Optioneel Boolean Beschikbaar wanneer: type = emoji_feedback
title_color Optioneel String Beschikbaar wanneer: type = emoji_feedback
background_color Optioneel String Beschikbaar wanneer: type = emoji_feedback
cookie_notification
score_feedback
title Optioneel String Beschikbaar wanneer: type = score_feedback
description Optioneel String Beschikbaar wanneer: type = score_feedback
thank_you_url Optioneel String Beschikbaar wanneer: type = score_feedback
title_color Optioneel String Beschikbaar wanneer: type = score_feedback
description_color Optioneel String Beschikbaar wanneer: type = score_feedback
background_color Optioneel String Beschikbaar wanneer: type = score_feedback
button_background_color Optioneel String Beschikbaar wanneer: type = score_feedback
button_color Optioneel String Beschikbaar wanneer: type = score_feedback
request_collector
title Optioneel String Beschikbaar wanneer: type = request_collector
description Optioneel String Beschikbaar wanneer: type = request_collector
image Optioneel Bestand Beschikbaar wanneer: type = request_collector
image_alt Optioneel String Beschikbaar wanneer: type = request_collector
content_title Optioneel String Beschikbaar wanneer: type = request_collector
content_description Optioneel String Beschikbaar wanneer: type = request_collector
input_placeholder Optioneel String Beschikbaar wanneer: type = request_collector
button_text Optioneel String Beschikbaar wanneer: type = request_collector
show_agreement Optioneel Boolean Beschikbaar wanneer: type = request_collector
agreement_text Optioneel String Beschikbaar wanneer: type = request_collector
agreement_url Optioneel String Beschikbaar wanneer: type = request_collector
thank_you_url Optioneel String Beschikbaar wanneer: type = request_collector
title_color Optioneel String Beschikbaar wanneer: type = request_collector
description_color Optioneel String Beschikbaar wanneer: type = request_collector
content_title_color Optioneel String Beschikbaar wanneer: type = request_collector
content_description_color Optioneel String Beschikbaar wanneer: type = request_collector
background_color Optioneel String Beschikbaar wanneer: type = request_collector
button_background_color Optioneel String Beschikbaar wanneer: type = request_collector
button_color Optioneel String Beschikbaar wanneer: type = request_collector
countdown_collector
title Optioneel String Beschikbaar wanneer: type = countdown_collector
description Optioneel String Beschikbaar wanneer: type = countdown_collector
content_title Optioneel String Beschikbaar wanneer: type = countdown_collector
input_placeholder Optioneel String Beschikbaar wanneer: type = countdown_collector
button_text Optioneel String Beschikbaar wanneer: type = countdown_collector
countdown_end_date Optioneel String Beschikbaar wanneer: type = countdown_collector
show_agreement Optioneel Boolean Beschikbaar wanneer: type = countdown_collector
agreement_text Optioneel String Beschikbaar wanneer: type = countdown_collector
agreement_url Optioneel String Beschikbaar wanneer: type = countdown_collector
thank_you_url Optioneel String Beschikbaar wanneer: type = countdown_collector
title_color Optioneel String Beschikbaar wanneer: type = countdown_collector
description_color Optioneel String Beschikbaar wanneer: type = countdown_collector
content_title_color Optioneel String Beschikbaar wanneer: type = countdown_collector
time_color Optioneel String Beschikbaar wanneer: type = countdown_collector
time_background_color Optioneel String Beschikbaar wanneer: type = countdown_collector
background_color Optioneel String Beschikbaar wanneer: type = countdown_collector
button_background_color Optioneel String Beschikbaar wanneer: type = countdown_collector
button_color Optioneel String Beschikbaar wanneer: type = countdown_collector
custom_html
html Optioneel String Beschikbaar wanneer: type = custom_html
background_color Optioneel String Beschikbaar wanneer: type = custom_html
informational_bar
title Optioneel String Beschikbaar wanneer: type = informational_bar
description Optioneel String Beschikbaar wanneer: type = informational_bar
image Optioneel Bestand Beschikbaar wanneer: type = informational_bar
image_alt Optioneel Float Beschikbaar wanneer: type = informational_bar
url Optioneel Float Beschikbaar wanneer: type = informational_bar
url_new_tab Optioneel Boolean Beschikbaar wanneer: type = informational_bar
title_color Optioneel String Beschikbaar wanneer: type = informational_bar
description_color Optioneel String Beschikbaar wanneer: type = informational_bar
background_color Optioneel String Beschikbaar wanneer: type = informational_bar
informational_bar_mini
title Optioneel String Beschikbaar wanneer: type = informational_bar_mini
image Optioneel Bestand Beschikbaar wanneer: type = informational_bar_mini
image_alt Optioneel Float Beschikbaar wanneer: type = informational_bar_mini
url Optioneel Float Beschikbaar wanneer: type = informational_bar_mini
url_new_tab Optioneel Boolean Beschikbaar wanneer: type = informational_bar_mini
title_color Optioneel String Beschikbaar wanneer: type = informational_bar_mini
description_color Optioneel String Beschikbaar wanneer: type = informational_bar_mini
background_color Optioneel String Beschikbaar wanneer: type = informational_bar_mini
image
title Optioneel String Beschikbaar wanneer: type = image
image Optioneel Bestand Beschikbaar wanneer: type = image
image_alt Optioneel String Beschikbaar wanneer: type = image
button_url Optioneel String Beschikbaar wanneer: type = image
button_text Optioneel String Beschikbaar wanneer: type = image
title_color Optioneel String Beschikbaar wanneer: type = image
background_color Optioneel String Beschikbaar wanneer: type = image
button_background_color Optioneel String Beschikbaar wanneer: type = image
button_color Optioneel String Beschikbaar wanneer: type = image
collector_bar
title Optioneel String Beschikbaar wanneer: type = collector_bar
input_placeholder Optioneel String Beschikbaar wanneer: type = collector_bar
button_text Optioneel String Beschikbaar wanneer: type = collector_bar
show_agreement Optioneel Boolean Beschikbaar wanneer: type = collector_bar
agreement_text Optioneel String Beschikbaar wanneer: type = collector_bar
agreement_url Optioneel String Beschikbaar wanneer: type = collector_bar
thank_you_url Optioneel String Beschikbaar wanneer: type = collector_bar
title_color Optioneel String Beschikbaar wanneer: type = collector_bar
background_color Optioneel String Beschikbaar wanneer: type = collector_bar
button_background_color Optioneel String Beschikbaar wanneer: type = collector_bar
button_color Optioneel String Beschikbaar wanneer: type = collector_bar
coupon_bar
title Optioneel String Beschikbaar wanneer: type = coupon_bar
coupon_code Optioneel String Beschikbaar wanneer: type = coupon_bar
url Optioneel Float Beschikbaar wanneer: type = coupon_bar
url_new_tab Optioneel Boolean Beschikbaar wanneer: type = coupon_bar
title_color Optioneel String Beschikbaar wanneer: type = coupon_bar
background_color Optioneel String Beschikbaar wanneer: type = coupon_bar
coupon_code_color Optioneel String Beschikbaar wanneer: type = coupon_bar
coupon_code_background_color Optioneel String Beschikbaar wanneer: type = coupon_bar
coupon_code_border_color Optioneel String Beschikbaar wanneer: type = coupon_bar
button_bar
title Optioneel String Beschikbaar wanneer: type = button_bar
button_text Optioneel String Beschikbaar wanneer: type = button_bar
url Optioneel String Beschikbaar wanneer: type = button_bar
url_new_tab Optioneel Boolean Beschikbaar wanneer: type = button_bar
title_color Optioneel String Beschikbaar wanneer: type = button_bar
background_color Optioneel String Beschikbaar wanneer: type = button_bar
button_color Optioneel String Beschikbaar wanneer: type = button_bar
button_background_color Optioneel String Beschikbaar wanneer: type = button_bar
collector_modal
title Optioneel String Beschikbaar wanneer: type = collector_modal
description Optioneel String Beschikbaar wanneer: type = collector_modal
image Optioneel Bestand Beschikbaar wanneer: type = collector_modal
image_alt Optioneel String Beschikbaar wanneer: type = collector_modal
input_placeholder Optioneel String Beschikbaar wanneer: type = collector_modal
button_text Optioneel String Beschikbaar wanneer: type = collector_modal
show_agreement Optioneel Boolean Beschikbaar wanneer: type = collector_modal
agreement_text Optioneel String Beschikbaar wanneer: type = collector_modal
agreement_url Optioneel String Beschikbaar wanneer: type = collector_modal
thank_you_url Optioneel String Beschikbaar wanneer: type = collector_modal
title_color Optioneel String Beschikbaar wanneer: type = collector_modal
description_color Optioneel String Beschikbaar wanneer: type = collector_modal
background_color Optioneel String Beschikbaar wanneer: type = collector_modal
button_background_color Optioneel String Beschikbaar wanneer: type = collector_modal
button_color Optioneel String Beschikbaar wanneer: type = collector_modal
collector_two_modal
title Optioneel String Beschikbaar wanneer: type = collector_two_modal
description Optioneel String Beschikbaar wanneer: type = collector_two_modal
image Optioneel Bestand Beschikbaar wanneer: type = collector_two_modal
image_alt Optioneel String Beschikbaar wanneer: type = collector_two_modal
input_placeholder Optioneel String Beschikbaar wanneer: type = collector_two_modal
button_text Optioneel String Beschikbaar wanneer: type = collector_two_modal
show_agreement Optioneel Boolean Beschikbaar wanneer: type = collector_two_modal
agreement_text Optioneel String Beschikbaar wanneer: type = collector_two_modal
agreement_url Optioneel String Beschikbaar wanneer: type = collector_two_modal
thank_you_url Optioneel String Beschikbaar wanneer: type = collector_two_modal
title_color Optioneel String Beschikbaar wanneer: type = collector_two_modal
description_color Optioneel String Beschikbaar wanneer: type = collector_two_modal
background_color Optioneel String Beschikbaar wanneer: type = collector_two_modal
button_background_color Optioneel String Beschikbaar wanneer: type = collector_two_modal
button_color Optioneel String Beschikbaar wanneer: type = collector_two_modal
button_modal
title Optioneel String Beschikbaar wanneer: type = button_modal
description Optioneel String Beschikbaar wanneer: type = button_modal
image Optioneel Bestand Beschikbaar wanneer: type = button_modal
image_alt Optioneel String Beschikbaar wanneer: type = button_modal
button_text Optioneel String Beschikbaar wanneer: type = button_modal
button_url Optioneel String Beschikbaar wanneer: type = button_modal
url_new_tab Optioneel Boolean Beschikbaar wanneer: type = button_modal
title_color Optioneel String Beschikbaar wanneer: type = button_modal
description_color Optioneel String Beschikbaar wanneer: type = button_modal
background_color Optioneel String Beschikbaar wanneer: type = button_modal
button_background_color Optioneel String Beschikbaar wanneer: type = button_modal
button_color Optioneel String Beschikbaar wanneer: type = button_modal
text_feedback
title Optioneel String Beschikbaar wanneer: type = text_feedback
description Optioneel String Beschikbaar wanneer: type = text_feedback
input_placeholder Optioneel String Beschikbaar wanneer: type = text_feedback
button_text Optioneel String Beschikbaar wanneer: type = text_feedback
thank_you_url Optioneel String Beschikbaar wanneer: type = text_feedback
title_color Optioneel String Beschikbaar wanneer: type = text_feedback
description_color Optioneel String Beschikbaar wanneer: type = text_feedback
background_color Optioneel String Beschikbaar wanneer: type = text_feedback
button_background_color Optioneel String Beschikbaar wanneer: type = text_feedback
button_color Optioneel String Beschikbaar wanneer: type = text_feedback
engagement_links
title_color Optioneel String Beschikbaar wanneer: type = text_feedback
categories_title_color Optioneel String Beschikbaar wanneer: type = text_feedback
categories_description_color Optioneel String Beschikbaar wanneer: type = text_feedback
categories_links_title_color Optioneel String Beschikbaar wanneer: type = text_feedback
categories_links_description_color Optioneel String Beschikbaar wanneer: type = text_feedback
categories_links_background_color Optioneel String Beschikbaar wanneer: type = text_feedback
categories_links_border_color Optioneel String Beschikbaar wanneer: type = text_feedback
background_color Optioneel String Beschikbaar wanneer: type = text_feedback
whatsapp_chat
title Optioneel String Beschikbaar wanneer: type = whatsapp_chat
agent_image Optioneel Bestand Beschikbaar wanneer: type = whatsapp_chat
agent_image_alt Optioneel String Beschikbaar wanneer: type = whatsapp_chat
agent_name Optioneel String Beschikbaar wanneer: type = whatsapp_chat
agent_description Optioneel String Beschikbaar wanneer: type = whatsapp_chat
agent_message Optioneel String Beschikbaar wanneer: type = whatsapp_chat
agent_phone_number Optioneel String Beschikbaar wanneer: type = whatsapp_chat
button_text Optioneel String Beschikbaar wanneer: type = whatsapp_chat
header_agent_name_color Optioneel String Beschikbaar wanneer: type = whatsapp_chat
header_agent_description_color Optioneel String Beschikbaar wanneer: type = whatsapp_chat
header_background_color Optioneel String Beschikbaar wanneer: type = whatsapp_chat
content_background_color Optioneel String Beschikbaar wanneer: type = whatsapp_chat
content_agent_name_color Optioneel String Beschikbaar wanneer: type = whatsapp_chat
content_agent_message_color Optioneel String Beschikbaar wanneer: type = whatsapp_chat
content_agent_message_background_color Optioneel String Beschikbaar wanneer: type = whatsapp_chat
footer_background_color Optioneel String Beschikbaar wanneer: type = whatsapp_chat
footer_button_background_color Optioneel String Beschikbaar wanneer: type = whatsapp_chat
footer_button_color Optioneel String Beschikbaar wanneer: type = whatsapp_chat
title_color Optioneel String Beschikbaar wanneer: type = whatsapp_chat
background_color Optioneel String Beschikbaar wanneer: type = whatsapp_chat
contact_us
title Optioneel String Beschikbaar wanneer: type = contact_us
description Optioneel String Beschikbaar wanneer: type = contact_us
contact_email Optioneel String Beschikbaar wanneer: type = contact_us
contact_phone_number Optioneel String Beschikbaar wanneer: type = contact_us
contact_whatsapp Optioneel String Beschikbaar wanneer: type = contact_us
contact_telegram Optioneel String Beschikbaar wanneer: type = contact_us
contact_facebook_messenger Optioneel String Beschikbaar wanneer: type = contact_us
title_color Optioneel String Beschikbaar wanneer: type = contact_us
description_color Optioneel String Beschikbaar wanneer: type = contact_us
background_color Optioneel String Beschikbaar wanneer: type = contact_us
curl --request POST \
--url 'https://dmpilot.ru/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://dmpilot.ru/api/notifications/{notification_id}
curl --request DELETE \
--url 'https://dmpilot.ru/api/notifications/{notification_id}' \
--header 'Authorization: Bearer {api_key}' \