Salta ai contenuti

Resend emails for gift

POST
/v2/gifts/resend-emails
curl --request POST \
--url https://api-crm-staging.divinea.com/api/v2/gifts/resend-emails \
--header 'APIKey: <APIKey>' \
--header 'Content-Type: application/json' \
--data '{ "beneficiaryNotifyAt": "2026-04-15", "buyerLangIso": "example", "giftId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "toEmail": "example", "wineryId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" }'

ResendEmailsRequest

Media typeapplication/json
ResendEmailsRequest
object
beneficiaryNotifyAt
string format: date
buyerLangIso
string
giftId
string format: uuid
toEmail
string
wineryId
string format: uuid
Examplegenerated
{
"beneficiaryNotifyAt": "2026-04-15",
"buyerLangIso": "example",
"giftId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0",
"toEmail": "example",
"wineryId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"
}

OK

Media type*/*
string