
The Ephesoft Semantik for Invoices connector helps organizations extract critical invoice data using cutting edge AI models to automate accounts payable processing. Semantik Invoice is a point solution that can speed up your invoice processing, reduce compliance errors, and free up your staff to work on more business critical items.
|
Status: Preview |
Tier: Premium |
Version: 1.0 |
|
Name |
Summary |
|
Remove Semantik Webhook |
|
Name |
Summary |
|
TrigSemantikInvoiceCompleted (WebhookCreateRequestBody body) |
When a Semantik invoice has completed review |
|
Name |
Summary |
|
|
|
|
|
Summary: Remove Semantik Webhook
Description: Removes a Semantik webhook
Syntax:
EphesoftSemantikForInvoices.DeleteSemantikWebhook (string configurationId)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
configurationId |
string (Webhook ID) |
The Identifier for the webhook being deleted. |
True |
Returns:
Type:string
Summary: When a Semantik invoice has completed review
Description: Triggers a flow using data from a completed Semantik invoice.
Syntax:
EphesoftSemantikForInvoices.TrigSemantikInvoiceCompleted (WebhookCreateRequestBody body)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
body |
|
|
True |
Returns:
Type:TrigSemantikInvoiceCompletedResponse
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
configurationId |
string
|
Configuration identifier for the webhook. |
|
integrationId |
string
|
The unique webhook identifier. |
|
integrationName |
string
|
Name of the webhook as it appears in Semantik. |
|
IntegrationType |
string
|
The type of integration created in Semantik. |
|
Enabled |
boolean
|
The current state of the webhook in Semantik. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
integrationName |
string
|
The name for the webhook as it will appear in Semantik. |
|
integrationType |
string
|
Specifies that this Semantik integration is a generic webhook. |
|
enabled |
boolean
|
Defines wether the webhook is enabled when created. Values: [, ] |
|
settings |
|
settings |
Summary:
Description: settings
Properties:
|
Name |
Type |
Summary |
|
payload |
string
|
Configures the data sent when the Semantik webhook is triggered. |
|
targetUrl |
string
|
The URL called when the Semantik webhook is triggered. |
|
encoding |
string
|
Specifies the encoding type for the post sent when the webhook is triggered in Semantik. |