“$$PLACEHOLDER$$”: “valor”curl --location --request POST 'https://gateway.certisend.com/v2/email/send' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"interface_id": 64,
"destination": "name@example.com",
"fields": {
"$$VALOR_NUMERICO$$": "10",
"$$VALOR_TEXTUAL$$": "Hola!"
}
}'{
"success": true,
"shipment_id": 0,
"campaign_id": 0
}