Interface Webhook

  • All Known Implementing Classes:
    ProjectWebhook

    public interface Webhook
    `WebhookInterface` for `Webhook` returnable types.
    • Method Detail

      • getId

        IdScalar getId()
        `Workspace` Id.
      • getCreator

        User getCreator()
        The `creator` is the `User` who created the asset on Frontify.
      • getCreatedAt

        DateTimeScalar getCreatedAt()
        `DateTime` of the `Asset` creation.
      • getName

        StringScalar getName()
        The name of the current `Webhook`.
      • getNotificationUrl

        UrlScalar getNotificationUrl()
        The `Url` which will be called by the `Webhook`.
      • getSecret

        StringScalar getSecret()
        The randomly generated secret of the current `Webhook`.