Connect Prisme.ai to external services and systems through powerful API integrations
API integrations are a core component of the Prisme.ai Apps Marketplace, enabling your AI solutions to connect with external services and systems. These integrations allow you to incorporate data from other platforms, trigger actions in external systems, and build comprehensive workflows that span multiple services.
This configuration schema allows for secure credential storage and management. The credentials are stored in base64 encoded format for additional security.
Once configured, you can use the Mailjet app in your automations:
Copy
Ask AI
slug: send-emailname: SendMaildo: - Mailjet.sendMail: to: '{{recipient}}' replyTo: '{{payload.email}}' subject: New Contact Form Submission body: 'Message: {{payload.message}}, Name: {{payload.name}}, Attachment: {{payload.attachment}}'
This example shows an automation that sends an email through Mailjet based on form submission data.
The Mailjet integration supports advanced features:
HTML Content: Send rich HTML emails with formatting
Attachments: Include files with your emails
Templates: Use Mailjet templates for consistent messaging
Tracking: Monitor email opens and clicks
Custom Headers: Add specialized email headers for advanced use cases
These capabilities allow for sophisticated email communication directly from your Prisme.ai workflows.
Set up the workspace configuration schema to handle authentication credentials:
Copy
Ask AI
config: schema: api_token: title: API Token description: Authentication token for the API type: string
4
Create Documentation
Add a documentation page to explain how to use your integration:
Copy
Ask AI
slug: _docname: fr: Documentation en: Documentationblocks: - slug: RichText content: |- <h1>API Integration Name</h1> <p> Description of what this integration does and how to use it. </p>
5
Publish as an App
Publish your workspace as an app to make it available in your organization’s marketplace
This approach allows you to create standardized interfaces for any API, making them available across your organization.
Connect Prisme.ai to external services and systems through powerful API integrations
API integrations are a core component of the Prisme.ai Apps Marketplace, enabling your AI solutions to connect with external services and systems. These integrations allow you to incorporate data from other platforms, trigger actions in external systems, and build comprehensive workflows that span multiple services.
This configuration schema allows for secure credential storage and management. The credentials are stored in base64 encoded format for additional security.
Once configured, you can use the Mailjet app in your automations:
Copy
Ask AI
slug: send-emailname: SendMaildo: - Mailjet.sendMail: to: '{{recipient}}' replyTo: '{{payload.email}}' subject: New Contact Form Submission body: 'Message: {{payload.message}}, Name: {{payload.name}}, Attachment: {{payload.attachment}}'
This example shows an automation that sends an email through Mailjet based on form submission data.
The Mailjet integration supports advanced features:
HTML Content: Send rich HTML emails with formatting
Attachments: Include files with your emails
Templates: Use Mailjet templates for consistent messaging
Tracking: Monitor email opens and clicks
Custom Headers: Add specialized email headers for advanced use cases
These capabilities allow for sophisticated email communication directly from your Prisme.ai workflows.
Set up the workspace configuration schema to handle authentication credentials:
Copy
Ask AI
config: schema: api_token: title: API Token description: Authentication token for the API type: string
4
Create Documentation
Add a documentation page to explain how to use your integration:
Copy
Ask AI
slug: _docname: fr: Documentation en: Documentationblocks: - slug: RichText content: |- <h1>API Integration Name</h1> <p> Description of what this integration does and how to use it. </p>
5
Publish as an App
Publish your workspace as an app to make it available in your organization’s marketplace
This approach allows you to create standardized interfaces for any API, making them available across your organization.