Create teammate signatureAsk AIpost https://api2.frontapp.com/teammates/{teammate_id}/signaturesCreate a new signature for the given teammate Required scope: signatures:writePath Paramsteammate_idstringrequiredDefaults to tea_123The teammate ID. Alternatively, you can supply an email as a resource alias.Body ParamsSignature to createnamestringrequiredName of the signaturesender_infostringSender info of the signature that will appear in the From line of emails sent.bodystringrequiredBody of the signatureis_defaultbooleanDefaults to falseIf true, the signature will be set as the default signature for the teammate.truefalsechannel_idsarray of stringsThe specific channels this signature is available in. If omitted or null, the signature will be available in all channels the teammate has access to. Alternatively, you can specify channels using a resource alias.channel_idsADD stringResponse 201A signatureUpdated 2 months ago