Skip to main content
POST
Sync a CRM object

Authorizations

x-api-key
string
header
required

Introw API key shown once when the credential is created.

Path Parameters

objectType
string
required

Type of CRM object to sync, in your CRM's own wording (Opportunity, Deal, Account, Company, …) or a custom object's API name. See the description above. Type of CRM object to sync, in your own CRM's wording. Introw translates it: Salesforce Opportunity, Account, Case and HubSpot Deal, Company, Ticket are all accepted (case-insensitive), as are Introw's own DEAL, COMPANY, TICKET, CONTACT, LEAD. For a custom object, pass its API name exactly as your CRM shows it (for example Partner_Program__c or p_partner_application).

Required string length: 1 - 255
objectId
string
required

Identifier of the CRM object to sync, as it appears in your CRM. Identifier of the CRM object to sync.

Required string length: 1 - 255

Response

CRM object was fetched and ingested successfully. No content is returned.