Questions tagged [hellosign-api]
47 questions
0
votes
1 answer
What format is this template string/formula field in?
I am building an integration for a client with the HelloWorks API. This is a service that allows you to create user-fillable PDF forms.
It appears that their product supports formatted/template strings/formula fields as outputs to the PDF files, as…

Rai
- 101
0
votes
1 answer
how do I assign specific variables from Zapier into text fields in Docusign to auto populate the contract?
I am passing a json file from salesmate into Zapier, and from Zapier I am passing those variables into docusign to auto populate a contract. some of the fileds like "company" and "email" are assigned correctly. however, I am unable to make custom…

Trolley_Theif
- 69
- 1
- 1
- 8
0
votes
0 answers
How to deserialize string that get from Stream using c#?
I have an API which handles call back event of HelloSign. I get Stream in the request data. I convert that Stream into String using following code and it provide me following string.
public bool HSEventCallback(Stream stream)
{
bool…

Nanji Mange
- 2,155
- 4
- 29
- 63
0
votes
1 answer
How to get content of multipart/form-data from a POST to a create service in Feathers.JS?
I am trying to setup a callback for the hellosign API in Feathers.JS
I made a simple create like this:
app.use('/hellosign/callback', {
create(data, params) {
console.log(data);
console.log(params);
return Promise.resolve("Hello API…

David Meister
- 3,941
- 1
- 26
- 27
0
votes
2 answers
How to handle API callbacks in ASP.NET MVC (Helloworks API in my case)
As per their documentation from link https://docs.helloworks.com/v3/reference#callbacks
"With the HelloWorks API you can use callbacks to be notified about certain events. Currently we support a callback to be registered when a step is started, the…

bikram s.
- 327
- 5
- 16
0
votes
2 answers
HelloSign get template/document preview link
Is there a way to preview a template or a signed document using API?
I know there is a way to download/get a link to template files but can't find any info about how to download/preview a template itself (or a signed document).
I also know that…

GProst
- 9,229
- 3
- 25
- 47
0
votes
1 answer
How do I make all the values in one straight vertical line without repeating "\t" or "\n"?
I'm trying to make the prices of the products in a textarea to be a straight line. However, as the length of the product names is different, it would require different amounts of "\t" to get the prices to be vertically aligned.
Here's a sample of…

John Arc
- 173
- 1
- 17
0
votes
4 answers
App that involves document upload and signature
I am creating a web app that has the following requirements:
There will be multiple administrators working for a tenant. The administrators will upload a document that needs to be signed and select the recipients and click send. The recipients will…

Blake Rivell
- 13,105
- 31
- 115
- 231
0
votes
1 answer
Add a hyperlink to a HelloSign template
I am using HelloSign with PHP SDK to send an agreement to users to sign. I need to add a link to 'Terms of Service' in the body of the signing document, so that users can click, visit the link and return to sign the document. I am using a PDF with a…

Teshan N.
- 2,307
- 3
- 30
- 59
0
votes
2 answers
HelloSign iframe display in PHP custom page
I need to integrate the HelloSign API in my PHP code.
I followed this way but iframe is not coming.