NodePing.Contacts.get_all-exclamation-mark
You're seeing just the function
get_all-exclamation-mark
, go back to NodePing.Contacts module for more information.
Get all contacts on your NodePing account or subaccount
Parameters
token
- NodePing API token that was provided with accountcustomerid
- optional ID to access a subaccount
Examples
iex> token = System.fetch_env!("TOKEN")
iex> result = NodePing.Contacts.get_all!(token)