Send Reminder

Estimated reading: 1 minute 5 views

Use Case

Send a Signature Reminder to the recipient.

Request

curl --location --request POST 'https://api.sandbox.signaturit.com/v3/signatures/930dbabc-2470-4970-94ec-f6e76e1d7471/reminder.json' 
--header 'Authorization: Bearer BXHcYigHevJYriFgNuNhzTDvGQlBmEDRCpOFWIckocVnWrjDETqFbmiqFkKGgEdGxgdUGfDhMgFrgODfljPQfK'

Success Response

{
    "created_at": "2023-11-29T11:09:21+0000",
    "data": [
        {
            "key": "notification_id",
            "value": "a0x7e000006KPHkAAO"
        },
        {
            "key": "recordId",
            "value": "a0R7e00000A8FdnEAF"
        },
        {
            "key": "sObjectType",
            "value": "wattyo__Order_Item__c"
        }
    ],
    "id": "930dbabc-2470-4970-94ec-f6e76e1d7471",
    "documents": [
        {
            "created_at": "2023-11-29T11:09:22+0000",
            "file": {
                "name": "Name.pdf",
                "pages": 1,
                "size": 16677
            },
            "id": "52edb133-d6b4-463e-a4e0-b6049465b75f",
            "events": [
                {
                    "created_at": "2023-11-29T11:09:27+0000",
                    "type": "email_processed"
                },
                {
                    "created_at": "2023-11-29T11:09:31+0000",
                    "type": "email_delivered"
                }
            ],
            "email": "salesforce@wattyo.com",
            "name": "Javier",
            "status": "ready"
        }
    ]
}

Error Response

This is a sample error response not related to the request above.

    {
    "status_code": 404,
    "message": "Signature with id 930dbabc-2470-4970-94ec-f6e76dde1d7471 not found"
    }

Leave a Comment

       
Euphoria, forever till the end of times

Euphoria

Share this Doc

Send Reminder

Or copy link

CONTENTS