You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Access the `AudienceClient` for managing audiences via the API. Refer to the [Resend Audience API](https://resend.com/docs/api-reference/audiences) for complete details.
91
91
~~~~swift
92
92
let audience =tryawait resendClient.audiences.create(name: "marketing")
93
93
~~~~
94
94
95
-
### Contact client
95
+
### Managing Contacts
96
96
97
97
Access the `ContactClient` for managing contacts via the API. Refer to the [Resend Contact API](https://resend.com/docs/api-reference/contacts) for complete details.
0 commit comments