Calculate application time-to-contact
Calculates the elapsed time between when the Application was created and the first outbound message in any linked Conversation. Returns timeToContact: null (and an explanatory message) when no outbound message has been sent yet.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Time-to-contact returned
Time elapsed between application creation and the first outbound message in any linked conversation. timeToContact and firstContactAt are null when no outbound message has been sent yet.
milliseconds Milliseconds between application creation and first outbound message. Null if no outbound message yet.
Explanatory message when timeToContact is null.
Same value expressed in different units (only present on the success path).