You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: descriptions/0/api.intercom.io.yaml
+24-18Lines changed: 24 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1918,7 +1918,7 @@ paths:
1918
1918
1919
1919
Companies are looked up via `company_id` in a `POST` request, if not found via `company_id`, the new company will be created, if found, that company will be updated.
You can set a unique `company_id` value when creating a company. However, it is not possible to update `company_id`. Be sure to set a unique value once upon creation of the company.
1923
1923
{% /admonition %}
1924
1924
responses:
@@ -2221,7 +2221,7 @@ paths:
2221
2221
description: |
2222
2222
You can update a single company using the Intercom provisioned `id`.
When updating a company it is not possible to update `company_id`. This can only be set once upon creation of the company.
2226
2226
{% /admonition %}
2227
2227
responses:
@@ -4299,7 +4299,7 @@ paths:
4299
4299
4300
4300
### Accepted Operators
4301
4301
4302
-
{% admonition type="attention" name="Searching based on `created_at`" %}
4302
+
{% admonition type="warning" name="Searching based on `created_at`" %}
4303
4303
You cannot use the `<=` or `>=` operators to search by `created_at`.
4304
4304
{% /admonition %}
4305
4305
@@ -6722,7 +6722,7 @@ paths:
6722
6722
operationId: autoAssignConversation
6723
6723
description: |
6724
6724
You can let a conversation be automatically assigned following assignment rules.
6725
-
{% admonition type="attention" name="When using workflows" %}
6725
+
{% admonition type="warning" name="When using workflows" %}
6726
6726
It is not possible to use this endpoint with Workflows.
6727
6727
{% /admonition %}
6728
6728
responses:
@@ -6873,7 +6873,7 @@ paths:
6873
6873
description: |+
6874
6874
You can add participants who are contacts to a conversation, on behalf of either another contact or an admin.
6875
6875
6876
-
{% admonition type="attention" name="Contacts without an email" %}
6876
+
{% admonition type="warning" name="Contacts without an email" %}
6877
6877
If you add a contact via the email parameter and there is no user/lead found on that workspace with he given email, then we will create a new contact with `role` set to `lead`.
6878
6878
{% /admonition %}
6879
6879
@@ -6978,7 +6978,7 @@ paths:
6978
6978
description: |+
6979
6979
You can add participants who are contacts to a conversation, on behalf of either another contact or an admin.
6980
6980
6981
-
{% admonition type="attention" name="Contacts without an email" %}
6981
+
{% admonition type="warning" name="Contacts without an email" %}
6982
6982
If you add a contact via the email parameter and there is no user/lead found on that workspace with he given email, then we will create a new contact with `role` set to `lead`.
0 commit comments