### Get All Workspaces Source: https://api.masterinbox.com/api/api-webhook/api-list# Retrieves a list of all workspaces. ```APIDOC ## GET /api/api-webhook/v1/api/get-all-workspaces ### Description Get all workspaces ### Method GET ### Endpoint /api/api-webhook/v1/api/get-all-workspaces ``` -------------------------------- ### Get Webhooks Source: https://api.masterinbox.com/api/api-webhook/api-list# Retrieves a list of all configured webhooks. ```APIDOC ## GET /api/api-webhook/v1/api/get-webhook ### Description Get all webhooks ### Method GET ### Endpoint /api/api-webhook/v1/api/get-webhook ``` -------------------------------- ### Get Channels Source: https://api.masterinbox.com/api/api-webhook/api-list# Retrieves a list of channels. ```APIDOC ## POST /api/api-webhook/v1/api/get-channels ### Description Get channels ### Method POST ### Endpoint /api/api-webhook/v1/api/get-channels ``` -------------------------------- ### Get Integrations Source: https://api.masterinbox.com/api/api-webhook/api-list# Retrieves a list of available integrations. ```APIDOC ## GET /api/api-webhook/v1/api/get-integrations ### Description Get integrations ### Method GET ### Endpoint /api/api-webhook/v1/api/get-integrations ``` -------------------------------- ### Get Labels Source: https://api.masterinbox.com/api/api-webhook/api-list# Retrieves a list of all labels. ```APIDOC ## GET /api/api-webhook/v1/api/get-labels ### Description Get labels ### Method GET ### Endpoint /api/api-webhook/v1/api/get-labels ``` -------------------------------- ### Get Prospects Source: https://api.masterinbox.com/api/api-webhook/api-list# Retrieves prospects with pagination and search capabilities. ```APIDOC ## POST /api/api-webhook/v1/api/get-prospects ### Description Get prospects with pagination and search ### Method POST ### Endpoint /api/api-webhook/v1/api/get-prospects ``` -------------------------------- ### Get Messages Source: https://api.masterinbox.com/api/api-webhook/api-list# Retrieves messages. ```APIDOC ## POST /api/api-webhook/v1/api/get-messages ### Description Add a custom email provider ### Method POST ### Endpoint /api/api-webhook/v1/api/get-messages ``` -------------------------------- ### Get Replies Source: https://api.masterinbox.com/api/api-webhook/api-list# Retrieves replies to messages. ```APIDOC ## POST /api/api-webhook/v1/api/get-replies ### Description Get replies ### Method POST ### Endpoint /api/api-webhook/v1/api/get-replies ``` -------------------------------- ### Get Members Source: https://api.masterinbox.com/api/api-webhook/api-list# Retrieves a list of members. ```APIDOC ## GET /api/api-webhook/v1/api/get-members ### Description Get members ### Method GET ### Endpoint /api/api-webhook/v1/api/get-members ``` -------------------------------- ### Get Prospects By Email Source: https://api.masterinbox.com/api/api-webhook/api-list# Retrieves prospects based on email address. ```APIDOC ## POST /api/api-webhook/v1/api/get-prospects-by-email ### Description Get prospects by email ### Method POST ### Endpoint /api/api-webhook/v1/api/get-prospects-by-email ``` -------------------------------- ### Get Prospect Labels Source: https://api.masterinbox.com/api/api-webhook/api-list# Retrieves labels associated with a specific prospect. ```APIDOC ## GET /api/api-webhook/v1/api/get-prospect-labels/{prospect_id} ### Description Get prospect labels ### Method GET ### Endpoint /api/api-webhook/v1/api/get-prospect-labels/{prospect_id} ### Parameters #### Path Parameters - **prospect_id** (string) - Required - The ID of the prospect ``` -------------------------------- ### Get Label Stats Source: https://api.masterinbox.com/api/api-webhook/api-list# Retrieves statistics for labels. ```APIDOC ## POST /api/api-webhook/v1/api/get-label-stats ### Description Get label stats ### Method POST ### Endpoint /api/api-webhook/v1/api/get-label-stats ``` -------------------------------- ### Get All Categories With Templates List Source: https://api.masterinbox.com/api/api-webhook/api-list# Retrieves all template categories along with their associated templates. ```APIDOC ## GET /api/api-webhook/v1/api/templates/get-all-categories-with-templates-list ### Description Get all template categories with templates list ### Method GET ### Endpoint /api/api-webhook/v1/api/templates/get-all-categories-with-templates-list ``` -------------------------------- ### Get Exclusion Data Source: https://api.masterinbox.com/api/api-webhook/api-list# Retrieves workspace exclusion data. ```APIDOC ## GET /api/api-webhook/v1/api/get-exclusion-data ### Description Get workspace exclusion data ### Method GET ### Endpoint /api/api-webhook/v1/api/get-exclusion-data ``` -------------------------------- ### Get Prospects By LinkedIn URL Source: https://api.masterinbox.com/api/api-webhook/api-list# Retrieves prospects based on LinkedIn URL. ```APIDOC ## POST /api/api-webhook/v1/api/get-prospects-by-linkedin-url ### Description Get prospects by linkedin url ### Method POST ### Endpoint /api/api-webhook/v1/api/get-prospects-by-linkedin-url ``` -------------------------------- ### Get Label Campaign Stats Source: https://api.masterinbox.com/api/api-webhook/api-list# Retrieves label statistics broken down by campaign. ```APIDOC ## POST /api/api-webhook/v1/api/get-label-campaign-stats ### Description Get label stats broken down by campaign ### Method POST ### Endpoint /api/api-webhook/v1/api/get-label-campaign-stats ``` -------------------------------- ### Get Inbox Types Source: https://api.masterinbox.com/api/api-webhook/api-list# Retrieves a list of available inbox types. ```APIDOC ## GET /api/api-webhook/v1/api/get-inbox-types ### Description Get inbox types ### Method GET ### Endpoint /api/api-webhook/v1/api/get-inbox-types ``` -------------------------------- ### Create New Workspace Source: https://api.masterinbox.com/api/api-webhook/api-list# Creates a new workspace. ```APIDOC ## POST /api/api-webhook/v1/api/create-new-workspace ### Description Create new workspace ### Method POST ### Endpoint /api/api-webhook/v1/api/create-new-workspace ``` -------------------------------- ### Create Webhook Source: https://api.masterinbox.com/api/api-webhook/api-list# Creates a new webhook. ```APIDOC ## POST /api/api-webhook/v1/api/create-webhook ### Description Create new webhook ### Method POST ### Endpoint /api/api-webhook/v1/api/create-webhook ``` -------------------------------- ### Create Template Source: https://api.masterinbox.com/api/api-webhook/api-list# Creates a new template. ```APIDOC ## POST /api/api-webhook/v1/api/templates/create-template ### Description Create template ### Method POST ### Endpoint /api/api-webhook/v1/api/templates/create-template ``` -------------------------------- ### Create New Prospect Source: https://api.masterinbox.com/api/api-webhook/api-list# Creates a new prospect. ```APIDOC ## POST /api/api-webhook/v1/api/create-new-prospect ### Description Create new prospect ### Method POST ### Endpoint /api/api-webhook/v1/api/create-new-prospect ``` -------------------------------- ### Clone Workspace Source: https://api.masterinbox.com/api/api-webhook/api-list# Clones an existing workspace. ```APIDOC ## POST /api/api-webhook/v1/api/clone-workspace ### Description Clone workspace ### Method POST ### Endpoint /api/api-webhook/v1/api/clone-workspace ``` -------------------------------- ### Incoming Webhook Source: https://api.masterinbox.com/api/api-webhook/api-list# Handles incoming webhooks for a specific workflow and API key. ```APIDOC ## POST /api/api-webhook/v1/api/incoming-webhook/{workflow_id}/{api_key} ### Description Incoming webhook ### Method POST ### Endpoint /api/api-webhook/v1/api/incoming-webhook/{workflow_id}/{api_key} ### Parameters #### Path Parameters - **workflow_id** (string) - Required - The ID of the workflow - **api_key** (string) - Required - The API key for the webhook ``` -------------------------------- ### Configure AI Labeling Source: https://api.masterinbox.com/api/api-webhook/api-list# Configures AI labeling settings. ```APIDOC ## POST /api/api-webhook/v1/api/configure-ai-labeling ### Description Configure ai labeling ### Method POST ### Endpoint /api/api-webhook/v1/api/configure-ai-labeling ``` -------------------------------- ### Create Template Category Source: https://api.masterinbox.com/api/api-webhook/api-list# Creates a new template category. ```APIDOC ## POST /api/api-webhook/v1/api/templates/create-template-category ### Description Create template category ### Method POST ### Endpoint /api/api-webhook/v1/api/templates/create-template-category ``` -------------------------------- ### Add Label Source: https://api.masterinbox.com/api/api-webhook/api-list# Adds a new label. ```APIDOC ## POST /api/api-webhook/v1/api/add-label ### Description Add label ### Method POST ### Endpoint /api/api-webhook/v1/api/add-label ``` -------------------------------- ### Update Instantly Credentials Source: https://api.masterinbox.com/api/api-webhook/api-list# Updates Instantly integration credentials. ```APIDOC ## POST /api/api-webhook/v1/api/instantly-update-credentials ### Description Update Instantly credentials ### Method POST ### Endpoint /api/api-webhook/v1/api/instantly-update-credentials ``` -------------------------------- ### List Templates Source: https://api.masterinbox.com/api/api-webhook/api-list# Lists templates, with optional filtering by category, search, and pagination. ```APIDOC ## POST /api/api-webhook/v1/api/templates/get-templates ### Description List templates (optional category, search, pagination) ### Method POST ### Endpoint /api/api-webhook/v1/api/templates/get-templates ``` -------------------------------- ### Add Prospect Label Source: https://api.masterinbox.com/api/api-webhook/api-list# Adds a label to a prospect. ```APIDOC ## POST /api/api-webhook/v1/api/add-prospect-label ### Description Add prospect label ### Method POST ### Endpoint /api/api-webhook/v1/api/add-prospect-label ``` -------------------------------- ### Move Prospect To List Source: https://api.masterinbox.com/api/api-webhook/api-list# Moves a prospect to a different list. ```APIDOC ## PATCH /api/api-webhook/v1/api/move-prospect-to-list ### Description Move prospect to list ### Method PATCH ### Endpoint /api/api-webhook/v1/api/move-prospect-to-list ``` -------------------------------- ### Accept Member Invitation Source: https://api.masterinbox.com/api/api-webhook/api-list# Accepts a member invitation. ```APIDOC ## POST /api/api-webhook/v1/api/accept-member-invitation ### Description Accept member invitation ### Method POST ### Endpoint /api/api-webhook/v1/api/accept-member-invitation ``` -------------------------------- ### Update Workspace Source: https://api.masterinbox.com/api/api-webhook/api-list# Updates an existing workspace. ```APIDOC ## PATCH /api/api-webhook/v1/api/update-workspace ### Description Update workspace ### Method PATCH ### Endpoint /api/api-webhook/v1/api/update-workspace ``` -------------------------------- ### Add Custom Provider Source: https://api.masterinbox.com/api/api-webhook/api-list# Adds a custom email provider. ```APIDOC ## POST /api/api-webhook/v1/api/add-custom-provider ### Description Add a custom email provider ### Method POST ### Endpoint /api/api-webhook/v1/api/add-custom-provider ``` -------------------------------- ### Update Heyreach Integration Source: https://api.masterinbox.com/api/api-webhook/api-list# Updates Heyreach integration settings. ```APIDOC ## POST /api/api-webhook/v1/api/heyreach-update-integration ### Description Update Heyreach integration ### Method POST ### Endpoint /api/api-webhook/v1/api/heyreach-update-integration ``` -------------------------------- ### Private Channel Source: https://api.masterinbox.com/api/api-webhook/api-list# Updates private channel settings. ```APIDOC ## POST /api/api-webhook/v1/api/private-channel ### Description Update private channel setting ### Method POST ### Endpoint /api/api-webhook/v1/api/private-channel ``` -------------------------------- ### Update Webhook Source: https://api.masterinbox.com/api/api-webhook/api-list# Updates an existing webhook. ```APIDOC ## PATCH /api/api-webhook/v1/api/update-webhook ### Description Update webhook ### Method PATCH ### Endpoint /api/api-webhook/v1/api/update-webhook ``` -------------------------------- ### Add Exclusion Tags Source: https://api.masterinbox.com/api/api-webhook/api-list# Adds exclusion tags. ```APIDOC ## POST /api/api-webhook/v1/api/add-exclusion-tags ### Description Add exclusion tags ### Method POST ### Endpoint /api/api-webhook/v1/api/add-exclusion-tags ``` -------------------------------- ### Send Member Invitation Source: https://api.masterinbox.com/api/api-webhook/api-list# Sends an invitation to a member. ```APIDOC ## POST /api/api-webhook/v1/api/send-member-invitation ### Description Send member invitation ### Method POST ### Endpoint /api/api-webhook/v1/api/send-member-invitation ``` -------------------------------- ### Update Template Source: https://api.masterinbox.com/api/api-webhook/api-list# Updates an existing template. ```APIDOC ## PUT /api/api-webhook/v1/api/templates/update-template ### Description Update template ### Method PUT ### Endpoint /api/api-webhook/v1/api/templates/update-template ``` -------------------------------- ### Update Prospect Source: https://api.masterinbox.com/api/api-webhook/api-list# Updates an existing prospect. ```APIDOC ## PATCH /api/api-webhook/v1/api/update-prospect ### Description Update prospect ### Method PATCH ### Endpoint /api/api-webhook/v1/api/update-prospect ``` -------------------------------- ### Update Label Source: https://api.masterinbox.com/api/api-webhook/api-list# Updates an existing label. ```APIDOC ## PATCH /api/api-webhook/v1/api/update-label ### Description Update label ### Method PATCH ### Endpoint /api/api-webhook/v1/api/update-label ``` -------------------------------- ### Update SmartLead Credentials Source: https://api.masterinbox.com/api/api-webhook/api-list# Updates SmartLead integration credentials. ```APIDOC ## POST /api/api-webhook/v1/api/smartlead-update-credentials ### Description Update SmartLead credentials ### Method POST ### Endpoint /api/api-webhook/v1/api/smartlead-update-credentials ``` -------------------------------- ### Reset Password Source: https://api.masterinbox.com/api/api-webhook/api-list# Resets the user's password. ```APIDOC ## PUT /api/api-webhook/v1/api/reset-password ### Description Reset password ### Method PUT ### Endpoint /api/api-webhook/v1/api/reset-password ``` -------------------------------- ### Update Prospect Label Source: https://api.masterinbox.com/api/api-webhook/api-list# Updates a prospect's label. ```APIDOC ## PATCH /api/api-webhook/v1/api/update-prospect-label ### Description Update prospect label ### Method PATCH ### Endpoint /api/api-webhook/v1/api/update-prospect-label ``` -------------------------------- ### Update Member Permission Integration Source: https://api.masterinbox.com/api/api-webhook/api-list# Updates member permission integration settings. ```APIDOC ## POST /api/api-webhook/v1/api/update-member-permission-integration ### Description Update member permission integration ### Method POST ### Endpoint /api/api-webhook/v1/api/update-member-permission-integration ``` -------------------------------- ### Send Message Source: https://api.masterinbox.com/api/api-webhook/api-list# Sends an email message. ```APIDOC ## POST /api/api-webhook/v1/api/send-message ### Description Send email ### Method POST ### Endpoint /api/api-webhook/v1/api/send-message ``` -------------------------------- ### Update EmailBison Credentials Source: https://api.masterinbox.com/api/api-webhook/api-list# Updates EmailBison integration credentials. ```APIDOC ## POST /api/api-webhook/v1/api/emailbison-update-credentials ### Description Update EmailBison credentials ### Method POST ### Endpoint /api/api-webhook/v1/api/emailbison-update-credentials ``` -------------------------------- ### Draft Message Source: https://api.masterinbox.com/api/api-webhook/api-list# Drafts an email message. ```APIDOC ## POST /api/api-webhook/v1/api/draft-message ### Description Draft email ### Method POST ### Endpoint /api/api-webhook/v1/api/draft-message ``` -------------------------------- ### Update Template Category Source: https://api.masterinbox.com/api/api-webhook/api-list# Updates an existing template category. ```APIDOC ## PUT /api/api-webhook/v1/api/templates/update-template-category ### Description Update template category ### Method PUT ### Endpoint /api/api-webhook/v1/api/templates/update-template-category ``` -------------------------------- ### Delete Template Source: https://api.masterinbox.com/api/api-webhook/api-list# Deletes a template. ```APIDOC ## DELETE /api/api-webhook/v1/api/templates/delete-template/{template_id} ### Description Delete template ### Method DELETE ### Endpoint /api/api-webhook/v1/api/templates/delete-template/{template_id} ### Parameters #### Path Parameters - **template_id** (string) - Required - The ID of the template to delete ``` -------------------------------- ### Delete Channel Source: https://api.masterinbox.com/api/api-webhook/api-list# Deletes a channel. ```APIDOC ## POST /api/api-webhook/v1/api/delete-channel ### Description Delete channel ### Method POST ### Endpoint /api/api-webhook/v1/api/delete-channel ``` -------------------------------- ### Update Exclusion Keywords Source: https://api.masterinbox.com/api/api-webhook/api-list# Updates exclusion keywords. ```APIDOC ## PUT /api/api-webhook/v1/api/update-exclution-keywords ### Description Update exclution keywords ### Method PUT ### Endpoint /api/api-webhook/v1/api/update-exclution-keywords ``` -------------------------------- ### Change Webhook Status Source: https://api.masterinbox.com/api/api-webhook/api-list# Changes the status of a webhook. ```APIDOC ## PATCH /api/api-webhook/v1/api/change-webhook-status ### Description Change webhook status ### Method PATCH ### Endpoint /api/api-webhook/v1/api/change-webhook-status ``` -------------------------------- ### Delete Webhook Source: https://api.masterinbox.com/api/api-webhook/api-list# Deletes a webhook. ```APIDOC ## POST /api/api-webhook/v1/api/delete-webhook ### Description Delete webhook ### Method POST ### Endpoint /api/api-webhook/v1/api/delete-webhook ``` -------------------------------- ### Remove Member From Workspace Source: https://api.masterinbox.com/api/api-webhook/api-list# Removes a member from a workspace. ```APIDOC ## DELETE /api/api-webhook/v1/api/remove-member-from-workspace/{member}-user-id ### Description Remove member from workspace ### Method DELETE ### Endpoint /api/api-webhook/v1/api/remove-member-from-workspace/{member}-user-id ### Parameters #### Path Parameters - **member** (string) - Required - The ID of the member to remove ``` -------------------------------- ### Delete Template Category Source: https://api.masterinbox.com/api/api-webhook/api-list# Deletes a template category. ```APIDOC ## DELETE /api/api-webhook/v1/api/templates/delete-template-category/{category_id} ### Description Delete template category ### Method DELETE ### Endpoint /api/api-webhook/v1/api/templates/delete-template-category/{category_id} ### Parameters #### Path Parameters - **category_id** (string) - Required - The ID of the template category to delete ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.