Skip to main content
Question

Box Sign API - Template ID

  • May 23, 2025
  • 5 replies
  • 12 views

Forum|alt.badge.img

I have just been informed that template_id is a new POST body param, and while you can use template_id and it will utilize a template in the box sign request creation, it does not seem to be populating anything.

Previously, prefill_tags was utilized to populate flat files with hard coded markup placed inside to populate data. Utilizing templates from within box sign platform places an "inputs" array inside the signer array for each signer, with similar data as prefill_tags used.

I tried using both prefill_tags and putting inputs into signers array, neither seems to be working. I know this was just recently released, does anyone have any information on how to utilize it? Doesn't appear it's been documented yet on the official api documentation, or implemented into any SDKs.

5 replies

Forum|alt.badge.img

Hi,

I'm not sure if the template_id has in fact been released yet, I'll investigate, but I don't think so.

To get you started and even before looking into the prefill_tags, let me point you to this support document describing how to create "templates" than can be used with the sign API.

You can also find a collection of example documents illustrating how to use the "tags".

We've also create a sample app that contains a sign from a template use case. You can find the article here, and the sample app on this GitHub repo.

Let me know if this helps with your use case.


Forum|alt.badge.img

Hi,

Box Sign Templates API has been officially released.

You now have a /sign_templates end point to list and get the templates, and also the template_id parameter on the create sign request.

Best regards


Forum|alt.badge.img

Hi,

We tired new template feature in document sign in API but stumble with mysterious 404 error. When calling:

https://api.box.com/2.0/sign_templates

we get list of all sign in templates as expected. Yet call to

https://api.box.com/2.0/sign_templates/<template_id>

where <template_id> is any of ids returned in previous call yields 404. The same behavior we experience when trying to call sign_requests endpoint with given <template_id>. We checked scopes and template permissions for the our App but we don't know what to check next :-(

Regards

 

 

 

 

 


Forum|alt.badge.img

I'm getting the same 404 behavior on the call to get a sign template with the template_id. The template_id we're using is returned successfully in the response to list all sign templates. Any idea when this bug will be fixed? 


Forum|alt.badge.img

Hi folks

This forum will be decommissioned soon

Please post your question on https://forum.box.com/

Best regards