0

We have a requirement to capture New wiki page creation event and call our REST APIs to create corresponding data in our application.

Since I am just getting started, could you please point me if there are any Confluence connectors I can use out of the box or any other way I can implement this with MuleSoft.

Anurag Sharma
  • 2,409
  • 2
  • 16
  • 34

1 Answers1

1

You can search existing connectors in Anypoint Exchange. Currently there are none for Confluence.

You can use the HTTP Requests to call Confluence REST API.

Another alternative could to write a RAML specification for Confluence API and generate a REST Connector, though writing the full API in REST could require more effort.

aled
  • 21,330
  • 3
  • 27
  • 34