SrinivasR

Triggering email while creation of package

0 votes
Hi, I have requirement like while sending package creation request for in person now email triggering but i don't want to get any email for in person now so for this what changes are required in request json. Please share your thought on this. sample request is:: { "trashed": "true", "documents": [{ "extract": "true", "name": "xyz", "approvals": [{ "fields": [{ "name": "RepPropIns1Sign", "extract": "true", "type": "SIGNATURE", "subtype": "CAPTURE" }, { "name": "DateRepPropIns1", "extract": "true", "type": "INPUT", "subtype": "LABEL", "binding": "{approval.signed}" }], "role": "Prnom_Prnom_primins" }, { "fields": [{ "name": "AuthPropIns1Sign", "extract": "true", "type": "SIGNATURE", "subtype": "CAPTURE" }, { "name": "DateAuthPropIns1", "extract": "true", "type": "INPUT", "subtype": "LABEL", "binding": "{approval.signed}" }], "role": "Prnom_Prnom_primins" }, { "fields": [{ "name": "RepPropOwn1Sign", "extract": "true", "type": "SIGNATURE", "subtype": "CAPTURE" }, { "name": "DateRepPropOwn1", "extract": "true", "type": "INPUT", "subtype": "LABEL", "binding": "{approval.signed}" }], "role": "Prnom_Prnom_primins" }, { "fields": [{ "name": "AuthPropOwn1Sign", "extract": "true", "type": "SIGNATURE", "subtype": "CAPTURE" }, { "name": "DateAuthPropIns1", "extract": "true", "type": "INPUT", "subtype": "LABEL", "binding": "{approval.signed}" }], "role": "Prnom_Prnom_primins" }] }], "roles": [{ "id": "Prnom_Prnom_primins", "signers": [{ "email": "[email protected]", "firstName": "Prénom", "id": "Prnom_Prnom_primins", "lastName": "Prénom" }] }], "status": "SENT", "language": "en", "name": "test package", "due": "2017-04-11T13:09:10Z", "type": "PACKAGE", "userName": "eBix", "userPwd": "3F166721197B5", "settings": { "ceremony": { "inPerson": "true", "declineButton": "true" } } }

Approved Answer

Reply to: Triggering email while creation of package

0 votes
Yes, You can indeed have email activate (the email sent out when sending your package) turned off on an account level and use the following call:
POST /packages/{packageId}/roles/{roleId}/notifications
To notify signers that need be notified.
Haris Haidary OneSpan Technical Consultant

Reply to: Triggering email while creation of package

0 votes
Hi Srinivas, You can turn off email notifications by sending a request to support. Note that email notifications are on an account level. In other words, email notifications will be turned off for all packages created following your request.
Haris Haidary OneSpan Technical Consultant

Reply to: Triggering email while creation of package

0 votes
I gone through below url with sample request but email was triggered if we use email as true/false https://www.esignlive.com/blog/e-signlive-for-new-users-how-to-create-and-send-your-first-package-rest-api/?_ga=1.43326245.121010244.1485372146 sample json: "delivery": { "email":true, "provider":false, "download":true }, Please share your thoughts what is the behavior delivery mode email as true/false. Thanks, Srinivas

Reply to: Triggering email while creation of package

0 votes
Hi Haris, Thanks for the reply for turn off email notifications: If we turn off the email notification in account level we can 't get emails while creating package request right But we need email notification for specific users like remote for this we can cal below rest api is it work or not please share your thoughts on this. POST /packages/{packageId}/roles/{roleId}/notifications: Thanks, Srinivas

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off