curl --request POST \
--url 'https://api.hubapi.com/crm/v3/extensions/cards-dev/{appId}?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"actions": {
"baseUrls": [
"https://www.example.com/hubspot"
]
},
"display": {
"properties": [
{
"dataType": "STRING",
"label": "Pets Name",
"name": "pet_name"
}
]
},
"fetch": {
"objectTypes": [
{
"name": "contacts",
"propertiesToSend": [
"email",
"firstname"
]
}
],
"targetUrl": "https://www.example.com/hubspot/target"
},
"title": "PetSpot"
}
'{
"actions": {
"baseUrls": [
"https://www.example.com/hubspot"
]
},
"createdAt": "2019-10-30T03:30:17.883Z",
"display": {
"properties": [
{
"dataType": "STRING",
"label": "Pet's Name",
"name": "pet_name"
}
]
},
"fetch": {
"objectTypes": [
{
"name": "contacts",
"propertiesToSend": [
"email",
"firstname"
]
}
],
"targetUrl": "https://www.example.com/hubspot/target"
},
"title": "PetSpot",
"updatedAt": "2019-11-30T03:30:17.883Z"
}Définit une nouvelle carte qui deviendra active sur un compte lorsque cette application est installée.
curl --request POST \
--url 'https://api.hubapi.com/crm/v3/extensions/cards-dev/{appId}?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"actions": {
"baseUrls": [
"https://www.example.com/hubspot"
]
},
"display": {
"properties": [
{
"dataType": "STRING",
"label": "Pets Name",
"name": "pet_name"
}
]
},
"fetch": {
"objectTypes": [
{
"name": "contacts",
"propertiesToSend": [
"email",
"firstname"
]
}
],
"targetUrl": "https://www.example.com/hubspot/target"
},
"title": "PetSpot"
}
'{
"actions": {
"baseUrls": [
"https://www.example.com/hubspot"
]
},
"createdAt": "2019-10-30T03:30:17.883Z",
"display": {
"properties": [
{
"dataType": "STRING",
"label": "Pet's Name",
"name": "pet_name"
}
]
},
"fetch": {
"objectTypes": [
{
"name": "contacts",
"propertiesToSend": [
"email",
"firstname"
]
}
],
"targetUrl": "https://www.example.com/hubspot/target"
},
"title": "PetSpot",
"updatedAt": "2019-11-30T03:30:17.883Z"
}L'ID de l'application cible.
The new card definition.
State of card definition to be created
Configuration for custom user actions on cards.
Show child attributes
{
"baseUrls": ["https://www.example.com/hubspot"]
}Configuration for displayed info on a card
Show child attributes
Configuration for this card's data fetch request.
Show child attributes
Le titre de niveau supérieur pour cette carte. Affiché aux utilisateurs dans l'interface CRM.
successful operation
Configuration for custom user actions on cards.
Show child attributes
{
"baseUrls": ["https://www.example.com/hubspot"]
}Une liste des actions effectuées sur la carte, y compris la création, la suppression et les mises à jour.
Show child attributes
Configuration for displayed info on a card
Show child attributes
Show child attributes
L'ID unique de la carte.
Le titre de niveau supérieur pour cette carte. Affiché aux utilisateurs dans l'interface CRM.
La date et l'heure de création de la carte.
La date et heure de la dernière mise à jour de la carte.