curl --request POST \ --url https://backend.testeswaffle.org/subscribe/others \ --header 'Content-Type: application/json' \ --data '{ "referrer_email": "[email protected]", "subscriptions": [ { "email": "[email protected]", "name": "Maria Santos", "newsletter": "thenews" }, { "email": "[email protected]", "name": "Pedro Costa", "newsletter": "thebizness" } ], "send_notification": true }'
{ "success": true, "data": { "total_subscriptions": 2, "successful": 2, "failed": 0, "results": [ { "email": "[email protected]", "success": true, "subscription_id": "sub_abc123" }, { "email": "[email protected]", "success": true, "subscription_id": "sub_def456" } ] } }
Permite inscrever outras pessoas nas newsletters
Show subscription object
Show properties
Show result object
Email de quem está indicando
Show child attributes
Enviar notificação aos inscritos
Inscrições processadas