CardDeliveryActivityResource

  • card_types
    Type: object
    required

    Types of membership cards delivered.

    • apple_pass
      Type: boolean
      required
    • google_wallet
      Type: boolean
      required
    • pdf
      Type: boolean
      required
  • delivered_at
    Type: string
    required

    ISO 8601 timestamp of when the card was delivered.

  • email_count
    Type: integer
    required

    Total number of emails sent.

  • emails_attempted
    Type: array string[]
    required

    Array of obfuscated email addresses that failed to send.

  • error_message
    Type: string | null
    required

    Error message associated with the failure.

  • failure_reason
    Type: string | null
    required

    Failure reason if status is failed.

  • id
    Type: integer
    required

    The unique identifier of the activity log entry.

  • member_id
    Type: string | null
    required

    The member ID of the user who received the card.

  • message
    Type: string
    required

    Human-readable message describing the card delivery event.

  • obfuscated_emails
    Type: array string[]
    required

    Array of obfuscated email addresses where the card was sent.

  • request_hash
    Type: string | null
    required

    Unique request hash for tracing the request from API call to delivery.

  • status
    Type: string | null
    required

    Delivery status.

  • timestamp
    Type: integer
    required

    Unix timestamp of when the card was delivered.

  • user_id
    Type: integer
    required

    The ID of the user who received the card.