We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d60fc commit 0794132Copy full SHA for 0794132
descriptions/0/api.intercom.io.yaml
@@ -17702,11 +17702,13 @@ components:
17702
resource_id:
17703
type: string
17704
description: The id of the resource created during job execution (e.g. ticket id)
17705
- example: 20
+ example: 123
17706
+ nullable: true
17707
resource_url:
17708
17709
description: The url of the resource created during job exeuction. Use this url to fetch the resource.
- example: http://api.intercom.io/tickets/20
17710
+ example: http://api.intercom.io/tickets/123
17711
17712
required:
17713
- id
17714
intercom_version:
0 commit comments