For the complete documentation index, see llms.txt. This page is also available as Markdown.

contacts

Contact points related operations

Creates a contact point

post
Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Corps
contact_formstringOptionnel
emailstring · max: 255Optionnel
namestring · max: 255Requis
organizationstringOptionnel

Only present if owner is not set. Can only be set to an organization of the current authenticated user.

ownerstringOptionnel

Only present if organization is not set. Can only be set to the current authenticated user.

rolestring · enumRequisExample: contactValeurs possibles:
Réponses
200

Success

application/json
contact_formstringOptionnel
emailstring · max: 255Optionnel
idstringLecture seuleRequis
namestring · max: 255Requis
rolestring · enumRequisExample: contactValeurs possibles:
post/contacts/

Deletes a contact point given its identifier

delete
Paramètres de chemin
contact_pointstringRequis
Réponses
204

Contact point deleted

Aucun contenu

delete/contacts/{contact_point}/

Aucun contenu

Get a contact point given its identifier

get
Paramètres de chemin
contact_pointstringRequis
Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Réponses
200

Success

application/json
contact_formstringOptionnel
emailstring · max: 255Optionnel
idstringLecture seuleRequis
namestring · max: 255Requis
rolestring · enumRequisExample: contactValeurs possibles:
get/contacts/{contact_point}/
parameters
Paramètres de chemin
contact_pointstringRequis
parameters/contacts/{contact_point}/

Updates a contact point given its identifier

put
Paramètres de chemin
contact_pointstringRequis
Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Corps
contact_formstringOptionnel
emailstring · max: 255Optionnel
namestring · max: 255Requis
organizationstringOptionnel

Only present if owner is not set. Can only be set to an organization of the current authenticated user.

ownerstringOptionnel

Only present if organization is not set. Can only be set to the current authenticated user.

rolestring · enumRequisExample: contactValeurs possibles:
Réponses
200

Success

application/json
contact_formstringOptionnel
emailstring · max: 255Optionnel
idstringLecture seuleRequis
namestring · max: 255Requis
rolestring · enumRequisExample: contactValeurs possibles:
put/contacts/{contact_point}/

Ce contenu vous a-t-il été utile ?