Send Email To User


                https://api.ocamba.com/v1/hood/users/{id}/send-email
            

Sends Email to User if a valid identifier was provided


Name
Description
contentstringrequired
The Email content.


Example: Hello from Ocamba.

integration_idstringrequired
The integration id.


Example: 1000

subjectstring
The title of email


Example: Email Title

204 - No Content
Arrow
200 Arrow
{       
  "integration_id" : "1001",
  "subject" : "Hello!",
  "content" : "Hello from Ocamba!"
}