If you are not sure if the website you would like to visit is secure, you can verify it here. Enter the website address of the page and see parts of its content and the thumbnail images on this site. None (if any) dangerous scripts on the referenced page will be executed. Additionally, if the selected site contains subpages, you can verify it (review) in batches containing 5 pages.
favicon.ico: developers.intercom.com/docs/guides/tickets/create-a-ticket - Create a Ticket | Intercom and.

site address: developers.intercom.com/docs/guides/tickets/create-a-ticket/ redirected to: developers.intercom.com/docs/guides/tickets/create-a-ticket

site title: Create a Ticket Intercom and Fin Developer Platform

Our opinion (on Thursday 16 July 2026 22:36:40 UTC):

GREEN status (no comments) - no comments
After content analysis of this website we propose the following hashtags:



Meta tags:
description=Faster resolutions, higher CSAT, and lighter support volumes with the only platform to combine the power of automation and human customer support.;

Headings (most frequently used words):

create, ticket, step, type, next, steps, was, this, page, helpful,

Text of the page (most frequently used words):
ticket (29), tickets (21), the (18), #create (17), intercom (16), you (16), this (14), type (13), your (12), header (12), api (11), build (10), and (10), can (10), for (9), app (7), page (6), that (6), from (6), onboarding (6), application (6), json (6), version (6), reference (5), data (5), have (5), next (4), step (4), form (4), business (4), also (4), will (4), team (4), customer (4), complete (4), using (4), content (4), attributes (4), are (4), github (3), issues (3), tutorial (3), some (3), specific (3), inbox (3), sales (3), reach (3), out (3), docs (3), with (3), priority (3), authorization (3), bearer (3), access (3), token (3), accept (3), https (3), url (3), post (3), request (3), curl (3), true (3), track (3), high (3), value (3), mcp (3), get (3), open (3), markdown (3), copy (3), store (3), developer (3), privacy (2), steps (2), helpful (2), directly (2), about (2), product (2), assign (2), once (2), created (2), may (2), choose (2), making (2), help (2), other (2), contacts (2), first (2), creating (2), only (2), need (2), system (2), like (2), name (2), false (2), ticket_types (2), capture (2), don (2), all (2), make (2), teams (2), might (2), customers (2), these (2), way (2), install (2), server (2), code (2), connect (2), cursor (2), insights (2), claude (2), chatgpt (2), import (2), link (2), apps (2), model (2), center (2), fin (2), messenger (2), select (2), 2026, policy, choices, previous, was, submit, custom, web, between, integration, learn, more, hope, gives, ideas, how, benefit, auto, based, rule, person, update, via, whose, task, affected, them, new, interactive, node, ruby, php, java, python, languages, provide, each, field, send, playground, ticket_type_id, company_size, 100, ticket_attributes, email, john, doe, gmail, com, call, without, corresponding, must, assumes, what, such, could, look, list_items, data_type, list, visible_to_contacts, visible_on_create, required_to_create_for_contacts, required_to_create, fields, users, who, just, one, attribute, but, multiple, is_internal, icon, called, template, future, possible, usecase, heard, early, adopters, follow, items, monitoring, progress, leads, prospects, through, trials, considered, definition, varies, noticed, certain, percentage, flow, easy, proactively, clients, sure, they, example, identified, sort, user, behaviour, where, would, want, intervene, useful, however, things, escalations, operational, tasks, convenient, complex, queries, lot, popular, usecases, related, support, view, llms, llm, home, guidelines, publish, configure, oauth, public, webhook, topics, canvas, kit, rest, object, references, context, protocol, news, domains, agent, webhooks, apis, reporting, guides, sheets, authentication, set, workspace, overview, started, picker, results, versions, search, cmd, hub, installation, skip, platform,


Text of the page (random words):
create a ticket intercom and fin developer platform skip to content installation docs api reference developer hub app store search cmd k version all versions no results this is version picker select using it you can select a version of the api get started overview set up a workspace authentication build an app build a messenger app build an app using sheets build an inbox app developer guides messenger inbox contacts tickets tickets create a ticket build a ticket form link an intercom ticket with github issues import tickets help center reporting using the apis webhooks fin agent api news center domains model context protocol mcp references object model rest api reference canvas kit reference webhook topics public apps app store configure oauth build and publish apps app store guidelines home tickets create a ticket tickets build a ticket form link an intercom ticket with github issues import tickets create a ticket create a ticket copy copy for llm copy page as markdown for llms view as markdown open this page as markdown open in chatgpt get insights from chatgpt open in claude get insights from claude connect to cursor install mcp server on cursor connect to vs code install mcp server on vs code tickets are a convenient way to capture and track complex customer queries in intercom so a lot of popular ticket usecases are related to customer support however tickets can also be helpful for other teams in intercom to do things like track escalations or operational tasks for example if you have identified some sort of user behaviour where you would want to intervene and reach out to the customer tickets can be useful a usecase we ve heard from early adopters of tickets is creating follow up items for sales teams monitoring the progress of leads and prospects through trials of your product you might have some customers that are considered high value in your system and the definition of high value varies from business to business you might have also noticed that a certain percentage of these high value customers don t complete your onboarding flow so you need an easy way for your sales team to proactively reach out to these clients and make sure they complete onboarding tickets make this possible step 1 create a ticket type first create a ticket type called onboarding that will be a template for all future tickets of this type curl request post url https api intercom io ticket_types header intercom version 2 9 header accept application json header authorization bearer your access token header content type application json data icon ️ is_internal true name onboarding next create attributes for this ticket type attributes are data fields to capture in tickets created for users who don t complete onboarding in this tutorial we will create just one attribute to track the priority of the ticket but you may choose to create multiple attributes specific to your business curl request post url https api intercom io ticket_types 1 attributes header intercom version 2 9 header accept application json header authorization bearer your access token header content type application json data required_to_create true required_to_create_for_contacts false visible_on_create true visible_to_contacts false name priority data_type list list_items p1 p2 p3 this is what such a ticket type could look like this tutorial assumes that this is the only ticket type you have in your system tickets must have a ticket type you can t create a ticket without first creating a corresponding ticket type you ll only need to do this once step 2 create a ticket you can create a ticket in intercom by making a call to the tickets api curl request post url https api intercom io tickets header intercom version 2 9 header accept application json header authorization bearer your access token header content type application json data contacts email john doe gmail com ticket_attributes priority 1 company_size 100 ticket_type_id 1 you can create a new ticket directly from the reference docs with the interactive api playground using node ruby php java python and other languages the reference docs provide each data field you can send to the api once the ticket is created you may also choose to assign it to a specific person or team by making an update to the ticket via the api this can be your sales team whose task it will be to reach out to the affected customer and help them complete the onboarding you can also create an inbox rule that will auto assign a ticket to a specific team based on a ticket type we hope that this tutorial gives you some ideas about how your business can benefit from intercom tickets next steps learn more about tickets as a product build an integration between github issues and intercom tickets build a custom web form to submit tickets directly to intercom was this page helpful tickets previous page build a ticket form next page on this page step 1 create a ticket type step 2 create a ticket next steps your privacy choices privacy policy 2026 intercom
Thumbnail images (randomly selected): * Images may be subject to copyright.GREEN status (no comments)

Verified site has: 19 subpage(s). Do you want to verify them? Verify pages:

1-5 6-10 11-15 16-19


The site also has references to the 2 subdomain(s)

  app.intercom.com  Verify   intercom.com  Verify


The site also has 2 references to external domain(s).

 chat.openai.com  Verify  claude.ai  Verify


Top 50 hastags from of all verified websites.

Supplementary Information (add-on for SEO geeks)*- See more on header.verify-www.com

Header

HTTP/1.1 308 Permanent Redirect
Connection close
Location htt????/developers.intercom.com/docs/guides/tickets/create-a-ticket/
Server Caddy
Date Thu, 16 Jul 2026 22:36:39 GMT
Content-Length 0
HTTP/2 301
alt-svc h3= :10443 ; ma=2592000
date Thu, 16 Jul 2026 22:36:39 GMT
location /docs/guides/tickets/create-a-ticket
vary Accept-Encoding
via 2.0 Caddy
via 1.1 Caddy, 1.1 757b87a07a703d50b271cd987845f190.cloudfront.net (CloudFront)
x-amz-cf-id 9kCif-PEmUbPI0ypji5ArIKsanUymxJBVePlMWWnbFZP_rlsNNlyJA==
x-amz-cf-pop FRA56-P13
x-cache Miss from cloudfront
x-request-id cds-6fea6d5f-c9ce-4435-bd3f-0773ddee587d
x-request-id cds-6fea6d5f-c9ce-4435-bd3f-0773ddee587d
content-length 0
HTTP/2 200
age 24550
alt-svc h3= :10443 ; ma=2592000
cache-control no-cache
content-encoding gzip
content-type text/html; charset=UTF-8
date Thu, 16 Jul 2026 15:47:29 GMT
vary Accept-Encoding
via 2.0 Caddy
via 1.1 Caddy, 1.1 757b87a07a703d50b271cd987845f190.cloudfront.net (CloudFront)
x-amz-cf-id UygE2ERGuYtUmrQXZPgaCz7iinbqmX2NQzvyldTtAzcSmzIwjjJCWQ==
x-amz-cf-pop FRA56-P13
x-cache Hit from cloudfront
x-request-id cds-0da5faba-539d-4ba2-ac05-e30043823ccf
x-request-id cds-e3325ea2-64ce-4520-ab2f-7c7fdec17e82

Meta Tags

title="Create a Ticket | Intercom and Fin Developer Platform"
name="viewport" content="width=device-width, initial-scale=1"
charset="UTF-8"
data-rh="true" name="title" content="Create a Ticket | Intercom and Fin Developer Platform"
data-rh="true" property="og:title" content="Create a Ticket | Intercom and Fin Developer Platform"
data-rh="true" name="twitter:title" property="twitter:title" content="Create a Ticket | Intercom and Fin Developer Platform"
data-rh="true" name="description" content="Faster resolutions, higher CSAT, and lighter support volumes with the only platform to combine the power of automation and human customer support."
data-rh="true" property="og:description" content="Faster resolutions, higher CSAT, and lighter support volumes with the only platform to combine the power of automation and human customer support."
data-rh="true" name="twitter:description" property="twitter:description" content="Faster resolutions, higher CSAT, and lighter support volumes with the only platform to combine the power of automation and human customer support."
data-rh="true" name="image" content="/assets/og-image.9c9ef3a6cedbceee0e1d52fae2ffcce97f5a189639cf24e473331da9ad02c5f8.b1bff462.png"
data-rh="true" property="og:image" content="/assets/og-image.9c9ef3a6cedbceee0e1d52fae2ffcce97f5a189639cf24e473331da9ad02c5f8.b1bff462.png"
data-rh="true" name="twitter:image" property="twitter:image" content="/assets/og-image.9c9ef3a6cedbceee0e1d52fae2ffcce97f5a189639cf24e473331da9ad02c5f8.b1bff462.png"

Load Info

page size85867
load time (s)0.748229
redirect count2
speed download114795
server IP 3.120.213.14
* all occurrences of the string "http://" have been changed to "htt???/"