- Add Activepieces fork with SmoothSchedule custom piece - Create integrations app with Activepieces service layer - Add embed token endpoint for iframe integration - Create Automations page with embedded workflow builder - Add sidebar visibility fix for embed mode - Add list inactive customers endpoint to Public API - Include SmoothSchedule triggers: event created/updated/cancelled - Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
1.3 KiB
JSON
24 lines
1.3 KiB
JSON
{
|
|
"Host": "Hostnaam",
|
|
"Username": "Gebruikersnaam",
|
|
"Password": "Wachtwoord",
|
|
"Port": "Poort",
|
|
"Virtual Host": "Virtuele host",
|
|
"Rabbitmq Auth": "Rabbitmq Auth",
|
|
"sendMessageToExchange": "sendMessageToExchange",
|
|
"sendMessageToQueue": "sendMessageWachtrij",
|
|
"Send a message on a RabbitMQ exchange": "Stuur een bericht op een RabbitMQ uitwisseling",
|
|
"Send a message on a RabbitMQ queue": "Stuur een bericht op een RabbitMQ wachtrij",
|
|
"Exchange": "Ruil",
|
|
"Routing Key (Optional)": "Routesleutel (optioneel)",
|
|
"Data": "Gegevens",
|
|
"Queue": "Wachtrij",
|
|
"The name of the exchange to send the message to": "De naam van het beurs om het bericht naar te sturen",
|
|
"The routing key to use when sending the message": "De te gebruiken routing sleutel bij het verzenden van het bericht",
|
|
"The data to send": "De gegevens om te verzenden",
|
|
"Message Received": "Bericht ontvangen",
|
|
"Triggers when a message is received on a RabbitMQ queue": "Triggert wanneer een bericht wordt ontvangen op een RabbitMQ wachtrij",
|
|
"Max Messages Per Poll": "Maximaal aantal berichten per poll",
|
|
"The name of the queue to listen to": "De naam van de wachtrij om naar te luisteren",
|
|
"The maximum number of messages to fetch per poll": "Het maximum aantal berichten om op te halen per poll"
|
|
} |