cURL
curl --request PATCH \ --url https://api.example.com/notifications/{id} \ --header 'Content-Type: application/json' \ --data ' { "status": "SENT", "type": "EMAIL", "reason": "<string>", "metadata": {} } '
{ "tenantId": "<string>", "id": "<string>", "type": "EMAIL", "status": "SENT", "provider": "AR24", "createdAt": "2023-11-07T05:31:56Z", "externalId": "<string>", "reason": "<string>", "metadata": {}, "updatedAt": "2023-11-07T05:31:56Z" }
SENT
OPENED
REJECTED
NEGLECTED
EMAIL
LRE
ERE
AR24
CUSTOMER_IO
Was this page helpful?