Send ContractAsk AIpost https://api.assembly.com/v1/contractsThis API endpoint sends a contract to the specified recipient.Body ParamscontractTemplateIdstringrequiredThe unique ID of the contract template the contract is associated with.recipientIdstringDeprecated: Use clientId instead.clientIdstringrequiredThe unique ID of the client receiving the contract request.companyIdstringThe company ID of the client. Required when the client has more than one company.variableValuesstringA list of fields which represent the specific values for certain contract inputs. This param is only required if the contract template it is associated with has variable inputs. Example: {"input_id":"someValue", "other_input_id": "otherValue"}Responses 200200 400400Updated 8 months ago