Copy link to clipboard
Copied
I'm creating an app that uses the Adobe Sign API, and I can't find in the documentation information on how to change the agreement sender, by which I mean the name and email address given as "<User> requests your signature on <agreement name>" in the notification email sent when you send an agreement to be signed (as outlined here in the documentation).
Can anyone either point me to the relevant API docs or let me know what data to send, presumably in the POST request to /agreements, to set this information? I have group admin access and the user(s) I need to send the document(s) from as members of the group.
Thank you!
Copy link to clipboard
Copied
Hello,
Sorry for the delay in response.
I have checked that you are using the Adobe Sign Developer account.
As you have a query related to the API integration, it can be best answered by the experts.
I would request you to contact the pre-sales team. They will be able to provide you the pre-sales technical assistance and share the right information.
Please refer to the following link to get in contact with them: https://acrobat.adobe.com/us/en/sign/pricing/plans.html. You may use the contact button for Adobe Sign business and enterprise under the Multi-User tab.
Let us know if you need any help.
Thanks,
Meenakshi
Copy link to clipboard
Copied
the x-api-user header is used for this. Your access token needs the appropritate modifier.Your are thr group admin, so you have an Oauth application having set and requesitng the relevant scope and goup modifier. This then lets you use any email address from the same group the oauth application was created in in the x-api-user header.