活动通知

GET https://notifyc.com/api/notifications/
curl --request GET \
--url 'https://notifyc.com/api/notifications/' \
--header 'Authorization: Bearer {api_key}' \
参数 细节 描述
page 可选的 整数 您想要结果的页码。默认为 1
results_per_page 可选的 整数 每页您想要多少个结果。允许的值是:10 , 25 , 50 , 100 , 250 , 500 , 1000。默认为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-03-14 22:35:43" } ], "meta": { "page": 1, "results_per_page": 25, "total": 1, "total_pages": 1 }, "links": { "first": "https://notifyc.com/api/notifications?&page=1", "last": "https://notifyc.com/api/notifications?&page=1", "next": null, "prev": null, "self": "https://notifyc.com/api/notifications?&page=1" } }
GET https://notifyc.com/api/notifications/{notification_id}
curl --request GET \
--url 'https://notifyc.com/api/notifications/{notification_id}' \
--header 'Authorization: Bearer {api_key}' \
{ "data": { "id": 1, "campaign_id": 1, "notification_key": "d4752d29a557a9fdc67b0a9a27cbe3b1", "name": "Email Collector", "type": "EMAIL_COLLECTOR", "settings": { ... }, "is_enabled": false, "last_datetime": null, "datetime": "2025-03-14 22:35:43" } }
POST https://notifyc.com/api/notifications
参数 细节 描述
campaign_id 必需 整数 -
type 必需 字符串 允许的值:INFORMATIONAL , COUPON , LIVE_COUNTER , EMAIL_COLLECTOR , CONVERSIONS , CONVERSIONS_COUNTER , VIDEO , AUDIO , SOCIAL_SHARE , REVIEWS , EMOJI_FEEDBACK , COOKIE_NOTIFICATION , SCORE_FEEDBACK , REQUEST_COLLECTOR , COUNTDOWN_COLLECTOR , CUSTOM_HTML , INFORMATIONAL_BAR , IMAGE , COLLECTOR_BAR , COUPON_BAR , BUTTON_BAR , COLLECTOR_MODAL , COLLECTOR_TWO_MODAL , BUTTON_MODAL , TEXT_FEEDBACK , ENGAGEMENT_LINKS , WHATSAPP_CHAT , CONTACT_US , INFORMATIONAL_MINI , INFORMATIONAL_BAR_MINI
name 可选的 字符串 -
is_enabled 可选的 布尔值 -
curl --request POST \
--url 'https://notifyc.com/api/notifications' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'type=INFORMATIONAL' \
--form 'is_enabled=1'
{ "data": { "id": 1 } }
POST https://notifyc.com/api/notifications/{notification_id}
参数 细节 描述
name 可选的 字符串 -
is_enabled 可选的 布尔值 -
trigger_all_pages 可选的 布尔值 -
display_trigger 可选的 字符串 允许的值:delay, time_on_site, pageviews, inactivity, exit_intent, scroll, click, hover
display_value 可选的 字符串 -
display_delay_type_after_close 可选的 字符串 允许的值:time_on_site, pageviews
display_delay_value_after_close 可选的 整数 -
display_frequency 可选的 字符串 允许的值:all_time, once_per_session, once_per_browser
direction 可选的 字符串 允许的值:rtl, ltr
display_continents 可选的 数组 字符串 -
display_countries 可选的 数组 字符串 -
display_languages 可选的 数组 字符串 -
display_operating_systems 可选的 数组 字符串 -
display_browsers 可选的 数组 字符串 -
display_cities 可选的 数组 字符串 -
display_mobile 可选的 布尔值 -
display_desktop 可选的 布尔值 -
schedule 可选的 布尔值 -
start_date 可选的 字符串 -
end_date 可选的 字符串 -
display_duration 可选的 整数 -
display_position 可选的 字符串 允许的值: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 可选的 布尔值 -
display_branding 可选的 布尔值 -
shadow 可选的 字符串 允许的值:, subtle, feather, 3d, layered
border_width 可选的 整数 允许的值:0, 1, 2, 3, 4, 5
internal_padding 可选的 整数 允许的值:5-25
background_blur 可选的 整数 允许的值:0-30
custom_css 可选的 字符串 -
hover_animation 可选的 字符串 允许的值:, fast_scale_up, slow_scale_up, fast_scale_down, slow_scale_down
on_animation 可选的 字符串 允许的值:fadeIn, slideInUp, slideInDown, zoomIn, bounceIn
off_animation 可选的 字符串 允许的值:fadeOut, slideOutUp, slideOutDown, zoomOut, bounceOut
animation 可选的 字符串 允许的值:, heartbeat, bounce, flash, pulse
animation_interval 可选的 整数 -
font 可选的 字符串 允许的值: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 可选的 字符串 允许的值:straight, rounded, highly_rounded, round
notifications 可选的 数组 可用时间:type = email_collector, collector_bar, collector_modal, collector_two_modal, conversions, conversions_counter, countdown_collector, request_collector, text_feedback 通知处理程序 ID
informational
title 可选的 字符串 可用时间:type = informational
description 可选的 字符串 可用时间:type = informational
image 可选的 文件 可用时间:type = informational
image_alt 可选的 字符串 可用时间:type = informational
url 可选的 字符串 可用时间:type = informational
url_new_tab 可选的 布尔值 可用时间:type = informational
title_color 可选的 字符串 可用时间:type = informational
description_color 可选的 字符串 可用时间:type = informational
background_color 可选的 字符串 可用时间:type = informational
informational_mini
title 可选的 字符串 可用时间:type = informational_mini
image 可选的 文件 可用时间:type = informational_mini
image_alt 可选的 字符串 可用时间:type = informational_mini
url 可选的 字符串 可用时间:type = informational_mini
url_new_tab 可选的 布尔值 可用时间:type = informational_mini
title_color 可选的 字符串 可用时间:type = informational_mini
description_color 可选的 字符串 可用时间:type = informational_mini
background_color 可选的 字符串 可用时间:type = informational_mini
coupon
title 可选的 字符串 可用时间:type = coupon
description 可选的 字符串 可用时间:type = coupon
image 可选的 文件 可用时间:type = coupon
image_alt 可选的 字符串 可用时间:type = coupon
coupon_code 可选的 字符串 可用时间:type = coupon
button_url 可选的 字符串 可用时间:type = coupon
url_new_tab 可选的 布尔值 可用时间:type = coupon
button_text 可选的 字符串 可用时间:type = coupon
title_color 可选的 字符串 可用时间:type = coupon
description_color 可选的 字符串 可用时间:type = coupon
background_color 可选的 字符串 可用时间:type = coupon
button_background_color 可选的 字符串 可用时间:type = coupon
button_color 可选的 字符串 可用时间:type = coupon
live_counter
description 可选的 字符串 可用时间:type = live_counter
last_activity 可选的 字符串 可用时间:type = live_counter
url 可选的 字符串 可用时间:type = live_counter
url_new_tab 可选的 布尔值 可用时间:type = live_counter
display_minimum_activity 可选的 整数 可用时间:type = live_counter
description_color 可选的 字符串 可用时间:type = live_counter
background_color 可选的 字符串 可用时间:type = live_counter
number_background_color 可选的 字符串 可用时间:type = live_counter
number_color 可选的 字符串 可用时间:type = live_counter
pulse_background_color 可选的 字符串 可用时间:type = live_counter
email_collector
conversions
title 可选的 字符串 可用时间:type = conversions
description 可选的 字符串 可用时间:type = conversions
image 可选的 文件 可用时间:type = conversions
image_alt 可选的 字符串 可用时间:type = conversions
url 可选的 字符串 可用时间:type = conversions
display_time 可选的 布尔值 可用时间:type = conversions
url_new_tab 可选的 布尔值 可用时间:type = conversions
conversions_count 可选的 整数 可用时间:type = conversions
in_between_delay 可选的 整数 可用时间:type = conversions
order 可选的 字符串 可用时间:type = conversions
允许的值:random, descending
data_trigger_auto 可选的 布尔值 可用时间:type = conversions
data_trigger_auto_type[index] 可选的 数组 字符串 可用时间:type = conversions
允许的值:exact , contains , starts_with , ends_with
data_trigger_auto_value[index] 可选的 数组 字符串 可用时间:type = conversions
title_color 可选的 字符串 可用时间:type = conversions
description_color 可选的 字符串 可用时间:type = conversions
date_color 可选的 字符串 可用时间:type = conversions
background_color 可选的 字符串 可用时间:type = conversions
conversions counter
title 可选的 字符串 可用时间:type = conversions counter
last_activity 可选的 字符串 可用时间:type = conversions counter
url 可选的 字符串 可用时间:type = conversions counter
url_new_tab 可选的 布尔值 可用时间:type = conversions counter
display_minimum_activity 可选的 字符串 可用时间:type = conversions counter
title_color 可选的 字符串 可用时间:type = conversions counter
background_color 可选的 字符串 可用时间:type = conversions counter
number_background_color 可选的 字符串 可用时间:type = conversions counter
number_color 可选的 字符串 可用时间:type = conversions counter
data_trigger_auto 可选的 布尔值 可用时间:type = conversions counter
data_trigger_auto_type[index] 可选的 数组 字符串 可用时间:type = conversions
允许的值:exact , contains , starts_with , ends_with
data_trigger_auto_value[index] 可选的 数组 字符串 可用时间:type = conversions
video
title 可选的 字符串 可用时间:type = video
video 可选的 文件 可用时间:type = video
video_is_youtube 可选的 布尔值 可用时间:type = video
youtube_video_id 可选的 字符串 可用时间:type = video
video_autoplay 可选的 布尔值 可用时间:type = video
video_controls 可选的 布尔值 可用时间:type = video
video_loop 可选的 布尔值 可用时间:type = video
video_muted 可选的 布尔值 可用时间:type = video
button_url 可选的 字符串 可用时间:type = video
button_text 可选的 字符串 可用时间:type = video
url_new_tab 可选的 布尔值 可用时间:type = video
title_color 可选的 字符串 可用时间:type = video
background_color 可选的 字符串 可用时间:type = video
button_background_color 可选的 字符串 可用时间:type = video
button_color 可选的 字符串 可用时间:type = video
audio
title 可选的 字符串 可用时间:type = audio
audio 可选的 文件 可用时间:type = audio
audio_autoplay 可选的 布尔值 可用时间:type = audio
audio_controls 可选的 布尔值 可用时间:type = audio
audio_loop 可选的 布尔值 可用时间:type = audio
audio_muted 可选的 布尔值 可用时间:type = audio
button_url 可选的 字符串 可用时间:type = audio
button_text 可选的 字符串 可用时间:type = audio
url_new_tab 可选的 布尔值 可用时间:type = audio
title_color 可选的 字符串 可用时间:type = audio
background_color 可选的 字符串 可用时间:type = audio
button_background_color 可选的 字符串 可用时间:type = audio
button_color 可选的 字符串 可用时间:type = audio
social_share
reviews
url 可选的 字符串 可用时间:type = reviews
url_new_tab 可选的 布尔值 可用时间:type = reviews
reviews_count 可选的 missing_translation: api_documentation.integer 可用时间:type = reviews
in_between_delay 可选的 missing_translation: api_documentation.integer 可用时间:type = reviews
order 可选的 字符串 可用时间:type = reviews
title missing_translation: api_documentation.default 字符串 可用时间:type = reviews
description missing_translation: api_documentation.default 字符串 可用时间:type = reviews
image missing_translation: api_documentation.default 文件 可用时间:type = reviews
stars missing_translation: api_documentation.default missing_translation: api_documentation.integer 可用时间:type = reviews
title_color 可选的 字符串 可用时间:type = reviews
description_color 可选的 字符串 可用时间:type = reviews
background_color 可选的 字符串 可用时间:type = reviews
emoji_feedback
title 可选的 字符串 可用时间:type = emoji_feedback
thank_you_url 可选的 字符串 可用时间:type = emoji_feedback
show_angry 可选的 布尔值 可用时间:type = emoji_feedback
show_sad 可选的 布尔值 可用时间:type = emoji_feedback
show_neutral 可选的 布尔值 可用时间:type = emoji_feedback
show_happy 可选的 布尔值 可用时间:type = emoji_feedback
show_excited 可选的 布尔值 可用时间:type = emoji_feedback
title_color 可选的 字符串 可用时间:type = emoji_feedback
background_color 可选的 字符串 可用时间:type = emoji_feedback
cookie_notification
score_feedback
title 可选的 字符串 可用时间:type = score_feedback
description 可选的 字符串 可用时间:type = score_feedback
thank_you_url 可选的 字符串 可用时间:type = score_feedback
title_color 可选的 字符串 可用时间:type = score_feedback
description_color 可选的 字符串 可用时间:type = score_feedback
background_color 可选的 字符串 可用时间:type = score_feedback
button_background_color 可选的 字符串 可用时间:type = score_feedback
button_color 可选的 字符串 可用时间:type = score_feedback
request_collector
title 可选的 字符串 可用时间:type = request_collector
description 可选的 字符串 可用时间:type = request_collector
image 可选的 文件 可用时间:type = request_collector
image_alt 可选的 字符串 可用时间:type = request_collector
content_title 可选的 字符串 可用时间:type = request_collector
content_description 可选的 字符串 可用时间:type = request_collector
input_placeholder 可选的 字符串 可用时间:type = request_collector
button_text 可选的 字符串 可用时间:type = request_collector
show_agreement 可选的 布尔值 可用时间:type = request_collector
agreement_text 可选的 字符串 可用时间:type = request_collector
agreement_url 可选的 字符串 可用时间:type = request_collector
thank_you_url 可选的 字符串 可用时间:type = request_collector
title_color 可选的 字符串 可用时间:type = request_collector
description_color 可选的 字符串 可用时间:type = request_collector
content_title_color 可选的 字符串 可用时间:type = request_collector
content_description_color 可选的 字符串 可用时间:type = request_collector
background_color 可选的 字符串 可用时间:type = request_collector
button_background_color 可选的 字符串 可用时间:type = request_collector
button_color 可选的 字符串 可用时间:type = request_collector
countdown_collector
title 可选的 字符串 可用时间:type = countdown_collector
description 可选的 字符串 可用时间:type = countdown_collector
content_title 可选的 字符串 可用时间:type = countdown_collector
input_placeholder 可选的 字符串 可用时间:type = countdown_collector
button_text 可选的 字符串 可用时间:type = countdown_collector
countdown_end_date 可选的 字符串 可用时间:type = countdown_collector
show_agreement 可选的 布尔值 可用时间:type = countdown_collector
agreement_text 可选的 字符串 可用时间:type = countdown_collector
agreement_url 可选的 字符串 可用时间:type = countdown_collector
thank_you_url 可选的 字符串 可用时间:type = countdown_collector
title_color 可选的 字符串 可用时间:type = countdown_collector
description_color 可选的 字符串 可用时间:type = countdown_collector
content_title_color 可选的 字符串 可用时间:type = countdown_collector
time_color 可选的 字符串 可用时间:type = countdown_collector
time_background_color 可选的 字符串 可用时间:type = countdown_collector
background_color 可选的 字符串 可用时间:type = countdown_collector
button_background_color 可选的 字符串 可用时间:type = countdown_collector
button_color 可选的 字符串 可用时间:type = countdown_collector
custom_html
html 可选的 字符串 可用时间:type = custom_html
background_color 可选的 字符串 可用时间:type = custom_html
informational_bar
title 可选的 字符串 可用时间:type = informational_bar
description 可选的 字符串 可用时间:type = informational_bar
image 可选的 文件 可用时间:type = informational_bar
image_alt 可选的 浮动 可用时间:type = informational_bar
url 可选的 浮动 可用时间:type = informational_bar
url_new_tab 可选的 布尔值 可用时间:type = informational_bar
title_color 可选的 字符串 可用时间:type = informational_bar
description_color 可选的 字符串 可用时间:type = informational_bar
background_color 可选的 字符串 可用时间:type = informational_bar
informational_bar_mini
title 可选的 字符串 可用时间:type = informational_bar_mini
image 可选的 文件 可用时间:type = informational_bar_mini
image_alt 可选的 浮动 可用时间:type = informational_bar_mini
url 可选的 浮动 可用时间:type = informational_bar_mini
url_new_tab 可选的 布尔值 可用时间:type = informational_bar_mini
title_color 可选的 字符串 可用时间:type = informational_bar_mini
description_color 可选的 字符串 可用时间:type = informational_bar_mini
background_color 可选的 字符串 可用时间:type = informational_bar_mini
image
title 可选的 字符串 可用时间:type = image
image 可选的 文件 可用时间:type = image
image_alt 可选的 字符串 可用时间:type = image
button_url 可选的 字符串 可用时间:type = image
button_text 可选的 字符串 可用时间:type = image
title_color 可选的 字符串 可用时间:type = image
background_color 可选的 字符串 可用时间:type = image
button_background_color 可选的 字符串 可用时间:type = image
button_color 可选的 字符串 可用时间:type = image
collector_bar
title 可选的 字符串 可用时间:type = collector_bar
input_placeholder 可选的 字符串 可用时间:type = collector_bar
button_text 可选的 字符串 可用时间:type = collector_bar
show_agreement 可选的 布尔值 可用时间:type = collector_bar
agreement_text 可选的 字符串 可用时间:type = collector_bar
agreement_url 可选的 字符串 可用时间:type = collector_bar
thank_you_url 可选的 字符串 可用时间:type = collector_bar
title_color 可选的 字符串 可用时间:type = collector_bar
background_color 可选的 字符串 可用时间:type = collector_bar
button_background_color 可选的 字符串 可用时间:type = collector_bar
button_color 可选的 字符串 可用时间:type = collector_bar
coupon_bar
title 可选的 字符串 可用时间:type = coupon_bar
coupon_code 可选的 字符串 可用时间:type = coupon_bar
url 可选的 浮动 可用时间:type = coupon_bar
url_new_tab 可选的 布尔值 可用时间:type = coupon_bar
title_color 可选的 字符串 可用时间:type = coupon_bar
background_color 可选的 字符串 可用时间:type = coupon_bar
coupon_code_color 可选的 字符串 可用时间:type = coupon_bar
coupon_code_background_color 可选的 字符串 可用时间:type = coupon_bar
coupon_code_border_color 可选的 字符串 可用时间:type = coupon_bar
button_bar
title 可选的 字符串 可用时间:type = button_bar
button_text 可选的 字符串 可用时间:type = button_bar
url 可选的 字符串 可用时间:type = button_bar
url_new_tab 可选的 布尔值 可用时间:type = button_bar
title_color 可选的 字符串 可用时间:type = button_bar
background_color 可选的 字符串 可用时间:type = button_bar
button_color 可选的 字符串 可用时间:type = button_bar
button_background_color 可选的 字符串 可用时间:type = button_bar
collector_modal
title 可选的 字符串 可用时间:type = collector_modal
description 可选的 字符串 可用时间:type = collector_modal
image 可选的 文件 可用时间:type = collector_modal
image_alt 可选的 字符串 可用时间:type = collector_modal
input_placeholder 可选的 字符串 可用时间:type = collector_modal
button_text 可选的 字符串 可用时间:type = collector_modal
show_agreement 可选的 布尔值 可用时间:type = collector_modal
agreement_text 可选的 字符串 可用时间:type = collector_modal
agreement_url 可选的 字符串 可用时间:type = collector_modal
thank_you_url 可选的 字符串 可用时间:type = collector_modal
title_color 可选的 字符串 可用时间:type = collector_modal
description_color 可选的 字符串 可用时间:type = collector_modal
background_color 可选的 字符串 可用时间:type = collector_modal
button_background_color 可选的 字符串 可用时间:type = collector_modal
button_color 可选的 字符串 可用时间:type = collector_modal
collector_two_modal
title 可选的 字符串 可用时间:type = collector_two_modal
description 可选的 字符串 可用时间:type = collector_two_modal
image 可选的 文件 可用时间:type = collector_two_modal
image_alt 可选的 字符串 可用时间:type = collector_two_modal
input_placeholder 可选的 字符串 可用时间:type = collector_two_modal
button_text 可选的 字符串 可用时间:type = collector_two_modal
show_agreement 可选的 布尔值 可用时间:type = collector_two_modal
agreement_text 可选的 字符串 可用时间:type = collector_two_modal
agreement_url 可选的 字符串 可用时间:type = collector_two_modal
thank_you_url 可选的 字符串 可用时间:type = collector_two_modal
title_color 可选的 字符串 可用时间:type = collector_two_modal
description_color 可选的 字符串 可用时间:type = collector_two_modal
background_color 可选的 字符串 可用时间:type = collector_two_modal
button_background_color 可选的 字符串 可用时间:type = collector_two_modal
button_color 可选的 字符串 可用时间:type = collector_two_modal
button_modal
title 可选的 字符串 可用时间:type = button_modal
description 可选的 字符串 可用时间:type = button_modal
image 可选的 文件 可用时间:type = button_modal
image_alt 可选的 字符串 可用时间:type = button_modal
button_text 可选的 字符串 可用时间:type = button_modal
button_url 可选的 字符串 可用时间:type = button_modal
url_new_tab 可选的 布尔值 可用时间:type = button_modal
title_color 可选的 字符串 可用时间:type = button_modal
description_color 可选的 字符串 可用时间:type = button_modal
background_color 可选的 字符串 可用时间:type = button_modal
button_background_color 可选的 字符串 可用时间:type = button_modal
button_color 可选的 字符串 可用时间:type = button_modal
text_feedback
title 可选的 字符串 可用时间:type = text_feedback
description 可选的 字符串 可用时间:type = text_feedback
input_placeholder 可选的 字符串 可用时间:type = text_feedback
button_text 可选的 字符串 可用时间:type = text_feedback
thank_you_url 可选的 字符串 可用时间:type = text_feedback
title_color 可选的 字符串 可用时间:type = text_feedback
description_color 可选的 字符串 可用时间:type = text_feedback
background_color 可选的 字符串 可用时间:type = text_feedback
button_background_color 可选的 字符串 可用时间:type = text_feedback
button_color 可选的 字符串 可用时间:type = text_feedback
engagement_links
title_color 可选的 字符串 可用时间:type = text_feedback
categories_title_color 可选的 字符串 可用时间:type = text_feedback
categories_description_color 可选的 字符串 可用时间:type = text_feedback
categories_links_title_color 可选的 字符串 可用时间:type = text_feedback
categories_links_description_color 可选的 字符串 可用时间:type = text_feedback
categories_links_background_color 可选的 字符串 可用时间:type = text_feedback
categories_links_border_color 可选的 字符串 可用时间:type = text_feedback
background_color 可选的 字符串 可用时间:type = text_feedback
whatsapp_chat
title 可选的 字符串 可用时间:type = whatsapp_chat
agent_image 可选的 文件 可用时间:type = whatsapp_chat
agent_image_alt 可选的 字符串 可用时间:type = whatsapp_chat
agent_name 可选的 字符串 可用时间:type = whatsapp_chat
agent_description 可选的 字符串 可用时间:type = whatsapp_chat
agent_message 可选的 字符串 可用时间:type = whatsapp_chat
agent_phone_number 可选的 字符串 可用时间:type = whatsapp_chat
button_text 可选的 字符串 可用时间:type = whatsapp_chat
header_agent_name_color 可选的 字符串 可用时间:type = whatsapp_chat
header_agent_description_color 可选的 字符串 可用时间:type = whatsapp_chat
header_background_color 可选的 字符串 可用时间:type = whatsapp_chat
content_background_color 可选的 字符串 可用时间:type = whatsapp_chat
content_agent_name_color 可选的 字符串 可用时间:type = whatsapp_chat
content_agent_message_color 可选的 字符串 可用时间:type = whatsapp_chat
content_agent_message_background_color 可选的 字符串 可用时间:type = whatsapp_chat
footer_background_color 可选的 字符串 可用时间:type = whatsapp_chat
footer_button_background_color 可选的 字符串 可用时间:type = whatsapp_chat
footer_button_color 可选的 字符串 可用时间:type = whatsapp_chat
title_color 可选的 字符串 可用时间:type = whatsapp_chat
background_color 可选的 字符串 可用时间:type = whatsapp_chat
contact_us
title 可选的 字符串 可用时间:type = contact_us
description 可选的 字符串 可用时间:type = contact_us
contact_email 可选的 字符串 可用时间:type = contact_us
contact_phone_number 可选的 字符串 可用时间:type = contact_us
contact_whatsapp 可选的 字符串 可用时间:type = contact_us
contact_telegram 可选的 字符串 可用时间:type = contact_us
contact_facebook_messenger 可选的 字符串 可用时间:type = contact_us
title_color 可选的 字符串 可用时间:type = contact_us
description_color 可选的 字符串 可用时间:type = contact_us
background_color 可选的 字符串 可用时间:type = contact_us
curl --request POST \
--url 'https://notifyc.com/api/notifications/{notification_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=example' \
--form 'is_enabled=1'
{ "data": { "id": 1 } }
DELETE https://notifyc.com/api/notifications/{notification_id}
curl --request DELETE \
--url 'https://notifyc.com/api/notifications/{notification_id}' \
--header 'Authorization: Bearer {api_key}' \