Inquirly
  1. Schemas
Inquirly
  • Accounts
    • Create an Account
    • Get an account details
    • Update an account
    • Delete an Account
  • Account Users
    • List all Account Users
    • Create an Account User
    • Delete an Account User
  • AgentBots
    • List all AgentBots
    • Create an Agent Bot
    • Get an agent bot details
    • Update an agent bot
    • Delete an AgentBot
  • Users
    • Create a User
    • Get an user details
    • Update a user
    • Delete a User
    • Get User SSO Link
  • Inbox API
    • Inbox details
  • Contacts API
    • Create a contact
    • Get a contact
    • Update a contact
  • Conversations API
    • Create a conversation
    • List all conversations
    • Get a single conversation
    • Resolve a conversation
    • Toggle typing status
    • Update last seen
  • Messages API
    • Create a message
    • List all messages
    • Update a message
  • Contact Labels
    • List Labels
    • Add Labels
  • CSAT Survey Page
    • Get CSAT survey page
  • Account AgentBots
    • List all AgentBots
    • Create an Agent Bot
    • Get an agent bot details
    • Update an agent bot
    • Delete an AgentBot
  • Agents
    • List Agents in Account
    • Add a New Agent
    • Update Agent in Account
    • Remove an Agent from Account
  • Canned Responses
    • List all Canned Responses in an Account
    • Add a New Canned Response
    • Remove a Canned Response from Account
  • Canned Response
    • Update Canned Response in Account
  • Custom Attributes
    • List all custom attributes in an account
    • Add a new custom attribute
    • Get a custom attribute details
    • Update custom attribute in Account
    • Remove a custom attribute from account
  • Contacts
    • List Contacts
    • Create Contact
    • Show Contact
    • Update Contact
    • Delete Contact
    • Contact Conversations
    • Search Contacts
    • Contact Filter
  • Contact
    • Create contact inbox
    • Get Contactable Inboxes
  • Automation Rule
    • List all automation rules in an account
    • Add a new automation rule
    • Get a automation rule details
    • Update automation rule in Account
    • Remove a automation rule from account
  • Help Center
    • Add a new portal
    • List all portals in an account
    • update a new portal
    • Add a new category
    • Add a new article
  • Conversations
    • Get Conversation Counts
    • Conversations List
    • Create New Conversation
    • Conversations Filter
    • Conversation Details
    • Update Conversation
    • Toggle Status
    • Toggle Priority
  • Conversation Assignment
    • Assign Conversation
  • Conversation Labels
    • List Labels
    • Add Labels
  • Inboxes
    • List all inboxes
    • Get an inbox
    • Create an inbox
    • Update Inbox
    • Show Inbox Agent Bot
    • Add or remove agent bot
    • List Agents in Inbox
    • Add a New Agent
    • Update Agents in Inbox
    • Remove an Agent from Inbox
  • Messages
    • Get messages
    • Create New Message
    • Delete a message
  • Integrations
    • List all the Integrations
    • Create an integration hook
    • Update an Integration Hook
    • Delete an Integration Hook
  • Profile
    • Fetch user profile
  • Teams
    • List all teams
    • Create a team
    • Get a team details
    • Update a team
    • Delete a team
    • List Agents in Team
    • Add a New Agent
    • Update Agents in Team
    • Remove an Agent from Team
  • Custom Filters
    • List all custom filters
    • Create a custom filter
    • Get a custom filter details
    • Update a custom filter
    • Delete a custom filter
  • Webhooks
    • List all webhooks
    • Add a webhook
    • Update a webhook object
    • Delete a webhook
  • Reports
    • Get Account reports
    • Get Account reports summary
    • Account Conversation Metrics
    • Agent Conversation Metrics
  • Schemas
    • Schemas
      • data
      • request_error
      • generic_id
      • canned_response
      • custom_attribute
      • automation_rule
      • portal
      • category
      • article
      • contact
      • conversation
      • message
      • user
      • agent
      • inbox
      • agent_bot
      • contact_inboxes
      • contactable_inboxes
      • custom_filter
      • webhook
      • account
      • platform_account
      • team
      • integrations_app
      • integrations_hook
      • public_contact
      • public_conversation
      • public_message
      • public_inbox
      • account_create_update_payload
      • agent_bot_create_update_payload
      • user_create_update_payload
      • canned_response_create_update_payload
      • custom_attribute_create_update_payload
      • contact_create
      • contact_update
      • conversation_message_create
      • team_create_update_payload
      • custom_filter_create_update_payload
      • webhook_create_update_payload
      • integrations_hook_create_payload
      • integrations_hook_update_payload
      • automation_rule_create_update_payload
      • portal_create_update_payload
      • category_create_update_payload
      • article_create_update_payload
      • public_contact_create_update_payload
      • public_message_create_payload
      • public_message_update_payload
      • public_conversation_create_payload
      • extended_contact
      • contact_base
      • contact_list
      • contact_conversations
      • contact_labels
      • conversation_list
      • conversation_show
      • conversation_status_toggle
      • conversation_labels
      • account_summary
      • agent_conversation_metrics
  1. Schemas

contact_inboxes

{
    "source_id": "string",
    "inbox": {
        "id": 0,
        "name": "string",
        "website_url": "string",
        "channel_type": "string",
        "avatar_url": "string",
        "widget_color": "string",
        "website_token": "string",
        "enable_auto_assignment": true,
        "web_widget_script": "string",
        "welcome_title": "string",
        "welcome_tagline": "string",
        "greeting_enabled": true,
        "greeting_message": "string"
    }
}
Built with