struct Mailjet::Contact::CreateResponse
- Mailjet::Contact::CreateResponse
- Struct
- Value
- Object
Overview
Create a contact
contact = Mailjet::Contact.create({
name: "Contact name",
email: "[email protected]",
is_excluded_from_campaigns: false,
})
Included Modules
- JSON::Serializable
- Mailjet::Json::Fields