Update an iMessage sender
Display name (inbox and API responses) and the contact card (vCard) recipients see when they save the sender. The contact card is what a contactCard send shares.
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
{ "success": true, "sender": { "id": "string", "kind": "phone", "region": "US", "handle": "string", "optInLink": "string", "status": "ordering", "priceCents": 0, "provider": "string", "profileId": "string", "displayName": "string", "failureReason": "string", "accountId": "string", "createdAt": "2019-08-24T14:15:22Z" }}Rename an iMessage group or change its photo
One change per call: either `name` or `photoUrl` (an empty `photoUrl` removes the photo). Applied asynchronously by the provider; a rename is mirrored on the inbox conversation right away.
Add a participant to an iMessage group
Applied asynchronously by the provider; the participant list on the next group webhook reflects it.