Skip to main content

Webex Teams Receipe

  • Official Website: https://teams.webex.com
  • Icon Support: No
  • Message Format: Markdown
  • Message Limit: 1000 Characters per message

Account Setup

To use this plugin, you need to first access https://teams.webex.com and make yourself an account if you don't already have one. You'll want to create at least one 'space' before getting the 'incoming webhook'.

Next you'll need to install the 'Incoming webhook' plugin found under the 'other' category here: https://apphub.webex.com/integrations/

If you're logged in, you'll be able to click on the 'Connect' button. From there you'll need to accept the permissions it will ask of you. Give the webhook a name such as 'confluxbot'.

When you're complete, you will receive a URL that looks something like this:

https://api.ciscospark.com/v1/webhooks/incoming/\
Y3lzY29zcGkyazovL3VzL1dFQkhPT0sajkkzYWU4fTMtMGE4Yy00

The last part of the URL is all you need to be interested in. Think of this URL as:

  • https://api.ciscospark.com/v1/webhooks/incoming/{token}

So as you can see, we have is 3 separate tokens. These are what you need to build your magic receipe URL with. In the above (simplified) example, the tokens are:

  • Token: Y3lzY29zcGkyazovL3VzL1dFQkhPT0sajkkzYWU4fTMtMGE4Yy00

Receipe

Valid syntax is as follows:

  • https://api.ciscospark.com/v1/webhooks/incoming/{token}
  • wxteams://{token}/

Parameter Breakdown

VariableRequiredDescription
tokenYesThe tokens provided to you after creating a incoming-webhook