Taskbot Booked Calendly Meeting
  • 11 Jul 2022
  • 6 Minutes to read
  • Dark
    Light

Taskbot Booked Calendly Meeting

  • Dark
    Light

Article summary

Taskbot Booked Calendly Meeting

Taskbot Booked Calendly Meeting JSON Format

Taskbot Booked Calendly Meeting is represented as simple flat JSON objects with the following keys:

NameTypeDescription
eventInviteeUristringURL of the event invitee.
idguidId of the current calendly meeting.
taskbotIdguidId of the taskbot.
chatIdguidId of the chat.
ticketIdguidId of the ticket.
meetingBookedTimedatetimeTime of the meeting booked.
meetingStartTimedatetimeStart time of the meeting.
meetingDurationintegerDuration of the meeting.
integrationCalendlyIdguidId of the integration calendly.
eventUristringURL of the event.
eventTypestringType of the event.
guestsstringGuests invited to the meeting.
locationstringLocation of the metting.
botTypeenumAllowed values are taskbot, chatbot.
chatbotIdguidId of the chatbot
taskbottaskbotReference to Task Bot.
chatbotchatbotReference to Chatbot.
integrationCalendlyintegrationCalendlyReference to Integration Calendly.

Get the list of Taskbot Booked Calendly Meetings

GET bot/taskbotBookedCalendlyMeetings

  • Parameters:

NameTypeinRequiredDescription
integrationCalendlyguidquerynoId of the integration calendly.
meetingBookedTimedatatimequerynoTime of the meeting booked.
taskbotguidquerynoId of the taskbot.
includestringquerynoAllowed values are "taskbot", "chatbot", "integrationCalendly".
  • Response:

An array of Taskbot Booked Calendly Meeting

  • Example

Sample Request:

curl https://api11.comm100.io/v4/bot/taskbotBookedCalendlyMeetings \ 
    -X 'GET' \ 
    -H 'Authorization: Bearer {access_token}' \ 

Response:

HTTP/1.1 200 OK

{
  "taskbotBookedCalendlyMeetings": [
      {
          "eventInviteeUri": "https://api.calendly.com/scheduled_events/GBYM5HCXJXNPKS3Q/invitees/BF436VX6O6QN53C5",
          "id": "D05382B0-174B-EB11-8100-00155D081D0B",
          "taskbotId": "D8787636-184B-EB11-8100-00155D081D0B",
          "chatId": "00000000-0000-0000-0000-000000000000",
          "ticketId": "00000000-0000-0000-0000-000000000000",
          "meetingBookedTime": "2021-04-16T10:05:38.7593288Z",
          "meetingStartTime": "2021-04-16T10:05:38.7593288Z",
          "meetingDuration": 15,
          "integrationCalendlyId": "58795F4B-214B-EB11-8100-00155D081D0B",
          "eventUri": "https://api.calendly.com/scheduled_events/GBYM5HCXJXNPKS3Q",
          "eventType": "15 Minute Meeting",
          "guests": "guest",
          "location": "beijing",
          "botType": "0",
          "chatbotId": "00000000-0000-0000-0000-000000000000",
          "taskbot": {
              "latestVersionId": "5842fc45-3154-42da-b657-5a489c96d8b5",
              "id": "c44fada7-961b-42fd-abac-d080355f6ed6",
              "name": "chatbot",
              "ifCustomizeAvatar": false,
              "customizeAvatar": "",
              "systemAvatarId": "00000000-0000-0000-0000-000000000001",
              "avatar": "https://api11.comm100.io/v4/Bot/taskbots/c44fada7-961b-42fd-abac-d080355f6ed6/avatar"
          },
          "chatbot": {
              "id": "e8bf0d25-eed6-4a46-a417-318e15019609",
              "languageId": "en",
              "name": "Testchatbot",
              "thirdPartyWebhookUrl": "https://",
              "trainingStatus": "0",
              "importingStatus": "0",
              "highConfidenceScore": 40,
              "noAnswerScore": 20,
              "lastUpdatedTime": "2021-04-07T05:59:17.887Z",
              "outputAudioEncoding": "linear16",
              "voiceGender": "male",
              "ifCustomizeAvatar": false,
              "customizeAvatar": "",
              "systemAvatarId": "00000000-0000-0000-0000-000000000001",
              "veryNegativeScore": -8,
              "negativeScore": -3,
              "neutralScore": 2,
              "positiveScore": 7,
              "ifSentiment": false,
              "ifAutoTranslation": true,
              "engineId": "266b567c-c716-43c4-84e1-5723f5badfaf",
              "description": "",
              "thirdPartyBotId": "",
              "thirdPartyBotVersion": 1,
              "quickReplyStyles": "",
              "avatar": "https://api11.comm100.io/v4/Bot/chatbots/e8bf0d25-eed6-4a46-a417-318e15019609/avatar",
              "engine": {
                  "id": "bbec7c36-9c72-4789-8e07-8951c22eb945",
                  "name": ""
              },
              "channelIds": [
                  "Live Chat"
              ]
          },
          "integrationCalendly": {
              "isDeleted": false,
              "calendlyUserName": "ruchenliu@163.com",
              "id": "B62EA95D-BE0A-404E-8098-7147E7F432B7",
              "accessToken": "",
              "refreshToken": "",
              "name": "ruchenliu@163.com",
              "calendlyUserUri": "https:api.calendly.com/user/AHFGUUED43A5VQ54"
          }
      }
  ],
  "nextPage": null,
  "previousPage": null,
  "total": 1
} 

Get a single Taskbot Booked Calendly Meeting

GET bot/taskbotBookedCalendlyMeetings/{id}

  • Parameters:

NameTypeinRequiredDescription
includestringquerynoAllowed values are "taskbot", "chatbot", "integrationCalendly".
  • Response:

Taskbot Booked Calendly Meeting

  • Example

Sample Request:

curl https://api11.comm100.io/v4/bot/taskbotBookedCalendlyMeetings/D05382B0-174B-EB11-8100-00155D081D0B \ 
    -X 'GET' \ 
    -H 'Authorization: Bearer {access_token}' \ 

Response:

HTTP/1.1 200 OK

{
  "eventInviteeUri": "https://api.calendly.com/scheduled_events/GBYM5HCXJXNPKS3Q/invitees/BF436VX6O6QN53C5",
  "id": "D05382B0-174B-EB11-8100-00155D081D0B",
  "taskbotId": "D8787636-184B-EB11-8100-00155D081D0B",
  "chatId": "00000000-0000-0000-0000-000000000000",
  "ticketId": "00000000-0000-0000-0000-000000000000",
  "meetingBookedTime": "2021-04-16T10:05:38.7593288Z",
  "meetingStartTime": "2021-04-16T10:05:38.7593288Z",
  "meetingDuration": 15,
  "integrationCalendlyId": "58795F4B-214B-EB11-8100-00155D081D0B",
  "eventUri": "https://api.calendly.com/scheduled_events/GBYM5HCXJXNPKS3Q",
  "eventType": "15 Minute Meeting",
  "guests": "guest",
  "location": "beijing",
  "botType": "0",
  "chatbotId": "00000000-0000-0000-0000-000000000000",
  "taskbot": {
      "latestVersionId": "5842fc45-3154-42da-b657-5a489c96d8b5",
      "id": "c44fada7-961b-42fd-abac-d080355f6ed6",
      "name": "chatbot",
      "ifCustomizeAvatar": false,
      "customizeAvatar": "",
      "systemAvatarId": "00000000-0000-0000-0000-000000000001",
      "avatar": "https://api11.comm100.io/v4/Bot/taskbots/c44fada7-961b-42fd-abac-d080355f6ed6/avatar"
  },
  "chatbot": {
      "id": "e8bf0d25-eed6-4a46-a417-318e15019609",
      "languageId": "en",
      "name": "Testchatbot",
      "thirdPartyWebhookUrl": "https://",
      "trainingStatus": "0",
      "importingStatus": "0",
      "highConfidenceScore": 40,
      "noAnswerScore": 20,
      "lastUpdatedTime": "2021-04-07T05:59:17.887Z",
      "outputAudioEncoding": "linear16",
      "voiceGender": "male",
      "ifCustomizeAvatar": false,
      "customizeAvatar": "",
      "systemAvatarId": "00000000-0000-0000-0000-000000000001",
      "veryNegativeScore": -8,
      "negativeScore": -3,
      "neutralScore": 2,
      "positiveScore": 7,
      "ifSentiment": false,
      "ifAutoTranslation": true,
      "engineId": "266b567c-c716-43c4-84e1-5723f5badfaf",
      "description": "",
      "thirdPartyBotId": "",
      "thirdPartyBotVersion": 1,
      "quickReplyStyles": "",
      "avatar": "https://api11.comm100.io/v4/Bot/chatbots/e8bf0d25-eed6-4a46-a417-318e15019609/avatar",
      "engine": {
          "id": "bbec7c36-9c72-4789-8e07-8951c22eb945",
          "name": ""
      },
      "channelIds": [
          "Live Chat"
      ]
  },
  "integrationCalendly": {
      "isDeleted": false,
      "calendlyUserName": "ruchenliu@163.com",
      "id": "B62EA95D-BE0A-404E-8098-7147E7F432B7",
      "accessToken": "",
      "refreshToken": "",
      "name": "ruchenliu@163.com",
      "calendlyUserUri": "https:api.calendly.com/user/AHFGUUED43A5VQ54"
  }
} 

Create a new Taskbot Booked Calendly Meeting

POST bot/taskbotBookedCalendlyMeetings

  • Parameters:

NameTypeinRequiredDescription
eventInviteeUristringbodyyesURL of the event invitee.
taskbotIdguidbodyyesId of the taskbot.
chatIdguidbodyyesId of the chat.
ticketIdguidbodynoId of the ticket.
meetingBookedTimedatetimebodynoTime of the meeting booked.
meetingStartTimedatetimebodynoStart time of the meeting.
meetingDurationintegerbodynoDuration of the meeting.
integrationCalendlyIdguidbodyyesId of the integration calendly.
eventUristringbodyyesURL of the event.
eventTypestringbodynoType of the event.
guestsstringbodynoGuests invited to the meeting.
locationstringbodynoLocation of the metting.
botTypeenumbodynoAllowed values are taskbot, chatbot.
chatbotIdguidbodyyesId of the chatbot
  • Response:

Taskbot Booked Calendly Meeting

  • Example

Sample Request:

curl https://api11.comm100.io/v4/bot/taskbotBookedCalendlyMeetings \ 
    -X 'POST' \ 
    -H 'Authorization: Bearer {access_token}' \ 
    -H 'Content-Type: application/json' \ 
    -D '{"eventInviteeUri":"https://api.calendly.com/scheduled_events/GBYM5HCXJXNPKS3Q/invitees/BF436VX6O6QN53C5","taskbotId":"D8787636-184B-EB11-8100-00155D081D0B","chatId":"00000000-0000-0000-0000-000000000000","ticketId":"00000000-0000-0000-0000-000000000000","meetingBookedTime":"2021-04-16T10:05:38.7593288Z","meetingStartTime":"2021-04-16T10:05:38.7593288Z","meetingDuration":15,"integrationCalendlyId":"58795F4B-214B-EB11-8100-00155D081D0B","eventUri":"https://api.calendly.com/scheduled_events/GBYM5HCXJXNPKS3Q","eventType":"15 Minute Meeting","guests":"guest","location":"beijing","botType":"0","chatbotId":"00000000-0000-0000-0000-000000000000"}' 

Response:

HTTP/1.1 201 Created

{
  "eventInviteeUri": "https://api.calendly.com/scheduled_events/GBYM5HCXJXNPKS3Q/invitees/BF436VX6O6QN53C5",
  "id": "D05382B0-174B-EB11-8100-00155D081D0B",
  "taskbotId": "D8787636-184B-EB11-8100-00155D081D0B",
  "chatId": "00000000-0000-0000-0000-000000000000",
  "ticketId": "00000000-0000-0000-0000-000000000000",
  "meetingBookedTime": "2021-04-16T10:05:38.7593288Z",
  "meetingStartTime": "2021-04-16T10:05:38.7593288Z",
  "meetingDuration": 15,
  "integrationCalendlyId": "58795F4B-214B-EB11-8100-00155D081D0B",
  "eventUri": "https://api.calendly.com/scheduled_events/GBYM5HCXJXNPKS3Q",
  "eventType": "15 Minute Meeting",
  "guests": "guest",
  "location": "beijing",
  "botType": "0",
  "chatbotId": "00000000-0000-0000-0000-000000000000",
  "taskbot": {
      "latestVersionId": "5842fc45-3154-42da-b657-5a489c96d8b5",
      "id": "c44fada7-961b-42fd-abac-d080355f6ed6",
      "name": "chatbot",
      "ifCustomizeAvatar": false,
      "customizeAvatar": "",
      "systemAvatarId": "00000000-0000-0000-0000-000000000001",
      "avatar": "https://api11.comm100.io/v4/Bot/taskbots/c44fada7-961b-42fd-abac-d080355f6ed6/avatar"
  },
  "chatbot": {
      "id": "e8bf0d25-eed6-4a46-a417-318e15019609",
      "languageId": "en",
      "name": "Testchatbot",
      "thirdPartyWebhookUrl": "https://",
      "trainingStatus": "0",
      "importingStatus": "0",
      "highConfidenceScore": 40,
      "noAnswerScore": 20,
      "lastUpdatedTime": "2021-04-07T05:59:17.887Z",
      "outputAudioEncoding": "linear16",
      "voiceGender": "male",
      "ifCustomizeAvatar": false,
      "customizeAvatar": "",
      "systemAvatarId": "00000000-0000-0000-0000-000000000001",
      "veryNegativeScore": -8,
      "negativeScore": -3,
      "neutralScore": 2,
      "positiveScore": 7,
      "ifSentiment": false,
      "ifAutoTranslation": true,
      "engineId": "266b567c-c716-43c4-84e1-5723f5badfaf",
      "description": "",
      "thirdPartyBotId": "",
      "thirdPartyBotVersion": 1,
      "quickReplyStyles": "",
      "avatar": "https://api11.comm100.io/v4/Bot/chatbots/e8bf0d25-eed6-4a46-a417-318e15019609/avatar",
      "engine": {
          "id": "bbec7c36-9c72-4789-8e07-8951c22eb945",
          "name": ""
      },
      "channelIds": [
          "Live Chat"
      ]
  },
  "integrationCalendly": {
      "isDeleted": false,
      "calendlyUserName": "ruchenliu@163.com",
      "id": "B62EA95D-BE0A-404E-8098-7147E7F432B7",
      "accessToken": "",
      "refreshToken": "",
      "name": "ruchenliu@163.com",
      "calendlyUserUri": "https:api.calendly.com/user/AHFGUUED43A5VQ54"
  }
} 

Update the Taskbot Booked Calendly Meeting

PUT bot/taskbotBookedCalendlyMeetings/{id}

  • Parameters:

NameTypeinRequiredDescription
eventInviteeUristringbodyyesURL of the event invitee.
taskbotIdguidbodyyesId of the taskbot.
chatIdguidbodyyesId of the chat.
ticketIdguidbodynoId of the ticket.
meetingBookedTimedatetimebodynoTime of the meeting booked.
meetingStartTimedatetimebodynoStart time of the meeting.
meetingDurationintegerbodynoDuration of the meeting.
integrationCalendlyIdguidbodyyesId of the integration calendly.
eventUristringbodyyesURL of the event.
eventTypestringbodynoType of the event.
guestsstringbodynoGuests invited to the meeting.
locationstringbodynoLocation of the metting.
botTypeenumbodynoAllowed values are taskbot, chatbot.
chatbotIdguidbodyyesId of the chatbot
  • Response:

Taskbot Booked Calendly Meeting

  • Example

Sample Request:

curl https://api11.comm100.io/v4/bot/taskbotBookedCalendlyMeetings/D05382B0-174B-EB11-8100-00155D081D0B \ 
    -X 'PUT' \ 
    -H 'Authorization: Bearer {access_token}' \ 
    -H 'Content-Type: application/json' \ 
    -D '{"eventInviteeUri":"https://api.calendly.com/scheduled_events/GBYM5HCXJXNPKS3Q/invitees/BF436VX6O6QN53C5","taskbotId":"D8787636-184B-EB11-8100-00155D081D0B","chatId":"00000000-0000-0000-0000-000000000000","ticketId":"00000000-0000-0000-0000-000000000000","meetingBookedTime":"2021-04-16T10:05:38.7593288Z","meetingStartTime":"2021-04-16T10:05:38.7593288Z","meetingDuration":15,"integrationCalendlyId":"58795F4B-214B-EB11-8100-00155D081D0B","eventUri":"https://api.calendly.com/scheduled_events/GBYM5HCXJXNPKS3Q","eventType":"15 Minute Meeting","guests":"guest","location":"beijing","botType":"0","chatbotId":"00000000-0000-0000-0000-000000000000"}' 

Response:

HTTP/1.1 200 OK

{
  "eventInviteeUri": "https://api.calendly.com/scheduled_events/GBYM5HCXJXNPKS3Q/invitees/BF436VX6O6QN53C5",
  "id": "D05382B0-174B-EB11-8100-00155D081D0B",
  "taskbotId": "D8787636-184B-EB11-8100-00155D081D0B",
  "chatId": "00000000-0000-0000-0000-000000000000",
  "ticketId": "00000000-0000-0000-0000-000000000000",
  "meetingBookedTime": "2021-04-16T10:05:38.7593288Z",
  "meetingStartTime": "2021-04-16T10:05:38.7593288Z",
  "meetingDuration": 15,
  "integrationCalendlyId": "58795F4B-214B-EB11-8100-00155D081D0B",
  "eventUri": "https://api.calendly.com/scheduled_events/GBYM5HCXJXNPKS3Q",
  "eventType": "15 Minute Meeting",
  "guests": "guest",
  "location": "beijing",
  "botType": "0",
  "chatbotId": "00000000-0000-0000-0000-000000000000",
  "taskbot": {
      "latestVersionId": "5842fc45-3154-42da-b657-5a489c96d8b5",
      "id": "c44fada7-961b-42fd-abac-d080355f6ed6",
      "name": "chatbot",
      "ifCustomizeAvatar": false,
      "customizeAvatar": "",
      "systemAvatarId": "00000000-0000-0000-0000-000000000001",
      "avatar": "https://api11.comm100.io/v4/Bot/taskbots/c44fada7-961b-42fd-abac-d080355f6ed6/avatar"
  },
  "chatbot": {
      "id": "e8bf0d25-eed6-4a46-a417-318e15019609",
      "languageId": "en",
      "name": "Testchatbot",
      "thirdPartyWebhookUrl": "https://",
      "trainingStatus": "0",
      "importingStatus": "0",
      "highConfidenceScore": 40,
      "noAnswerScore": 20,
      "lastUpdatedTime": "2021-04-07T05:59:17.887Z",
      "outputAudioEncoding": "linear16",
      "voiceGender": "male",
      "ifCustomizeAvatar": false,
      "customizeAvatar": "",
      "systemAvatarId": "00000000-0000-0000-0000-000000000001",
      "veryNegativeScore": -8,
      "negativeScore": -3,
      "neutralScore": 2,
      "positiveScore": 7,
      "ifSentiment": false,
      "ifAutoTranslation": true,
      "engineId": "266b567c-c716-43c4-84e1-5723f5badfaf",
      "description": "",
      "thirdPartyBotId": "",
      "thirdPartyBotVersion": 1,
      "quickReplyStyles": "",
      "avatar": "https://api11.comm100.io/v4/Bot/chatbots/e8bf0d25-eed6-4a46-a417-318e15019609/avatar",
      "engine": {
          "id": "bbec7c36-9c72-4789-8e07-8951c22eb945",
          "name": ""
      },
      "channelIds": [
          "Live Chat"
      ]
  },
  "integrationCalendly": {
      "isDeleted": false,
      "calendlyUserName": "ruchenliu@163.com",
      "id": "B62EA95D-BE0A-404E-8098-7147E7F432B7",
      "accessToken": "",
      "refreshToken": "",
      "name": "ruchenliu@163.com",
      "calendlyUserUri": "https:api.calendly.com/user/AHFGUUED43A5VQ54"
  }
} 

Remove the Taskbot Booked Calendly Meeting

DELETE bot/taskbotBookedCalendlyMeetings/{id}

  • Parameters:

No Parameters

  • Response:

No Content

  • Example

Sample Request:

curl https://api11.comm100.io/v4/bot/taskbotBookedCalendlyMeetings/D05382B0-174B-EB11-8100-00155D081D0B \ 
    -X 'DELETE' \ 
    -H 'Authorization: Bearer {access_token}' \ 

Response:

HTTP/1.1 204 No Content


Was this article helpful?