{
"id": "leadconduit-salesforce",
"provider": "Salesforce",
"description": "<string>",
"name": "<string>",
"paths": [
"<string>"
],
"link": "<string>",
"ui": true,
"images": true,
"version": "<string>",
"integrations": [
{
"id": "leadconduit-salesforce.outbound.create_contact",
"type": "inbound",
"name": "<string>",
"description": "<string>",
"tag": "<string>",
"feedback": true,
"median_wait_ms": 123,
"pricing": {
"type": "<string>",
"unit": "<string>",
"transaction": true,
"tiers": [
{
"unit_price": 123,
"start_qty": 123,
"end_qty": 123
}
]
},
"request_variables": [
{
"name": "<string>",
"description": "<string>",
"required": true,
"type": "<string>"
}
],
"response_variables": [
{
"name": "<string>",
"description": "<string>",
"required": true,
"type": "<string>"
}
],
"entity_id": "5fd4371e940df5a34a3888b2",
"editable": true
}
]
}Packages
Package
An integration package contains multiple integration modules.
The unique identifier of the integration package
Example:
"leadconduit-salesforce"
The name of the provider of the integration package
Example:
"Salesforce"
The human readable description of the integration package
The name of the package (i.e. Salesforce)
An array of pointers to each integration inside this package
The provider's homepage
Whether this integration supports a rich user experience
The semantic version of the package containing this integration
Show child attributes
Show child attributes