productivity
Crisp MCP, CLI, and Lua Integration for AI Agents
Crisp integration docs for AI agents: MCP gateway setup, Crisp CLI commands, Lua API reference, credentials, and function schemas.Crisp for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Runtime Requirements
| Name | Type | Description |
|---|---|---|
runtime | dependency | |
runtime | dependency | |
runtime | dependency |
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
crisp.crisp_generate_bucket_url | Write write | 0 | Execute the official Crisp REST API method `generateBucketURL` from node-crisp-api. Official Crisp endpoint: POST /v1/bucket/url/generate. |
crisp.crisp_list_animation_medias | Read read | 0 | Execute the official Crisp REST API method `listAnimationMedias` from node-crisp-api. Official Crisp endpoint: GET /v1/media/animation/list/{pageNumber}. |
crisp.crisp_plan_subscription_list_all_active_subscriptions | Read read | 0 | Execute the official Crisp REST API method `listAllActiveSubscriptions` from node-crisp-api. Official Crisp endpoint: GET /v1/plans/subscription. |
crisp.crisp_get_plan_subscription_for_website | Read read | 0 | Execute the official Crisp REST API method `getPlanSubscriptionForWebsite` from node-crisp-api. Official Crisp endpoint: GET /v1/plans/subscription/{websiteID}. |
crisp.crisp_subscribe_website_to_plan | Write write | 0 | Execute the official Crisp REST API method `subscribeWebsiteToPlan` from node-crisp-api. Official Crisp endpoint: POST /v1/plans/subscription/{websiteID}. |
crisp.crisp_unsubscribe_plan_from_website | Write write | 0 | Execute the official Crisp REST API method `unsubscribePlanFromWebsite` from node-crisp-api. Official Crisp endpoint: DELETE /v1/plans/subscription/{websiteID}. |
crisp.crisp_change_bill_period_for_website_plan_subscription | Write write | 0 | Execute the official Crisp REST API method `changeBillPeriodForWebsitePlanSubscription` from node-crisp-api. Official Crisp endpoint: PATCH /v1/plans/subscription/{websiteID}/bill/period. |
crisp.crisp_check_coupon_availability_for_website_plan_subscription | Read read | 0 | Execute the official Crisp REST API method `checkCouponAvailabilityForWebsitePlanSubscription` from node-crisp-api. Official Crisp endpoint: GET /v1/plans/subscription/{websiteID}/coupon. |
crisp.crisp_redeem_coupon_for_website_plan_subscription | Write write | 0 | Execute the official Crisp REST API method `redeemCouponForWebsitePlanSubscription` from node-crisp-api. Official Crisp endpoint: PATCH /v1/plans/subscription/{websiteID}/coupon. |
crisp.crisp_get_connect_account | Read read | 0 | Execute the official Crisp REST API method `getConnectAccount` from node-crisp-api. Official Crisp endpoint: GET /v1/plugin/connect/account. |
crisp.crisp_check_connect_session_validity | Read read | 0 | Execute the official Crisp REST API method `checkConnectSessionValidity` from node-crisp-api. Official Crisp endpoint: HEAD /v1/plugin/connect/session. |
crisp.crisp_list_all_connect_websites | Read read | 0 | Execute the official Crisp REST API method `listAllConnectWebsites` from node-crisp-api. Official Crisp endpoint: GET /v1/plugin/connect/websites/all/{pageNumber}. |
crisp.crisp_list_connect_websites_since | Read read | 0 | Execute the official Crisp REST API method `listConnectWebsitesSince` from node-crisp-api. Official Crisp endpoint: GET /v1/plugin/connect/websites/since. |
crisp.crisp_get_connect_endpoints | Read read | 0 | Execute the official Crisp REST API method `getConnectEndpoints` from node-crisp-api. Official Crisp endpoint: GET /v1/plugin/connect/endpoints. |
crisp.crisp_plugin_subscription_list_all_active_subscriptions | Read read | 0 | Execute the official Crisp REST API method `listAllActiveSubscriptions` from node-crisp-api. Official Crisp endpoint: GET /v1/plugins/subscription. |
crisp.crisp_list_subscriptions_for_website | Read read | 0 | Execute the official Crisp REST API method `listSubscriptionsForWebsite` from node-crisp-api. Official Crisp endpoint: GET /v1/plugins/subscription/{websiteID}. |
crisp.crisp_get_subscription_details | Read read | 0 | Execute the official Crisp REST API method `getSubscriptionDetails` from node-crisp-api. Official Crisp endpoint: GET /v1/plugins/subscription/{websiteID}/{pluginID}. |
crisp.crisp_subscribe_website_to_plugin | Write write | 0 | Execute the official Crisp REST API method `subscribeWebsiteToPlugin` from node-crisp-api. Official Crisp endpoint: POST /v1/plugins/subscription/{websiteID}. |
crisp.crisp_unsubscribe_plugin_from_website | Write write | 0 | Execute the official Crisp REST API method `unsubscribePluginFromWebsite` from node-crisp-api. Official Crisp endpoint: DELETE /v1/plugins/subscription/{websiteID}/{pluginID}. |
crisp.crisp_get_subscription_settings | Read read | 0 | Execute the official Crisp REST API method `getSubscriptionSettings` from node-crisp-api. Official Crisp endpoint: GET /v1/plugins/subscription/{websiteID}/{pluginID}/settings. |
crisp.crisp_save_subscription_settings | Write write | 0 | Execute the official Crisp REST API method `saveSubscriptionSettings` from node-crisp-api. Official Crisp endpoint: PUT /v1/plugins/subscription/{websiteID}/{pluginID}/settings. |
crisp.crisp_update_subscription_settings | Write write | 0 | Execute the official Crisp REST API method `updateSubscriptionSettings` from node-crisp-api. Official Crisp endpoint: PATCH /v1/plugins/subscription/{websiteID}/{pluginID}/settings. |
crisp.crisp_get_plugin_usage_bills | Read read | 0 | Execute the official Crisp REST API method `getPluginUsageBills` from node-crisp-api. Official Crisp endpoint: GET /v1/plugins/subscription/{websiteID}/{pluginID}/bill/usage. |
crisp.crisp_report_plugin_usage_to_bill | Write write | 0 | Execute the official Crisp REST API method `reportPluginUsageToBill` from node-crisp-api. Official Crisp endpoint: POST /v1/plugins/subscription/{websiteID}/{pluginID}/bill/usage. |
crisp.crisp_get_plugin_attest_provenance | Read read | 0 | Execute the official Crisp REST API method `getPluginAttestProvenance` from node-crisp-api. Official Crisp endpoint: GET /v1/plugins/subscription/{websiteID}/{pluginID}/attest/provenance. |
crisp.crisp_forward_plugin_payload_to_channel | Write write | 0 | Execute the official Crisp REST API method `forwardPluginPayloadToChannel` from node-crisp-api. Official Crisp endpoint: POST /v1/plugins/subscription/{websiteID}/{pluginID}/channel. |
crisp.crisp_dispatch_plugin_event | Write write | 0 | Execute the official Crisp REST API method `dispatchPluginEvent` from node-crisp-api. Official Crisp endpoint: POST /v1/plugins/subscription/{websiteID}/{pluginID}/event. |
crisp.crisp_generate_analytics | Write write | 0 | Execute the official Crisp REST API method `generateAnalytics` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/analytics/generate. |
crisp.crisp_get_website_availability_status | Read read | 0 | Execute the official Crisp REST API method `getWebsiteAvailabilityStatus` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/availability/status. |
crisp.crisp_list_website_operator_availabilities | Read read | 0 | Execute the official Crisp REST API method `listWebsiteOperatorAvailabilities` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/availability/operators. |
crisp.crisp_check_website_exists | Read read | 0 | Execute the official Crisp REST API method `checkWebsiteExists` from node-crisp-api. Official Crisp endpoint: HEAD /v1/website. |
crisp.crisp_create_website | Write write | 0 | Execute the official Crisp REST API method `createWebsite` from node-crisp-api. Official Crisp endpoint: POST /v1/website. |
crisp.crisp_get_website | Read read | 0 | Execute the official Crisp REST API method `getWebsite` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}. |
crisp.crisp_delete_website | Write write | 0 | Execute the official Crisp REST API method `deleteWebsite` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}. |
crisp.crisp_abort_website_deletion | Write write | 0 | Execute the official Crisp REST API method `abortWebsiteDeletion` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/expunge. |
crisp.crisp_batch_resolve_conversations | Write write | 0 | Execute the official Crisp REST API method `batchResolveConversations` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/batch/resolve. |
crisp.crisp_batch_read_conversations | Write write | 0 | Execute the official Crisp REST API method `batchReadConversations` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/batch/read. |
crisp.crisp_batch_remove_conversations | Write write | 0 | Execute the official Crisp REST API method `batchRemoveConversations` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/batch/remove. |
crisp.crisp_batch_remove_people | Write write | 0 | Execute the official Crisp REST API method `batchRemovePeople` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/batch/remove. |
crisp.crisp_list_campaigns | Read read | 0 | Execute the official Crisp REST API method `listCampaigns` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/campaigns/list/{pageNumber}. |
crisp.crisp_list_campaign_tags | Read read | 0 | Execute the official Crisp REST API method `listCampaignTags` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/campaigns/tags. |
crisp.crisp_list_campaign_templates | Read read | 0 | Execute the official Crisp REST API method `listCampaignTemplates` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/campaigns/templates/{pageNumber}. |
crisp.crisp_create_new_campaign_template | Write write | 0 | Execute the official Crisp REST API method `createNewCampaignTemplate` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/campaigns/template. |
crisp.crisp_check_campaign_template_exists | Read read | 0 | Execute the official Crisp REST API method `checkCampaignTemplateExists` from node-crisp-api. Official Crisp endpoint: HEAD /v1/website/{websiteID}/campaigns/template/{templateID}. |
crisp.crisp_get_campaign_template | Read read | 0 | Execute the official Crisp REST API method `getCampaignTemplate` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/campaigns/template/{templateID}. |
crisp.crisp_save_campaign_template | Write write | 0 | Execute the official Crisp REST API method `saveCampaignTemplate` from node-crisp-api. Official Crisp endpoint: PUT /v1/website/{websiteID}/campaigns/template/{templateID}. |
crisp.crisp_update_campaign_template | Write write | 0 | Execute the official Crisp REST API method `updateCampaignTemplate` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/campaigns/template/{templateID}. |
crisp.crisp_remove_campaign_template | Write write | 0 | Execute the official Crisp REST API method `removeCampaignTemplate` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/campaigns/template/{templateID}. |
crisp.crisp_create_new_campaign | Write write | 0 | Execute the official Crisp REST API method `createNewCampaign` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/campaign. |
crisp.crisp_check_campaign_exists | Read read | 0 | Execute the official Crisp REST API method `checkCampaignExists` from node-crisp-api. Official Crisp endpoint: HEAD /v1/website/{websiteID}/campaign/{campaignID}. |
crisp.crisp_get_campaign | Read read | 0 | Execute the official Crisp REST API method `getCampaign` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/campaign/{campaignID}. |
crisp.crisp_save_campaign | Write write | 0 | Execute the official Crisp REST API method `saveCampaign` from node-crisp-api. Official Crisp endpoint: PUT /v1/website/{websiteID}/campaign/{campaignID}. |
crisp.crisp_update_campaign | Write write | 0 | Execute the official Crisp REST API method `updateCampaign` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/campaign/{campaignID}. |
crisp.crisp_remove_campaign | Write write | 0 | Execute the official Crisp REST API method `removeCampaign` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/campaign/{campaignID}. |
crisp.crisp_dispatch_campaign | Write write | 0 | Execute the official Crisp REST API method `dispatchCampaign` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/campaign/{campaignID}/dispatch. |
crisp.crisp_resume_campaign | Write write | 0 | Execute the official Crisp REST API method `resumeCampaign` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/campaign/{campaignID}/resume. |
crisp.crisp_pause_campaign | Write write | 0 | Execute the official Crisp REST API method `pauseCampaign` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/campaign/{campaignID}/pause. |
crisp.crisp_test_campaign | Write write | 0 | Execute the official Crisp REST API method `testCampaign` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/campaign/{campaignID}/test. |
crisp.crisp_list_campaign_recipients | Read read | 0 | Execute the official Crisp REST API method `listCampaignRecipients` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/campaign/{campaignID}/recipients/{pageNumber}. |
crisp.crisp_list_campaign_statistics | Read read | 0 | Execute the official Crisp REST API method `listCampaignStatistics` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/campaign/{campaignID}/statistics/{action}/{pageNumber}. |
crisp.crisp_list_conversations | Read read | 0 | Execute the official Crisp REST API method `listConversations` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversations/{pageNumber}. |
crisp.crisp_list_suggested_conversation_segments | Read read | 0 | Execute the official Crisp REST API method `listSuggestedConversationSegments` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversations/suggest/segments/{pageNumber}. |
crisp.crisp_delete_suggested_conversation_segment | Write write | 0 | Execute the official Crisp REST API method `deleteSuggestedConversationSegment` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/conversations/suggest/segment. |
crisp.crisp_list_suggested_conversation_data_keys | Read read | 0 | Execute the official Crisp REST API method `listSuggestedConversationDataKeys` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversations/suggest/data/{pageNumber}. |
crisp.crisp_delete_suggested_conversation_data_key | Write write | 0 | Execute the official Crisp REST API method `deleteSuggestedConversationDataKey` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/conversations/suggest/data. |
crisp.crisp_list_spam_conversations | Read read | 0 | Execute the official Crisp REST API method `listSpamConversations` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversations/spams/{pageNumber}. |
crisp.crisp_resolve_spam_conversation_content | Read read | 0 | Execute the official Crisp REST API method `resolveSpamConversationContent` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversations/spam/{spamID}/content. |
crisp.crisp_submit_spam_conversation_decision | Write write | 0 | Execute the official Crisp REST API method `submitSpamConversationDecision` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/conversations/spam/{spamID}/decision. |
crisp.crisp_create_new_conversation | Write write | 0 | Execute the official Crisp REST API method `createNewConversation` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/conversation. |
crisp.crisp_check_conversation_exists | Read read | 0 | Execute the official Crisp REST API method `checkConversationExists` from node-crisp-api. Official Crisp endpoint: HEAD /v1/website/{websiteID}/conversation/{sessionID}. |
crisp.crisp_get_conversation | Read read | 0 | Execute the official Crisp REST API method `getConversation` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversation/{sessionID}. |
crisp.crisp_remove_conversation | Write write | 0 | Execute the official Crisp REST API method `removeConversation` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/conversation/{sessionID}. |
crisp.crisp_initiate_conversation_with_existing_session | Write write | 0 | Execute the official Crisp REST API method `initiateConversationWithExistingSession` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/conversation/{sessionID}/initiate. |
crisp.crisp_get_messages_in_conversation | Read read | 0 | Execute the official Crisp REST API method `getMessagesInConversation` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversation/{sessionID}/messages. |
crisp.crisp_send_message_in_conversation | Write write | 0 | Execute the official Crisp REST API method `sendMessageInConversation` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/conversation/{sessionID}/message. |
crisp.crisp_get_message_in_conversation | Read read | 0 | Execute the official Crisp REST API method `getMessageInConversation` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversation/{sessionID}/message/{fingerprint}. |
crisp.crisp_update_message_in_conversation | Write write | 0 | Execute the official Crisp REST API method `updateMessageInConversation` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/conversation/{sessionID}/message/{fingerprint}. |
crisp.crisp_remove_message_in_conversation | Write write | 0 | Execute the official Crisp REST API method `removeMessageInConversation` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/conversation/{sessionID}/message/{fingerprint}. |
crisp.crisp_compose_message_in_conversation | Write write | 0 | Execute the official Crisp REST API method `composeMessageInConversation` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/conversation/{sessionID}/compose. |
crisp.crisp_mark_messages_read_in_conversation | Write write | 0 | Execute the official Crisp REST API method `markMessagesReadInConversation` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/conversation/{sessionID}/read. |
crisp.crisp_mark_conversation_as_unread | Write write | 0 | Execute the official Crisp REST API method `markConversationAsUnread` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/conversation/{sessionID}/unread. |
crisp.crisp_mark_messages_delivered_in_conversation | Write write | 0 | Execute the official Crisp REST API method `markMessagesDeliveredInConversation` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/conversation/{sessionID}/delivered. |
crisp.crisp_update_conversation_open_state | Write write | 0 | Execute the official Crisp REST API method `updateConversationOpenState` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/conversation/{sessionID}/open. |
crisp.crisp_get_conversation_routing_assign | Read read | 0 | Execute the official Crisp REST API method `getConversationRoutingAssign` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversation/{sessionID}/routing. |
crisp.crisp_assign_conversation_routing | Write write | 0 | Execute the official Crisp REST API method `assignConversationRouting` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/conversation/{sessionID}/routing. |
crisp.crisp_update_conversation_inbox | Write write | 0 | Execute the official Crisp REST API method `updateConversationInbox` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/conversation/{sessionID}/inbox. |
crisp.crisp_get_conversation_metas | Read read | 0 | Execute the official Crisp REST API method `getConversationMetas` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversation/{sessionID}/meta. |
crisp.crisp_update_conversation_metas | Write write | 0 | Execute the official Crisp REST API method `updateConversationMetas` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/conversation/{sessionID}/meta. |
crisp.crisp_get_original_message_in_conversation | Read read | 0 | Execute the official Crisp REST API method `getOriginalMessageInConversation` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversation/{sessionID}/original/{originalID}. |
crisp.crisp_list_conversation_pages | Read read | 0 | Execute the official Crisp REST API method `listConversationPages` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversation/{sessionID}/pages/{pageNumber}. |
crisp.crisp_list_conversation_events | Read read | 0 | Execute the official Crisp REST API method `listConversationEvents` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversation/{sessionID}/events/{pageNumber}. |
crisp.crisp_list_conversation_files | Read read | 0 | Execute the official Crisp REST API method `listConversationFiles` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversation/{sessionID}/files/{pageNumber}. |
crisp.crisp_get_conversation_state | Read read | 0 | Execute the official Crisp REST API method `getConversationState` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversation/{sessionID}/state. |
crisp.crisp_change_conversation_state | Write write | 0 | Execute the official Crisp REST API method `changeConversationState` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/conversation/{sessionID}/state. |
crisp.crisp_get_conversation_relations | Read read | 0 | Execute the official Crisp REST API method `getConversationRelations` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversation/{sessionID}/relations. |
crisp.crisp_get_conversation_participants | Read read | 0 | Execute the official Crisp REST API method `getConversationParticipants` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversation/{sessionID}/participants. |
crisp.crisp_save_conversation_participants | Write write | 0 | Execute the official Crisp REST API method `saveConversationParticipants` from node-crisp-api. Official Crisp endpoint: PUT /v1/website/{websiteID}/conversation/{sessionID}/participants. |
crisp.crisp_get_block_status_for_conversation | Read read | 0 | Execute the official Crisp REST API method `getBlockStatusForConversation` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversation/{sessionID}/block. |
crisp.crisp_block_incoming_messages_for_conversation | Write write | 0 | Execute the official Crisp REST API method `blockIncomingMessagesForConversation` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/conversation/{sessionID}/block. |
crisp.crisp_get_verify_status_for_conversation | Read read | 0 | Execute the official Crisp REST API method `getVerifyStatusForConversation` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversation/{sessionID}/verify. |
crisp.crisp_update_verify_status_for_conversation | Write write | 0 | Execute the official Crisp REST API method `updateVerifyStatusForConversation` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/conversation/{sessionID}/verify. |
crisp.crisp_request_identity_verification_for_conversation | Write write | 0 | Execute the official Crisp REST API method `requestIdentityVerificationForConversation` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/conversation/{sessionID}/verify/identity. |
crisp.crisp_redeem_identity_verification_link_for_conversation | Write write | 0 | Execute the official Crisp REST API method `redeemIdentityVerificationLinkForConversation` from node-crisp-api. Official Crisp endpoint: PUT /v1/website/{websiteID}/conversation/{sessionID}/verify/identity/link. |
crisp.crisp_request_email_transcript_for_conversation | Write write | 0 | Execute the official Crisp REST API method `requestEmailTranscriptForConversation` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/conversation/{sessionID}/transcript. |
crisp.crisp_request_chatbox_binding_purge_for_conversation | Write write | 0 | Execute the official Crisp REST API method `requestChatboxBindingPurgeForConversation` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/conversation/{sessionID}/purge. |
crisp.crisp_request_user_feedback_for_conversation | Write write | 0 | Execute the official Crisp REST API method `requestUserFeedbackForConversation` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/conversation/{sessionID}/feedback. |
crisp.crisp_list_browsing_sessions_for_conversation | Read read | 0 | Execute the official Crisp REST API method `listBrowsingSessionsForConversation` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversation/{sessionID}/browsing. |
crisp.crisp_initiate_browsing_session_for_conversation | Write write | 0 | Execute the official Crisp REST API method `initiateBrowsingSessionForConversation` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/conversation/{sessionID}/browsing. |
crisp.crisp_send_action_to_existing_browsing_session | Write write | 0 | Execute the official Crisp REST API method `sendActionToExistingBrowsingSession` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/conversation/{sessionID}/browsing/{browsingID}. |
crisp.crisp_assist_existing_browsing_session | Write write | 0 | Execute the official Crisp REST API method `assistExistingBrowsingSession` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/conversation/{sessionID}/browsing/{browsingID}/assist. |
crisp.crisp_initiate_new_call_session_for_conversation | Write write | 0 | Execute the official Crisp REST API method `initiateNewCallSessionForConversation` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/conversation/{sessionID}/call. |
crisp.crisp_get_ongoing_call_session_for_conversation | Read read | 0 | Execute the official Crisp REST API method `getOngoingCallSessionForConversation` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/conversation/{sessionID}/call. |
crisp.crisp_abort_ongoing_call_session_for_conversation | Write write | 0 | Execute the official Crisp REST API method `abortOngoingCallSessionForConversation` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/conversation/{sessionID}/call/{callID}. |
crisp.crisp_transmit_signaling_on_ongoing_call_session | Write write | 0 | Execute the official Crisp REST API method `transmitSignalingOnOngoingCallSession` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/conversation/{sessionID}/call/{callID}. |
crisp.crisp_deliver_widget_button_action_for_conversation | Write write | 0 | Execute the official Crisp REST API method `deliverWidgetButtonActionForConversation` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/conversation/{sessionID}/widget/{pluginID}/button. |
crisp.crisp_deliver_widget_data_fetch_action_for_conversation | Write write | 0 | Execute the official Crisp REST API method `deliverWidgetDataFetchActionForConversation` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/conversation/{sessionID}/widget/{pluginID}/data. |
crisp.crisp_deliver_widget_data_edit_action_for_conversation | Write write | 0 | Execute the official Crisp REST API method `deliverWidgetDataEditActionForConversation` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/conversation/{sessionID}/widget/{pluginID}/data. |
crisp.crisp_schedule_reminder_for_conversation | Write write | 0 | Execute the official Crisp REST API method `scheduleReminderForConversation` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/conversation/{sessionID}/reminder. |
crisp.crisp_report_conversation | Write write | 0 | Execute the official Crisp REST API method `reportConversation` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/conversation/{sessionID}/report. |
crisp.crisp_check_helpdesk_exists | Read read | 0 | Execute the official Crisp REST API method `checkHelpdeskExists` from node-crisp-api. Official Crisp endpoint: HEAD /v1/website/{websiteID}/helpdesk. |
crisp.crisp_resolve_helpdesk | Read read | 0 | Execute the official Crisp REST API method `resolveHelpdesk` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk. |
crisp.crisp_initialize_helpdesk | Write write | 0 | Execute the official Crisp REST API method `initializeHelpdesk` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/helpdesk. |
crisp.crisp_delete_helpdesk | Write write | 0 | Execute the official Crisp REST API method `deleteHelpdesk` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/helpdesk. |
crisp.crisp_list_helpdesk_locales | Read read | 0 | Execute the official Crisp REST API method `listHelpdeskLocales` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk/locales/{pageNumber}. |
crisp.crisp_add_helpdesk_locale | Write write | 0 | Execute the official Crisp REST API method `addHelpdeskLocale` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/helpdesk/locale. |
crisp.crisp_check_helpdesk_locale_exists | Read read | 0 | Execute the official Crisp REST API method `checkHelpdeskLocaleExists` from node-crisp-api. Official Crisp endpoint: HEAD /v1/website/{websiteID}/helpdesk/locale/{locale}. |
crisp.crisp_resolve_helpdesk_locale | Read read | 0 | Execute the official Crisp REST API method `resolveHelpdeskLocale` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk/locale/{locale}. |
crisp.crisp_delete_helpdesk_locale | Write write | 0 | Execute the official Crisp REST API method `deleteHelpdeskLocale` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/helpdesk/locale/{locale}. |
crisp.crisp_list_helpdesk_locale_articles | Read read | 0 | Execute the official Crisp REST API method `listHelpdeskLocaleArticles` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk/locale/{locale}/articles/{pageNumber}. |
crisp.crisp_add_new_helpdesk_locale_article | Write write | 0 | Execute the official Crisp REST API method `addNewHelpdeskLocaleArticle` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/helpdesk/locale/{locale}/article. |
crisp.crisp_check_helpdesk_locale_article_exists | Read read | 0 | Execute the official Crisp REST API method `checkHelpdeskLocaleArticleExists` from node-crisp-api. Official Crisp endpoint: HEAD /v1/website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}. |
crisp.crisp_resolve_helpdesk_locale_article | Read read | 0 | Execute the official Crisp REST API method `resolveHelpdeskLocaleArticle` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}. |
crisp.crisp_save_helpdesk_locale_article | Write write | 0 | Execute the official Crisp REST API method `saveHelpdeskLocaleArticle` from node-crisp-api. Official Crisp endpoint: PUT /v1/website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}. |
crisp.crisp_update_helpdesk_locale_article | Write write | 0 | Execute the official Crisp REST API method `updateHelpdeskLocaleArticle` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}. |
crisp.crisp_delete_helpdesk_locale_article | Write write | 0 | Execute the official Crisp REST API method `deleteHelpdeskLocaleArticle` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}. |
crisp.crisp_resolve_helpdesk_locale_article_page | Read read | 0 | Execute the official Crisp REST API method `resolveHelpdeskLocaleArticlePage` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/page. |
crisp.crisp_resolve_helpdesk_locale_article_category | Read read | 0 | Execute the official Crisp REST API method `resolveHelpdeskLocaleArticleCategory` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/category. |
crisp.crisp_update_helpdesk_locale_article_category | Write write | 0 | Execute the official Crisp REST API method `updateHelpdeskLocaleArticleCategory` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/category. |
crisp.crisp_list_helpdesk_locale_article_alternates | Read read | 0 | Execute the official Crisp REST API method `listHelpdeskLocaleArticleAlternates` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/alternates. |
crisp.crisp_check_helpdesk_locale_article_alternate_exists | Read read | 0 | Execute the official Crisp REST API method `checkHelpdeskLocaleArticleAlternateExists` from node-crisp-api. Official Crisp endpoint: HEAD /v1/website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/alternate/{localeLinked}. |
crisp.crisp_resolve_helpdesk_locale_article_alternate | Read read | 0 | Execute the official Crisp REST API method `resolveHelpdeskLocaleArticleAlternate` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/alternate/{localeLinked}. |
crisp.crisp_save_helpdesk_locale_article_alternate | Write write | 0 | Execute the official Crisp REST API method `saveHelpdeskLocaleArticleAlternate` from node-crisp-api. Official Crisp endpoint: PUT /v1/website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/alternate/{localeLinked}. |
crisp.crisp_delete_helpdesk_locale_article_alternate | Write write | 0 | Execute the official Crisp REST API method `deleteHelpdeskLocaleArticleAlternate` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/alternate/{localeLinked}. |
crisp.crisp_publish_helpdesk_locale_article | Write write | 0 | Execute the official Crisp REST API method `publishHelpdeskLocaleArticle` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/publish. |
crisp.crisp_unpublish_helpdesk_locale_article | Write write | 0 | Execute the official Crisp REST API method `unpublishHelpdeskLocaleArticle` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/unpublish. |
crisp.crisp_list_helpdesk_locale_categories | Read read | 0 | Execute the official Crisp REST API method `listHelpdeskLocaleCategories` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk/locale/{locale}/categories/{pageNumber}. |
crisp.crisp_add_helpdesk_locale_category | Write write | 0 | Execute the official Crisp REST API method `addHelpdeskLocaleCategory` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/helpdesk/locale/{locale}/category. |
crisp.crisp_check_helpdesk_locale_category_exists | Read read | 0 | Execute the official Crisp REST API method `checkHelpdeskLocaleCategoryExists` from node-crisp-api. Official Crisp endpoint: HEAD /v1/website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}. |
crisp.crisp_resolve_helpdesk_locale_category | Read read | 0 | Execute the official Crisp REST API method `resolveHelpdeskLocaleCategory` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}. |
crisp.crisp_save_helpdesk_locale_category | Write write | 0 | Execute the official Crisp REST API method `saveHelpdeskLocaleCategory` from node-crisp-api. Official Crisp endpoint: PUT /v1/website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}. |
crisp.crisp_update_helpdesk_locale_category | Write write | 0 | Execute the official Crisp REST API method `updateHelpdeskLocaleCategory` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}. |
crisp.crisp_delete_helpdesk_locale_category | Write write | 0 | Execute the official Crisp REST API method `deleteHelpdeskLocaleCategory` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}. |
crisp.crisp_list_helpdesk_locale_sections | Read read | 0 | Execute the official Crisp REST API method `listHelpdeskLocaleSections` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}/sections/{pageNumber}. |
crisp.crisp_add_helpdesk_locale_section | Write write | 0 | Execute the official Crisp REST API method `addHelpdeskLocaleSection` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}/section. |
crisp.crisp_check_helpdesk_locale_section_exists | Read read | 0 | Execute the official Crisp REST API method `checkHelpdeskLocaleSectionExists` from node-crisp-api. Official Crisp endpoint: HEAD /v1/website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}/section/{sectionId}. |
crisp.crisp_resolve_helpdesk_locale_section | Read read | 0 | Execute the official Crisp REST API method `resolveHelpdeskLocaleSection` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}/section/{sectionId}. |
crisp.crisp_save_helpdesk_locale_section | Write write | 0 | Execute the official Crisp REST API method `saveHelpdeskLocaleSection` from node-crisp-api. Official Crisp endpoint: PUT /v1/website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}/section/{sectionId}. |
crisp.crisp_update_helpdesk_locale_section | Write write | 0 | Execute the official Crisp REST API method `updateHelpdeskLocaleSection` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}/section/{sectionId}. |
crisp.crisp_delete_helpdesk_locale_section | Write write | 0 | Execute the official Crisp REST API method `deleteHelpdeskLocaleSection` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}/section/{sectionId}. |
crisp.crisp_map_helpdesk_locale_feedback_ratings | Read read | 0 | Execute the official Crisp REST API method `mapHelpdeskLocaleFeedbackRatings` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk/locale/{locale}/feedback/ratings. |
crisp.crisp_list_helpdesk_locale_feedbacks | Read read | 0 | Execute the official Crisp REST API method `listHelpdeskLocaleFeedbacks` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk/locale/{locale}/feedback/list/{pageNumber}. |
crisp.crisp_import_external_helpdesk_to_locale | Write write | 0 | Execute the official Crisp REST API method `importExternalHelpdeskToLocale` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/helpdesk/locale/{locale}/import. |
crisp.crisp_export_helpdesk_locale_articles | Write write | 0 | Execute the official Crisp REST API method `exportHelpdeskLocaleArticles` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/helpdesk/locale/{locale}/export. |
crisp.crisp_list_helpdesk_redirections | Read read | 0 | Execute the official Crisp REST API method `listHelpdeskRedirections` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk/redirections/{pageNumber}. |
crisp.crisp_add_helpdesk_redirection | Write write | 0 | Execute the official Crisp REST API method `addHelpdeskRedirection` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/helpdesk/redirection. |
crisp.crisp_check_helpdesk_redirection_exists | Read read | 0 | Execute the official Crisp REST API method `checkHelpdeskRedirectionExists` from node-crisp-api. Official Crisp endpoint: HEAD /v1/website/{websiteID}/helpdesk/redirection/{redirectionId}. |
crisp.crisp_resolve_helpdesk_redirection | Read read | 0 | Execute the official Crisp REST API method `resolveHelpdeskRedirection` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk/redirection/{redirectionId}. |
crisp.crisp_delete_helpdesk_redirection | Write write | 0 | Execute the official Crisp REST API method `deleteHelpdeskRedirection` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/helpdesk/redirection/{redirectionId}. |
crisp.crisp_resolve_helpdesk_settings | Read read | 0 | Execute the official Crisp REST API method `resolveHelpdeskSettings` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk/settings. |
crisp.crisp_save_helpdesk_settings | Write write | 0 | Execute the official Crisp REST API method `saveHelpdeskSettings` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/helpdesk/settings. |
crisp.crisp_resolve_helpdesk_domain | Read read | 0 | Execute the official Crisp REST API method `resolveHelpdeskDomain` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk/domain. |
crisp.crisp_request_helpdesk_domain_change | Write write | 0 | Execute the official Crisp REST API method `requestHelpdeskDomainChange` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/helpdesk/domain. |
crisp.crisp_generate_helpdesk_domain_setup_flow | Read read | 0 | Execute the official Crisp REST API method `generateHelpdeskDomainSetupFlow` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/helpdesk/domain/setup. |
crisp.crisp_list_inboxes | Read read | 0 | Execute the official Crisp REST API method `listInboxes` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/inboxes/list/{pageNumber}. |
crisp.crisp_batch_order_inboxes | Write write | 0 | Execute the official Crisp REST API method `batchOrderInboxes` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/inboxes/batch/order. |
crisp.crisp_create_new_inbox | Write write | 0 | Execute the official Crisp REST API method `createNewInbox` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/inbox. |
crisp.crisp_check_inbox_exists | Read read | 0 | Execute the official Crisp REST API method `checkInboxExists` from node-crisp-api. Official Crisp endpoint: HEAD /v1/website/{websiteID}/inbox/{inboxID}. |
crisp.crisp_get_inbox | Read read | 0 | Execute the official Crisp REST API method `getInbox` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/inbox/{inboxID}. |
crisp.crisp_save_inbox | Write write | 0 | Execute the official Crisp REST API method `saveInbox` from node-crisp-api. Official Crisp endpoint: PUT /v1/website/{websiteID}/inbox/{inboxID}. |
crisp.crisp_delete_inbox | Write write | 0 | Execute the official Crisp REST API method `deleteInbox` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/inbox/{inboxID}. |
crisp.crisp_list_website_operators | Read read | 0 | Execute the official Crisp REST API method `listWebsiteOperators` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/operators/list. |
crisp.crisp_list_last_active_website_operators | Read read | 0 | Execute the official Crisp REST API method `listLastActiveWebsiteOperators` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/operators/active. |
crisp.crisp_flush_last_active_website_operators | Write write | 0 | Execute the official Crisp REST API method `flushLastActiveWebsiteOperators` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/operators/active. |
crisp.crisp_send_email_to_website_operators | Write write | 0 | Execute the official Crisp REST API method `sendEmailToWebsiteOperators` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/operators/email. |
crisp.crisp_get_website_operator | Read read | 0 | Execute the official Crisp REST API method `getWebsiteOperator` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/operator/{userID}. |
crisp.crisp_invite_website_operator | Write write | 0 | Execute the official Crisp REST API method `inviteWebsiteOperator` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/operator. |
crisp.crisp_change_operator_membership | Write write | 0 | Execute the official Crisp REST API method `changeOperatorMembership` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/operator/{userID}. |
crisp.crisp_unlink_operator_from_website | Write write | 0 | Execute the official Crisp REST API method `unlinkOperatorFromWebsite` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/operator/{userID}. |
crisp.crisp_get_people_statistics | Read read | 0 | Execute the official Crisp REST API method `getPeopleStatistics` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/people/stats. |
crisp.crisp_list_suggested_people_segments | Read read | 0 | Execute the official Crisp REST API method `listSuggestedPeopleSegments` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/people/suggest/segments/{pageNumber}. |
crisp.crisp_delete_suggested_people_segment | Write write | 0 | Execute the official Crisp REST API method `deleteSuggestedPeopleSegment` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/people/suggest/segment. |
crisp.crisp_list_suggested_people_data_keys | Read read | 0 | Execute the official Crisp REST API method `listSuggestedPeopleDataKeys` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/people/suggest/data/{pageNumber}. |
crisp.crisp_delete_suggested_people_data_key | Write write | 0 | Execute the official Crisp REST API method `deleteSuggestedPeopleDataKey` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/people/suggest/data. |
crisp.crisp_list_suggested_people_events | Read read | 0 | Execute the official Crisp REST API method `listSuggestedPeopleEvents` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/people/suggest/events/{pageNumber}. |
crisp.crisp_delete_suggested_people_event | Write write | 0 | Execute the official Crisp REST API method `deleteSuggestedPeopleEvent` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/people/suggest/event. |
crisp.crisp_list_people_profiles | Read read | 0 | Execute the official Crisp REST API method `listPeopleProfiles` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/people/profiles/{pageNumber}. |
crisp.crisp_add_new_people_profile | Write write | 0 | Execute the official Crisp REST API method `addNewPeopleProfile` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/people/profile. |
crisp.crisp_check_people_profile_exists | Read read | 0 | Execute the official Crisp REST API method `checkPeopleProfileExists` from node-crisp-api. Official Crisp endpoint: HEAD /v1/website/{websiteID}/people/profile/{peopleID}. |
crisp.crisp_get_people_profile | Read read | 0 | Execute the official Crisp REST API method `getPeopleProfile` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/people/profile/{peopleID}. |
crisp.crisp_save_people_profile | Write write | 0 | Execute the official Crisp REST API method `savePeopleProfile` from node-crisp-api. Official Crisp endpoint: PUT /v1/website/{websiteID}/people/profile/{peopleID}. |
crisp.crisp_update_people_profile | Write write | 0 | Execute the official Crisp REST API method `updatePeopleProfile` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/people/profile/{peopleID}. |
crisp.crisp_remove_people_profile | Write write | 0 | Execute the official Crisp REST API method `removePeopleProfile` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/people/profile/{peopleID}. |
crisp.crisp_list_people_conversations | Read read | 0 | Execute the official Crisp REST API method `listPeopleConversations` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/people/conversations/{peopleID}/list/{pageNumber}. |
crisp.crisp_list_people_campaigns | Read read | 0 | Execute the official Crisp REST API method `listPeopleCampaigns` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/people/campaigns/{peopleID}/list/{pageNumber}. |
crisp.crisp_add_people_event | Write write | 0 | Execute the official Crisp REST API method `addPeopleEvent` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/people/events/{peopleID}. |
crisp.crisp_list_people_events | Read read | 0 | Execute the official Crisp REST API method `listPeopleEvents` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/people/events/{peopleID}/list/{pageNumber}. |
crisp.crisp_get_people_data | Read read | 0 | Execute the official Crisp REST API method `getPeopleData` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/people/data/{peopleID}. |
crisp.crisp_save_people_data | Write write | 0 | Execute the official Crisp REST API method `savePeopleData` from node-crisp-api. Official Crisp endpoint: PUT /v1/website/{websiteID}/people/data/{peopleID}. |
crisp.crisp_update_people_data | Write write | 0 | Execute the official Crisp REST API method `updatePeopleData` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/people/data/{peopleID}. |
crisp.crisp_get_people_subscription_status | Read read | 0 | Execute the official Crisp REST API method `getPeopleSubscriptionStatus` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/people/subscription/{peopleID}. |
crisp.crisp_update_people_subscription_status | Write write | 0 | Execute the official Crisp REST API method `updatePeopleSubscriptionStatus` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/people/subscription/{peopleID}. |
crisp.crisp_export_people_profiles | Write write | 0 | Execute the official Crisp REST API method `exportPeopleProfiles` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/people/export/profiles. |
crisp.crisp_import_people_profiles | Write write | 0 | Execute the official Crisp REST API method `importPeopleProfiles` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/people/import/profiles. |
crisp.crisp_get_website_settings | Read read | 0 | Execute the official Crisp REST API method `getWebsiteSettings` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/settings. |
crisp.crisp_update_website_settings | Write write | 0 | Execute the official Crisp REST API method `updateWebsiteSettings` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/settings. |
crisp.crisp_get_verify_settings | Read read | 0 | Execute the official Crisp REST API method `getVerifySettings` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/verify/settings. |
crisp.crisp_update_verify_settings | Write write | 0 | Execute the official Crisp REST API method `updateVerifySettings` from node-crisp-api. Official Crisp endpoint: PATCH /v1/website/{websiteID}/verify/settings. |
crisp.crisp_get_verify_key | Read read | 0 | Execute the official Crisp REST API method `getVerifyKey` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/verify/key. |
crisp.crisp_roll_verify_key | Write write | 0 | Execute the official Crisp REST API method `rollVerifyKey` from node-crisp-api. Official Crisp endpoint: POST /v1/website/{websiteID}/verify/key. |
crisp.crisp_count_visitors | Read read | 0 | Execute the official Crisp REST API method `countVisitors` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/visitors/count. |
crisp.crisp_list_visitors | Read read | 0 | Execute the official Crisp REST API method `listVisitors` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/visitors/list/{pageNumber}. |
crisp.crisp_pinpoint_visitors_on_map | Read read | 0 | Execute the official Crisp REST API method `pinpointVisitorsOnMap` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/visitors/map. |
crisp.crisp_get_session_identifier_from_token | Read read | 0 | Execute the official Crisp REST API method `getSessionIdentifierFromToken` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/visitors/token/{tokenID}. |
crisp.crisp_count_blocked_visitors | Read read | 0 | Execute the official Crisp REST API method `countBlockedVisitors` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/visitors/blocked. |
crisp.crisp_count_blocked_visitors_in_rule | Read read | 0 | Execute the official Crisp REST API method `countBlockedVisitorsInRule` from node-crisp-api. Official Crisp endpoint: GET /v1/website/{websiteID}/visitors/blocked/{rule}. |
crisp.crisp_clear_blocked_visitors_in_rule | Write write | 0 | Execute the official Crisp REST API method `clearBlockedVisitorsInRule` from node-crisp-api. Official Crisp endpoint: DELETE /v1/website/{websiteID}/visitors/blocked/{rule}. |