Create email by serviceAsk AIpost https://app.upswot.com/{tenant}/api/v1/normalized-data/{companyId}/crm/emails/{serviceId}Create email by service id.Path ParamscompanyIduuidrequiredserviceIduuidrequiredBody Paramssubjectstring | nullThe subject line of the email.bodyPlainstring | nullThe main text content of the email in plain text format.senderIdstring | nullThe contact, lead, or user who sent the email.senderNamestring | nullThe sender's name.senderAddressstring | nullThe address that originated the email.sentToarray of objects | nullsentToADD objectsentToCCarray of objects | nullsentToCCADD objectsentToBCCarray of objects | nullsentToBCCADD objectrelatedObjectsarray of objects | nullrelatedObjectsADD objectreplyToIdstring | nullID of the inbound or outbound email message the current email is a reply to.statusstring | nullThe status of the email.Sent, DraftResponses 200OK 400Bad Request 401Unauthorized 403Forbidden 404Not Found 422Unprocessable Content 500Internal Server ErrorUpdated 11 months ago