curl -X POST 'https://api.sendforsign.com/api/recipient' \ -H 'Authorization: Bearer 123456789' \ -H 'Content-Type: application/json' \ -d '{ "data": { "action": "create", "contractKey": "CONTRACT_KEY", "recipients":[{ "action": "view", "customMessage": "Custom message text", "fullname": "John Johnson", "email": "john_johnson@mail.com", "position": 1 }], } }'
{ "result": true, "code": "200", "message": "Recipient created" }
Add a recipient to a contract.
Show child attribute
view
sign
approve
lock