thedon
June 10, 2021, 10:16am
1
I need to send keys to HelloSign API in the format signer[0][name] but I cant seem to enter square brackets in the key field in the back end workflow
Can anybody point a nooby in the right direction?
edit: When I try to type the square bracket in the key field, the cusror jumps to the end of the input text
Thanks
Can you link us to the relevant API documentation so we can have a look?
thedon
June 10, 2021, 9:50pm
3
Yes thank you.
Here is the relevant page for my call which is POST /signature_request/send
https://app.hellosign.com/api/reference#send_signature_request
I have the call set up in the bubble API plugin, initialized and working. So I am trying to set up the back end workflow with only the 3 required parameters.
The call works in Postman also and the only issue I have is I cant type a square bracket in the parameter key.
Don
thedon
June 11, 2021, 9:23am
4
Hi thanks for your offer but I got it to work today.
Don
paul29
October 22, 2021, 2:18am
5
Hi @thedon
Can you share how you got this to work? Iām having the same issue.
Thanks,
thedon
October 22, 2021, 2:47am
6
Hi Paul. If I remember correctly, setting the body type to Form-data rather than JSON solved the problem for me
1 Like
paul29
October 22, 2021, 3:54am
7
That worked. Awesome. Thank you
1 Like