ActionSendZapierWebhook
No description
type ActionSendZapierWebhook {
id: ID!
url: String!
created_at: DateTime!
created_by: User
updated_at: DateTime!
updated_by: User
}
Fields
ActionSendZapierWebhook.id ● ID! non-null scalar
ActionSendZapierWebhook.url ● String! non-null scalar
ActionSendZapierWebhook.created_at ● DateTime! non-null scalar
ActionSendZapierWebhook.created_by ● User object
ActionSendZapierWebhook.updated_at ● DateTime! non-null scalar
ActionSendZapierWebhook.updated_by ● User object
Member Of
Action object


