Module types/output
APIs
APIs
interface DomainReceivingRecord
interface DomainReceivingRecordproperty priority
priority: string;The priority of the record.
property recordType
recordType: string;The record type.
property valid
valid: string;"valid" if the record is valid.
property value
value: string;The value of the record.
interface DomainSendingRecord
interface DomainSendingRecordproperty name
name: string;The domain to add to Mailgun
property recordType
recordType: string;The record type.
property valid
valid: string;"valid" if the record is valid.
property value
value: string;The value of the record.