MailSlurpAPI.Api.ContactController.create_contact
You're seeing just the function
create_contact
, go back to MailSlurpAPI.Api.ContactController module for more information.
Link to this function
create_contact(connection, create_contact_options, opts \\ [])
Specs
create_contact( Tesla.Env.client(), MailSlurpAPI.Model.CreateContactOptions.t(), keyword() ) :: {:ok, MailSlurpAPI.Model.ContactDto.t()} | {:error, Tesla.Env.t()}
Create a contact
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- create_contact_options (CreateContactOptions): createContactOptions
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure