API Documentation
Contract
PDF and Word
Placeholder
Template
Custom branding
Implement your brand presence.
curl -X POST 'https://api.sendforsign.com/api/settings' \
-H 'Authorization: Bearer 123456789' \
-H 'Content-Type: application/json' \
-d '{
"data": {
"type": "brandings",
"branding": {
"emailFrom": "",
"emailDomain": "",
"recipientLinkDomain": "",
"emailExplainer": "",
"emailLogo": "",
"emailButtonColor": "",
"recipientPageBranding": true
}
}
}'
{
"code": "201",
"message": "Settings updated"
}
You can customize the appearance of the emails you send via Sendforsign’s infrastructure, use your own email domain, change the domain of recipient links you generate, and more.
Body parameters
Settings type.
Structure.
The sender’s name that will be shown in the emails you send to recipients.
Available for Business accounts only. You’ll need input from the Sendforsign team—contact your account manager.
Available for Business accounts only. You’ll need input from the Sendforsign team—contact your account manager.
A short text shown at the bottom of the emails you send to recipients.
The logo that will be shown in the emails you send to recipients. Provide a public URL to a PNG, JPG, JPEG, or SVG image (W154 x H30).
The button color that will be shown in the emails you send to recipients. Provide a hex code; the default is #1677ff.
Available for Business accounts only. You’ll need input from the Sendforsign team—contact your account manager.
Response
The code of the answer.
The message of the answer.
curl -X POST 'https://api.sendforsign.com/api/settings' \
-H 'Authorization: Bearer 123456789' \
-H 'Content-Type: application/json' \
-d '{
"data": {
"type": "brandings",
"branding": {
"emailFrom": "",
"emailDomain": "",
"recipientLinkDomain": "",
"emailExplainer": "",
"emailLogo": "",
"emailButtonColor": "",
"recipientPageBranding": true
}
}
}'
{
"code": "201",
"message": "Settings updated"
}
curl -X POST 'https://api.sendforsign.com/api/settings' \
-H 'Authorization: Bearer 123456789' \
-H 'Content-Type: application/json' \
-d '{
"data": {
"type": "brandings",
"branding": {
"emailFrom": "",
"emailDomain": "",
"recipientLinkDomain": "",
"emailExplainer": "",
"emailLogo": "",
"emailButtonColor": "",
"recipientPageBranding": true
}
}
}'
{
"code": "201",
"message": "Settings updated"
}