[] Square bracket problem

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

Screenshot 2021-06-10 at 11.15.24

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?

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

Hi thanks for your offer but I got it to work today.

Don

Hi @thedon
Can you share how you got this to work? I’m having the same issue.
Thanks,

Hi Paul. If I remember correctly, setting the body type to Form-data rather than JSON solved the problem for me

Screenshot 2021-10-22 at 03.44.44

1 Like

That worked. Awesome. Thank you

1 Like