Bird integration (Communication, Marketing). Imported from open-connector.
https://api.bird.com/workspaces/{workspaceId}/channels
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Bird workspace ID. |
| limit | integer | optional | The maximum number of channels to return. |
| pageToken | string | optional | The pagination token returned by a previous request. |
| reverse | boolean | optional | Whether to reverse the order in which channels are returned. |
| platform | string | optional | Filter channels by platform name. |
| conferencial | boolean | optional | Filter channels by Bird's conferencial flag. |
| onlyMyChannels | boolean | optional | Only return channels the authenticated principal can access. |
| useCaseType | string | optional | Filter channels by the Bird use case type. |
| channelIds | array | optional | Filter channels by channel IDs. |
| resourceOwnerIds | array | optional | Filter channels by resource owner IDs. |
| resourceOwnerIdentifiers | array | optional | Filter channels by resource owner identifiers. |
| suite | string | optional | Filter channels by the Bird suite. |
| platformStatus | string | optional | Filter channels by platform release status. |
/workspaces/{workspaceId}/channels/{channelId}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Bird workspace ID. |
| channelId | string | required | The Bird channel ID. |
/workspaces/{workspaceId}/channels/{channelId}/messages/{messageId}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Bird workspace ID. |
| channelId | string | required | The Bird channel ID. |
| messageId | string | required | The Bird channel message ID. |
/workspaces/{workspaceId}/channels/{channelId}/messages/{messageId}/interactions
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Bird workspace ID. |
| channelId | string | required | The Bird channel ID. |
| messageId | string | required | The Bird channel message ID. |
/workspaces/{workspaceId}/channels/{channelId}/messages
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Bird workspace ID. |
| channelId | string | required | The Bird channel ID. |
| message | object | optional | A Bird channel message request. Provide either body or template. |
/workspaces/{workspaceId}/channels/{channelId}/batch/messages
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Bird workspace ID. |
| channelId | string | required | The Bird channel ID. |
| messages | array | optional | The Bird channel messages to send. |
/workspaces/{workspaceId}/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Bird workspace ID. |
/workspaces/{workspaceId}/contacts/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Bird workspace ID. |
| contactId | string | required | The Bird contact ID. |
| attribute | string | optional | A contact attribute name to include in the response. |
/workspaces/{workspaceId}/contacts/search
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Bird workspace ID. |
| identifier | object | optional | A Bird contact identifier. |
/workspaces/{workspaceId}/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Bird workspace ID. |
| contact | object | optional | The Bird contact fields to create. |
/workspaces/{workspaceId}/contacts/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Bird workspace ID. |
| contactId | string | required | The Bird contact ID. |
| patch | object | optional | The Bird contact update fields. |
/workspaces/{workspaceId}/contacts/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Bird workspace ID. |
| contactId | string | required | The Bird contact ID. |