Create team signatureAsk AIpost https://api2.frontapp.com/teams/{team_id}/signaturesCreate a new signature for the given team (workspace). Required scope: signatures:writePath Paramsteam_idstringrequiredDefaults to tim_123The team IDBody 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_visible_for_all_teammate_channelsbooleanWhether or not the signature is visible in all individual channels for teammates in the given team.truefalseis_defaultbooleanDefaults to falseIf true, the signature will be set as the default signature for the team.truefalsechannel_idsarray of stringsThe specific channels this signature is available in. If omitted or null, the signature will be available in all channels the team has access to. Alternatively, you can specify channels using a resource alias.channel_idsADD stringResponse 201A signatureUpdated 2 months ago