PayNow

EmailTemplateDto

contentstringRequired
created_atstringRequired
created_byActorDtoRequired
typeenumRequired
Possible enum values
  • anonymous
  • user
  • api_key
  • customer
  • game_server
  • internal
  • admin
  • platform
  • global_customer
idFlakeIdOptional
email_template_stateenumRequired
Possible enum values
  • unspecified
  • inactive
  • activating
  • active
email_template_state_notestringRequired
email_template_typeenumRequired
Possible enum values
  • unspecified
  • layout
  • password_reset
  • email_verification
  • email_change
  • email_changed_notification
  • forgot_password
  • logged_in_new_location
  • welcome_login
  • order_completed
  • refund_initiated
  • subscription_canceled
  • subscription_renewal_failed
  • subscription_price_changed
  • subscription_change_verification_code
  • subscription_renewal_upcoming
  • subscription_manage_login
  • subscription_manage_no_history
  • payout_created
  • payout_completed
  • store_invite
  • store_lock_changed
  • abandoned_checkout_recovery_attempt
  • purchase_follow_up_attempt
  • downloadable_file_granted
  • discord_invite_link
  • gift_card_created
  • trial_ending_soon
  • invoice_generated
  • payment_method_type_approval
  • store_trust_event
  • data_subject_request_export_completed
idFlakeIdRequired
namestringRequired
store_idFlakeIdRequired
updated_atstringOptional
updated_byActorDtoOptional
typeenumRequired
Possible enum values
  • anonymous
  • user
  • api_key
  • customer
  • game_server
  • internal
  • admin
  • platform
  • global_customer
idFlakeIdOptional
Example
{
  "content": "string",
  "created_at": "2024-01-01T00:00:00Z",
  "created_by": {
    "type": "anonymous",
    "id": "411486491630370816"
  },
  "email_template_state": "unspecified",
  "email_template_state_note": "string",
  "email_template_type": "unspecified",
  "id": "411486491630370816",
  "name": "string",
  "store_id": "411486491630370816",
  "updated_by": {
    "type": "anonymous",
    "id": "411486491630370816"
  },
  "updated_at": "2024-01-01T00:00:00Z"
}