Microsoft Dynamics 365

Get Dynamics Authorization URL

get
Body
company_idintegerRequired

The ID of the company.

subdomainstringRequired

The subdomain associated with the company.

Responses
200

Successfully retrieved the authorization URL.

application/json
get
/dynamics
200

Successfully retrieved the authorization URL.

Remove Dynamics Connected Account

delete
Body
company_idintegerRequired

The ID of the company.

Responses
200

Successfully removed the connected account.

application/json
delete
/dynamics
200

Successfully removed the connected account.

Get Dynamics Token

get
Body
company_idintegerRequired

The ID of the company.

auth_tokenstringRequired

The authorization token provided by Dynamics.

Responses
200

Successfully retrieved the token.

application/json
get
/dynamics/token
200

Successfully retrieved the token.

Get Dynamics Connected Account Status

get
Body
company_idintegerRequired

The ID of the company.

Responses
200

Successfully retrieved the connected account status.

application/json
get
/dynamics/status
200

Successfully retrieved the connected account status.

Export Contacts to Dynamics

put
Body
company_idintegerRequired

The ID of the company.

lead_idsinteger[]Optional

An optional array of lead IDs to export.

Responses
200

Successfully exported contacts to Dynamics.

application/json
put
/dynamics/contacts
200

Successfully exported contacts to Dynamics.

Update Dynamics Configuration

put
Body
company_idintegerRequired

The ID of the company.

auto_syncinteger · enumOptional

Indicates whether auto-sync should be enabled (1) or disabled (0).

Possible values:
lead_statusstringOptional

The default lead status code.

Responses
200

Successfully updated Dynamics configuration.

application/json
put
/dynamics/config
200

Successfully updated Dynamics configuration.

Last updated