We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. I'm new to this gem.
In the hubspot interface I can create contacts without an email.
But I can't seem to create a contact without email through this gem. Is that correct??
Kind Regards Søren
The text was updated successfully, but these errors were encountered:
Did you ever figure out how to do this @srehne ?
Sorry, something went wrong.
I was able to figure this out by just passing in nil for the email. Like this:
nil
Hubspot::Contact.create!( nil, { firstname: "John", lastname: "Doe", phone: "555-555-5555", } )
No branches or pull requests
Hi. I'm new to this gem.
In the hubspot interface I can create contacts without an email.
But I can't seem to create a contact without email through this gem.
Is that correct??
Kind Regards
Søren
The text was updated successfully, but these errors were encountered: