This route will send a single communication to a customerAsk AIpost https://example.com/comms-api/{type}Path ParamstypestringenumrequiredEach communication type has its own role that can be set in admin. To send 'email' you must have 'send:email' role emaillettersmsAllowed:emaillettersmsBody ParamsFCCIDstringrequiredcustomers referencetemplateIDobjectrequired_id of the template to usetemplateID objectcontactIDstringrequired_id of the communication item E.g FCCORE_emailvariablesobject{ custom_variable: "value" } will replace {{ custom_variable }} in the templatevariables objectattachmentsarray of stringsLUUID of FCCORE_attachment. Must belong to the FCCIDattachmentsADD stringfreeTypeHtmlstringfree type text to add to email templateResponses 201communication sent 400Bad Request 403user is missing the required roles to send this communication typeUpdated about 1 year ago