Skip to main content

Create a mapping

POST 

/v2/external/mappings

Creates a mapping.

Request

Body

required
    object_type stringrequired

    Filter by SalesLoft object type. Example: person

    object_id integerrequired

    Filter by SalesLoft object id. Example: 1343567

    external_type stringrequired

    Filter by external type. Example: salesforce

    external_id stringrequired

    Filter by external id. Example: 3456

Responses

Success

Schema
    tenant_id integer

    ID of tenant.

    object_type string

    The type of object in SalesLoft

    object_id integer

    The id of the object in SalesLoft

    inserted_at date

    When this mapping was inserted

    id integer

    ID of the mapping

    external_type string

    The type of external

    external_id string

    External ID

    deleted boolean

    Whether or not the mapping is deleted.

Loading...