v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBSignatures
Create team signature
Create a new signature for the given team (workspace).
Required scope: signatures:write
post/teams/{team_id}/signatures
Path parameters
team_idstring required
The team ID
Request body
Response
A signature
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/signatures/sig_6rrv2",
"related": {
"owner": "https://yourCompany.api.frontapp.com/teams/tim_k30"
}
},
"id": "sig_6rrv2",
"name": "Finer Things Club signature",
"body": "<div>—<br />{{user.name}}<br />No paper, no plastic, and no work talk allowed<br /></div>",
"is_visible_for_all_teammate_channels": true,
"is_private": true
}