Dixa Get Conversation ID for Phone Number
Finds the most recent Dixa phone conversation for a given phone number, if the call happened in the last 5 minutes, and returns its conversation ID. Use it to link an incoming call to its Dixa conversation.
What it does
- Searches Dixa for the latest phone conversation matching the given phone number.
- Returns the conversation ID when a recent match is found.
- Indicates whether a matching conversation was found.
Inputs
| Name | Type | Description |
|---|---|---|
| Dixa API Token | Credentials | API Token used to authenticate with Dixa |
| Phone Number | String | The phone number to search for. |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether a matching conversation was found. |
| Conversation ID | Number | The ID of the most recent matching phone conversation. |
Notes
- Only matches calls from the last 5 minutes.
- Requires a Dixa API token.