@oneblink/sdk-core
Preparing search index...
IntegrationTypes
IntegrationMailGun
Type Alias IntegrationMailGun<S>
IntegrationMailGun
:
IntegrationBase
&
{
configuration
:
{
apiKey
:
ConstrainedSecret
<
S
>
;
domain
:
string
;
userVariables
?:
(
{
key
:
string
}
&
(
|
{
text
:
string
;
type
:
"TEXT"
}
|
{
type
:
|
"ENVIRONMENT_NAME"
|
"FORM_DESCRIPTION"
|
"FORM_ID"
|
"SUBMISSION_ID"
|
"EXTERNAL_ID"
;
}
)
)
[]
;
}
;
type
:
EmailSendingAddressMailgun
[
"type"
]
;
}
Type Parameters
S
=
SavedSecret
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@oneblink/sdk-core
Loading...